Microsoft DirectX 9.0

CPosPassThru::IsFormatSupported

The IsFormatSupported method determines whether a specified time format is supported. This method implements the IMediaSeeking::IsFormatSupported method.

Syntax

HRESULT IsFormatSupported(
    const GUID *pFormat
);

Parameters

pFormat

Pointer to a time format GUID.

Return Value

Returns the HRESULT value from the connected pin.

See Also