Copyright © 2006-2019 MultiMedia Soft

EncodeFormats.AAC.Quality property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property Quality As float


 

[C#]

public float Quality {get; set;}


 

[C++]

public: __property float get_Quality();

public: __property void set_Quality(float);


 

 

Remarks

Sets encoding quality, expressed in percentage, used for AAC and MP4 format during recording, exporting or CD ripping sessions.

 

A default value of 100, averages at approx. 120 kbps VBR for a normal stereo input file with 16 bit and 44.1 kHz sample rate; max supported value is 500, min. supported value is 10.

 

This property is used only in the following situations:

 

During a recording session if the EncodeFormats.ForRecording property is set to ENCODING_FORMAT_AAC and the EncodeFormats.AAC.EncodeMode property is set to AAC_ENCODE_QUALITY (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_AAC and the EncodeFormats.AAC.EncodeMode property is set to AAC_ENCODE_QUALITY (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_AAC and the EncodeFormats.AAC.EncodeMode property is set to AAC_ENCODE_QUALITY (for further details see the How to export a recorded sound section).

 

This property is the same as entering the -q <quality> setting inside the Appendix C - Faac command line.

 

For further details about encoding in AAC and MP4 format refer to the EncodeAAC class section.

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