Microsoft DirectX 9.0

IMediaSeeking::IsFormatSupported

The IsFormatSupported method determines whether a specified time format is supported for seek operations.

Syntax

HRESULT IsFormatSupported(
  const GUID *pFormat
);

Parameters

pFormat

[in] Pointer to a GUID that specifies the time format. See Time Format GUIDs.

Return Value

Returns an HRESULT value. Possible values include the following.

Value Description
S_FALSE The format is not supported.
S_OK The format is supported.
E_NOTIMPL Not implemented.
E_POINTER NULL pointer argument.

See Also