CPosPassThru::IsFormatSupported (Compact 2013)

3/26/2014

Determines if a specified time format is supported.

Syntax

HRESULT IsFormatSupported(
  const GUID* pFormat 
);

Parameters

  • pFormat
    Time format to compare.

Return Value

Returns the HRESULT value returned from calling IMediaSeeking::IsFormatSupported on the connected pin.

Remarks

This member function implements the IMediaSeeking::IsFormatSupported method. See that method for a list of valid time formats.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CPosPassThru Class