CPosPassThru::GetCapabilities (Compact 2013)
3/26/2014
This enumeration returns the seeking capabilities of the media stream.
Syntax
HRESULT GetCapabilities(
DWORD* pCapabilities
);
Parameters
pCapabilities
The seeking capability flags can be any combination of AM_SEEKING_SEEKING_CAPABILITIES (Windows Embedded Compact) enumeration values.
Return Value
Returns the HRESULT value returned from calling IMediaSeeking::GetCapabilities on the connected pin.
Remarks
This member function implements IMediaSeeking::GetCapabilities by calling the IMediaSeeking::GetCapabilities method on the upstream output pin connected to the peer input pin.
The pin that performs the seek operation will return the capabilities present in the pCapabilities parameter.
These returned capabilities will then, in turn, propagate to calls made from CPosPassThru::GetCapabilities member functions in intervening filters.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |