Sets the way used to eventually downmix the number of channels of the input file for mono/stereo encoding in OPUS format.
Important note Starting from version 8 of the component, this property is ignored until the usage of default internal encoders is enabled: see the EnableInternalEncoders method for details about disabling internal encoders.
|
This property is used only if the EncodeFormats.FormatToUse property is set to ENCODING_FORMAT_OPUS.
Supported values are the following:
Mnemonic Value
|
Numeric value
|
Meaning
|
OPUS_DOWNMIX_NONE
|
0
|
No downmix is applied.
|
OPUS_DOWNMIX_MONO
|
1
|
Downmix to mono. This property is the same as entering the --downmix-mono setting inside the Appendix E - OpusEnc command line.
|
OPUS_DOWNMIX_STEREO
|
2
|
Downmix to stereo. This property is the same as entering the --downmix-stereo setting inside the Appendix E - OpusEnc command line.
|
For further details about encoding in OPUS format refer to the EncodeOPUS class section.
For further information about available encoding formats see the EncodeFormatsMan class.
|