Microsoft DirectX 9.0

CTransInPlaceOutputPin::SetAllocator

The SetAllocator method specifies an allocator for the connection.

Syntax

void SetAllocator(
    IMemAllocator *pAllocator
);

Parameters

pAllocator

Pointer to the allocator's IMemAllocator interface.

Remarks

The output pin for this filter never provides an allocator. This method specifies the allocator for the output pin. It sets the value of the CBaseOutputPin::m_pAllocator member variable.

See Also