The encoding mode used for WMA (Windows Media Audio) format during encoding 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 if the EncodeFormats.FormatToUse property is set to ENCODING_FORMAT_WMA.
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.
|