Microsoft DirectX 9.0 |
Pauses the object. Implements the IMediaFilter::Pause method.
Syntax
HRESULT Pause(void);
Return Value
Returns S_OK.
Remarks
In the base class, this method sets the CBaseMediaFilter::m_State member variable to State_Paused but does nothing else.
See Also