Microsoft DirectX 9.0 |
The Pause method pauses the filter. This method implements the IMediaFilter::Pause method.
Syntax
HRESULT Pause(void);
Return Value
Returns S_OK if successful, or an HRESULT value indicating the cause of the error.
Remarks
This method calls the CBasePin::Active method on each of the filter's connected pins.
See Also