AVEncMPAOriginalBitstream Property
Microsoft DirectShow 9.0 |
AVEncMPAOriginalBitstream Property
Specifies the default setting for the original bit in the MPEG-1 audio stream. This property applies to MPEG audio encoders.
Property GUID
CODECAPI_AVEncMPAOriginalBitstream
Data Type
VARIANT_BOOL (VT_BOOL)
Possible Values
This property can have the following values.
Value | Description |
VARIANT_FALSE | Original bit is off. |
VARIANT_TRUE | Original bit is on. |
Remarks
This property is read/write.
The encoder might override this setting, based on the contents of the input stream.
Requirements
Header: Include codecapi.h.
See Also