IAMMediaTypeStream::GetStreamAllocatorRequirements
Microsoft DirectShow 9.0 |
IAMMediaTypeStream::GetStreamAllocatorRequirements
- Note This interface is deprecated. New applications should not use it.
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