次の方法で共有


CTransformFilter::StartStreaming (Compact 2013)

3/26/2014

Informs the derived class that streaming is starting.

Syntax

virtual HRESULT StartStreaming( );

Parameters

None.

Return Value

Returns NOERROR by default. The overriding member function returns an HRESULT value.

Remarks

The filter is in the process of switching to active mode (paused or running).

Alternatively, you can override this member function to allocate any necessary resources.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CTransformFilter Class