Indicates the minimum number of progressive samples that the Microsoft Media Foundation transform (MFT) should allow to be oustanding at any given time.
UINT32
DECLSPEC_SELECTANY GUID MF_SA_MINIMUM_OUTPUT_SAMPLE_COUNT_PROGRESSIVE = {0xf5523a5,0x1cb2,0x47c5,{0xa5,0x50,0x2e,0xeb,0x84,0xb4,0xd1,0x4a} }
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:
Header: Declared in mftransform.h.