The encoding mode used for OGG Vorbis format during exporting sessions.
Supported values are the following:
Mnemonic Value
|
Numeric value
|
Meaning
|
OGG_ENCODE_QUALITY
|
0
|
Encode with the OggEnc encoder using the quality specified inside the EncodeFormats.OGG.Quality property.
|
OGG_ENCODE_BITRATE
|
1
|
Encode with the OggEnc encoder using the Constant Bitrate (CBR) specified inside the EncodeFormats.OGG.Bitrate property.
|
OGG_ENCODE_CUSTOM
|
2
|
NOT SUPPORTED
|
This property is used only if the EncodeFormats.FormatToUse property is set to ENCODING_FORMAT_OGG.
For further details about encoding in OGG Vorbis format refer to the OGG object section.
For further information about available encoding formats see the EncodeFormats object.
|