The Stop method signals the streaming thread to stop.
Syntax
HRESULT Stop(void);
Return Value
Returns S_OK or E_UNEXPECTED.
Remarks
The CSourceStream::Inactive method calls this method.
See Also