Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Transitions the filter to the State_Paused state if it is not already in this state.
HRESULT Pause (void);
Parameters
None.
Return Values
Returns an HRESULT value (S_OK by default).
Remarks
This member function implements the IMediaFilter::Pause method. It sets the value of m_State to State_Paused.
Filters should derive their filters from CBaseFilter and not from CBaseMediaFilter, so this member function will not likely be used by filters. Use CBaseFilter::Pause instead.
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements.
for more information, see Setting Up the Build Environment.
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:
Send Feedback on this topic to the authors