CSourceSeeking::SetTimeFormat (Compact 2013)

3/26/2014

Checks that the requested format is TIME_FORMAT_MEDIA_TIME.

Syntax

HRESULT SetTimeFormat(
  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 E_INVALIDARG if the format in pFormat is not TIME_FORMAT_MEDIA_TIME.

Remarks

TIME_FORMAT_MEDIA_TIME is the only time format currently supported.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CSourceSeeking Class