Copyright © 2006-2023 MultiMedia Soft

EncodeFormats.OGG.Downmix property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property Downmix As bool


 

[C#]

public bool Downmix {get; set;}


 

[C++]

public: __property bool get_Downmix();

public: __property void set_Downmix(bool);


 

 

Remarks

Downmixes from stereo to mono file for mono encoding in OGG Vorbis format.

 

 

Important note Starting from version 11 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 in the following situations:

 

During a recording session if the EncodeFormats.ForRecording property is set to ENCODING_FORMAT_OGG (for further details see the How to perform a recording session section).

During a CD ripping session if the EncodeFormats.ForCdRipping property is set to ENCODING_FORMAT_OGG (for further details see the How to perform a CD ripping session section).

During an exporting session if the EncodeFormats.ForExporting property is set to ENCODING_FORMAT_OGG (for further details see the How to export a recorded sound section).

 

This property is the same as entering the --downmix setting inside the Appendix B - OggEnc command line.

 

For further details about encoding in OGG Vorbis format refer to the EncodeOGG class section.

For further information about available encoding formats see the EncodeFormatsMan class.