CSourceSeeking::IsUsingTimeFormat (Compact 2013)

3/26/2014

Determines if the requested format is TIME_FORMAT_MEDIA_TIME.

Syntax

HRESULT IsUsingTimeFormat(
  const GUID* pFormat 
);

Parameters

  • pFormat
    Time format to compare to TIME_FORMAT_MEDIA_TIME.

Return Value

Returns E_POINTER if pFormat is invalid, S_OK if the format in pFormat is TIME_FORMAT_MEDIA_TIME, or S_FALSE if the format in pFormat is not TIME_FORMAT_MEDIA_TIME.

Remarks

TIME_FORMAT_MEDIA_TIME is the only time format currently supported. As implemented, this method is the same as CSourceSeeking::IsFormatSupported.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CSourceSeeking Class