次の方法で共有


CBaseRenderer::OnStartStreaming (Compact 2013)

3/26/2014

Notifies the derived class that streaming has started.

Syntax

virtual HRESULT OnStartStreaming(void);

Parameters

None.

Return Value

Returns NOERROR in the default implementation.

Remarks

This member function is called from CBaseRenderer::StartStreaming. Override this in your derived class to provide special handling when streaming starts.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseRenderer Class