Microsoft Windows CE 3.0  

IMediaSeeking::QueryPreferredFormat

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Retrieves the preferred time format to be used by the interface.

HRESULT QueryPreferredFormat( GUID *
pFormat
);

Parameters

pFormat
[out] Time format preferred by the interface.

Return Values

Returns an HRESULTvalue that depends on the implementation of the interface. The default DirectShow implementation returns NOERROR.

Remarks

See the description for IsFormatSupportedfor a list of available time formats. If the time format returned is not satisfactory, use the IsFormatSupportedmethod to query for supported time formats that you can use.