Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the minimum number of progressive samples that the Microsoft Media Foundation transform (MFT) should allow to be oustanding at any given time.
Data type
UINT32
Remarks
This attribute applies only to MFTs that use a circular buffer to allocate their own output samples. Other MFTs ignore this attribute.
To set this attribute:
- Call IMFTransform::GetAttributes on the decoder to get an IMFAttributes pointer.
- Call IMFAttributes::SetUINT32 to add the attribute.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [desktop apps | UWP apps] |
Minimum supported server |
Windows Server 2012 [desktop apps | UWP apps] |
Header |
|
See also