CTransformFilter::StopStreaming (Compact 2013)
3/26/2014
Informs the derived class that streaming is ending.
Syntax
virtual HRESULT StopStreaming( );
Parameters
None.
Return Value
Returns NOERROR by default. The overriding member function returns an HRESULT value.
Remarks
The filter is in the process of leaving active mode and entering stopped mode. Override this member function to free any resources allocated in StartStreaming.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |