IAMMediaTypeStream::SetStreamAllocatorRequirements
Microsoft DirectShow 9.0 |
IAMMediaTypeStream::SetStreamAllocatorRequirements
- Note This interface is deprecated. New applications should not use it.
The SetStreamAllocatorRequirements sets the allocator requirements for the stream. This method is not currently implemented.
Syntax
HRESULT SetStreamAllocatorRequirements( ALLOCATOR_PROPERTIES *pProps );
Parameters
pProps
[in] Pointer to an ALLOCATOR_PROPERTIES structure that contains the stream allocator requirements.
Return Values
Returns E_FAIL.
See Also