|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
Type
|
| |||
|
|
| |||
|
Remarks
|
The Variable Bitrate (VBR) quality used for WMA (Windows Media Audio) format during recording or CD ripping sessions.
Supported values are in the range from 0 (low quality) to 100 (high quality): note that, depending upon the chosen input format (fixed to 44100 Hz, 16 bits, Stereo for CD ripping sessions), not all of the values inside this range are supported.
The full list of VBR qualities, supported by a certain native resampling format, can be obtained using the EncodeFormats.WMA.GetEncodingVBRQualitiesCount and EncodeFormats.WMA.GetEncodingVBRQuality methods.
The full list of VBR qualities, supported by a certain frequency and number of channels, can be obtained using the EncodeFormats.WMA.GetEncodingVBRQualitiesCountEx and EncodeFormats.WMA.GetEncodingVBRQualityEx methods.
This property is used only in the following situations:
For further details about encoding in WMA format refer to the EncodeWMA class section.
For further information about available encoding formats see the EncodeFormatsMan class.
|