Microsoft DirectX 9.0

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 Values

Returns E_FAIL.

See Also