IDistributorNotify::Pause (Compact 2013)
3/26/2014
This method is called when the filter graph is entering a paused state.
Syntax
HRESULT Pause( );
Parameters
None.
Return Value
Returns S_OK if the transition is complete; otherwise, returns one of the following values.
Value |
Description |
---|---|
Error value |
Transition failed. |
S_FALSE |
Transition is not complete, but no error has occurred. |
Remarks
This method is called before the filters are notified.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |