Microsoft DirectX 9.0 |
The IsUsingTimeFormat method determines whether a specified time format is the format currently in use. This method implements the IMediaSeeking::IsUsingTimeFormat method.
Syntax
HRESULT IsUsingTimeFormat(
const GUID *pFormat
);
Parameters
pFormat
Pointer to a time format GUID.
Return Value
Returns the HRESULT value from the connected pin.
See Also