Microsoft DirectX 9.0

CSourceStream::Stop

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