Microsoft DirectX 9.0 |
The OnStopStreaming method is called when the filter stops streaming.
Syntax
virtual HRESULT OnStopStreaming(void);
Return Value
Returns S_OK.
Remarks
The CBaseRenderer::StopStreaming method calls this method. It does nothing in the base class, but the derived class can override it.
See Also