CBaseRenderer::StartStreaming (Compact 2013)

3/26/2014

Called to schedule any pending sample with the clock, and to display timing information.

Syntax

virtual HRESULT StartStreaming(void);

Parameters

None.

Return Value

Returns an HRESULT value.

Remarks

If no sample is available but an end-of-stream flag is queued, this member function sends an EC_COMPLETE message to the filter graph manager.

If a sample is available, the EC_COMPLETE message is not sent until it has been rendered.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseRenderer Class