CBaseOutputPin::Active (Compact 2013)

3/26/2014

Called by the CBaseFilter implementation when the state changes from stopped to paused or running.

Syntax

HRESULT Active(void);

Parameters

None.

Return Value

Returns VFW_E_NO_ALLOCATOR if there is no allocator.

Remarks

This member function calls CBaseAllocator::Commit to commit memory required before becoming active.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseOutputPin Class