AVEncMPACopyright Property
Microsoft DirectShow 9.0 |
AVEncMPACopyright Property
Specifies the default setting for the copyright bit in the MPEG-1 audio stream. This property applies to MPEG audio encoders.
Property GUID
CODECAPI_AVEncMPACopyright
Data Type
VARIANT_BOOL (VT_BOOL)
Possible Values
This property can have the following values.
Value | Description |
VARIANT_FALSE | Copyright bit is off. |
VARIANT_TRUE | Copyright 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