MFPKEY_ENDOFPASS Property
Specifies the end of an encoding pass.
Data Type
VT_BOOL
Constant for IPropertyBag
g_wszWMVCEndOfPass
Data Type for IPropertyBag
No data type is required. To set this property, pass an uninitialized VARIANT.
Remarks
This property is not a normal property because it has the same effect regardless of whether the value is VARIANT_TRUE or VARIANT_FALSE. You must set this property after you process the last input samples for a preprocessing pass. If you are performing multiple passes, you must set this property at the end of each preprocessing pass (at present none of the codecs supports more than one). If you do not set this property, the codec will assume that you are still passing samples for preprocessing.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
See also