AVEncCommonPassEnd Property
Microsoft DirectShow 9.0 |
AVEncCommonPassEnd Property
Stops the current encoding pass, or queries whether the current encoding pass is the last one.
Property GUID
CODECAPI_AVEncCommonPassEnd
Data Type
VARIANT_BOOL (VT_BOOL)
Remarks
This property is read/write.
Setting this property to VARIANT_TRUE ends the current encoding pass. Setting this property to VARIANT_FALSE terminates multipass encoding.
Reading this property queries whether the current encoding pass is the last one.
Requirements
Header: Include codecapi.h.
See Also