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