Microsoft DirectX 9.0

IMediaSeeking::GetTimeFormat

The GetTimeFormat method retrieves the time format that is currently being used for seek operations.

Syntax

HRESULT GetTimeFormat(
  GUID *pFormat
);

Parameters

pFormat

[out] Pointer to a variable that receives a GUID specifying the time format. See Time Format GUIDs.

Return Value

Returns an HRESULT value. Possible values include the following.

Value Description
S_OK Success.
E_POINTER NULL pointer argument.

See Also