Microsoft DirectX 9.0 |
The StopStreaming method is called when the filter switches to the stopped state.
Syntax
virtual HRESULT StopStreaming(void);
Return Value
Returns S_OK.
Remarks
This method does nothing in the base class, but the derived class can override it.
See Also