Microsoft Windows CE 3.0  

CTransformFilter::Pause

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Transitions the filter to State_Pausedstate if it is not in this state already, and informs the derived class.

HRESULT Pause (void);

Return Values

Returns an HRESULTvalue.

Remarks

This member function overrides the CBaseFilter::Pausemember function and implements the IMediaFilter::Pausemethod. It checks the input and output pin connections, calls CTransformFilter::StartStreaming, and finally calls the base class implementation ( CBaseFilter::Pause).