|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
Type
|
| |||
|
|
| |||
|
Remarks
|
The Constant Bitrate (CBR), expressed in bits per second (bps), used for WMA (Windows Media Audio) format during recording or CD ripping sessions.
Note that, depending upon the chosen input format (fixed to 44100 Hz, 16 bits, Stereo for CD ripping sessions), not all of the bitrate values are supported.
The full list of Constant Bitrates, supported by a certain input format, can be obtained using the EncodeFormats.WMA.GetEncodingBitratesCount and EncodeFormats.WMA.GetEncodingBitrate methods.
The full list of VBR qualities, supported by a certain frequency and number of channels, can be obtained using the EncodeFormats.WMA.GetEncodingBitratesCountEx and EncodeFormats.WMA.GetEncodingBitrateEx 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.
|