CTransformFilter::Pause (Compact 2013)
3/26/2014
Transitions the filter to State_Paused state if it is not in this state already, and informs the derived class.
Syntax
HRESULT Pause (void);
Parameters
None.
Return Value
Returns an HRESULT value.
Remarks
This member function overrides the CBaseFilter::Pause member function and implements the IMediaFilter::Pause method.
It checks the input and output pin connections, calls CTransformFilter::StartStreaming, and finally calls the base class implementation (CBaseFilter::Pause).
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |