Microsoft DirectX 9.0

CSourceStream::OnThreadStartPlay

The OnThreadStartPlay method is called at the start of the CSourceStream::DoBufferProcessingLoop method.

Syntax

virtual HRESULT OnThreadStartPlay(void);

Return Value

Returns S_OK.

Remarks

This method does nothing in the base class; it is available for the derived class to override.

See Also