AVEncMPAEnableRedundancyProtection Property
Microsoft DirectShow 9.0 |
AVEncMPAEnableRedundancyProtection Property
Specifies whether to add a cyclic redundancy check (CRC) to the frame header. This property applies to MPEG audio encoders.
Property GUID
CODECAPI_AVEncMPAEnableRedundancyProtection
Data Type
VARIANT_BOOL (VT_BOOL)
Possible Values
This property can have the following values.
Value | Description |
VARIANT_FALSE | Do not add a CRC checksum. |
VARIANT_TRUE | Add a CRC checksum. |
Remarks
This property is read/write.
Requirements
Header: Include codecapi.h.
See Also