Microsoft DirectX 9.0 |
The Pause method signals the streaming thread to become active.
Syntax
HRESULT Pause(void);
Return Value
Returns S_OK or E_UNEXPECTED.
Remarks
The CSourceStream::Active method calls this method. When the CSourceStream::ThreadProc method receives this request, it calls the CSourceStream::DoBufferProcessingLoop method.
See Also