Microsoft DirectX 8.1 (C++)

IAMMediaTypeStream::GetStreamAllocatorRequirements

The GetStreamAllocatorRequirements retrieves the allocator requirements for the stream. This method is not currently implemented.

Syntax

HRESULT GetStreamAllocatorRequirements(
    ALLOCATOR_PROPERTIES *pProps
);

Parameters

pProps

[out] Pointer to an ALLOCATOR_PROPERTIES structure that receives the stream allocator requirements.

Return Value

Returns E_FAIL.

See Also