Microsoft DirectX 9.0

CSourceSeeking::SetTimeFormat

The SetTimeFormat method sets the time format. This method implements the IMediaSeeking::SetTimeFormat method.

Syntax

HRESULT SetTimeFormat(
    const GUID *pFormat
);

Parameters

pFormat

Pointer to a time format GUID. See Time Format GUIDs.

Return Value

Returns one of the HRESULT values listed in the following table.

Value Description
S_OK Success.
E_INVALIDARG Specified format is not supported.
E_POINTER NULL pointer argument.

Remarks

The only time format supported by the base class is TIME_FORMAT_MEDIA_TIME (100-nanosecond units).

See Also