Copyright © 2008-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 if the EncodeFormats.ForrmatToUse property is set to ENCODING_FORMAT_AAC and the EncodeFormats.AAC.EncodeMode property is set to AAC_ENCODE_QUALITY.

 

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.