Microsoft DirectX 9.0

CBaseRenderer::OnStartStreaming

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