Specifies the maximum number of output samples that a Microsoft Media Foundation transform (MFT) will have outstanding in the pipeline at any time.
UINT32
DECLSPEC_SELECTANY GUID MF_SA_MINIMUM_OUTPUT_SAMPLE_COUNT = {0x851745d5,0xc3d6,0x476d,{0x95,0x27,0x49,0x8e,0xf2,0xd1,0xd,0x18} }
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.