The encoding mode used for WMA (Windows Media Audio) format during recording or CD ripping sessions.
Supported values are the following:
Mnemonic Value
|
Numeric value
|
Meaning
|
WMA_ENCODE_VBR_QUALITY
|
0
|
Encode using the Variable Bitrate (VBR) quality specified inside the EncodeFormats.WMA.Quality property. Encoding will be performed using the WMA Standard format at 16 bits per sample.
|
WMA_ENCODE_CBR_STD_16
|
1
|
Encode using the Constant Bitrate (CBR) specified inside the EncodeFormats.WMA.CBR property. Encoding will be performed using the WMA Standard format at 16 bits per sample.
|
WMA_ENCODE_PROFILE_STD
|
2
|
Encode using the Profile specified inside the EncodeFormats.WMA.Profile property. Encoding will be performed using the WMA Standard format at 16 bits per sample.
|
WMA_ENCODE_CBR_PRO_16
|
3
|
Encode using the Constant Bitrate (CBR) specified inside the EncodeFormats.WMA.CBR property. Encoding will be performed using the WMA Professional format at 16 bits per sample.
|
WMA_ENCODE_CBR_PRO_24
|
4
|
Encode using the Constant Bitrate (CBR) specified inside the EncodeFormats.WMA.CBR property. Encoding will be performed using the WMA Professional format at 24 bits per sample.
|
WMA_ENCODE_PROFILE_PRO
|
5
|
Encode using the Profile specified inside the EncodeFormats.WMA.Profile property. Encoding will be performed using the WMA Professional format at 16 or 24 bits per sample depending upon the chosen profile.
|
This property is used only in the following situations:
During a recording session if the EncodeFormats.ForRecording property is set to ENCODING_FORMAT_WMA (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_WMA (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_WMA (for further details see the How to export a recorded sound section).
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.
|