Microsoft DirectX 9.0

CPosPassThru::GetTimeFormat

The GetTimeFormat method retrieves the current time format. This method implements the IMediaSeeking::GetTimeFormat method.

Syntax

HRESULT GetTimeFormat(
    const GUID *pFormat
);

Parameters

pFormat

Pointer to a variable that receives a time format GUID.

Return Value

Returns the HRESULT value from the connected pin.

See Also