Copyright © 2001-2023 MultiMedia Soft

EncodeFormats.OGG.EncodeMode property

Previous pageReturn to chapter overviewNext page

Type

enumOggEncodeModes for Visual Basic

short for Visual C++

 

 

Remarks

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.