Copyright © 2008-2019 MultiMedia Soft

EncodeFormats.IRCAM.EncodeMode property

Previous pageReturn to chapter overviewNext page

Type

enumIRCAMEncodeModes for Visual Basic

short for Visual C++

 

 

Remarks

The Berkeley/IRCAM/CARL encoding mode used during exporting sessions.

Supported values are the following:

Mnemonic Value

Numeric value

Meaning

IRCAM_ENCODE_PCM_S16

0

IRCAM PCM 16 bits Signed

IRCAM_ENCODE_PCM_S24

1

Unsupported, when used will generate a IRCAM PCM 16 bits Signed

IRCAM_ENCODE_PCM_S32

2

IRCAM PCM 32 bits Signed

IRCAM_ENCODE_FLOAT32

3

IRCAM 32 bits floating point

IRCAM_ENCODE_G711_ULAW

4

IRCAM G711 U-LAW

IRCAM_ENCODE_G711_ALAW

5

IRCAM G711 A-LAW

 

This property is used only if the EncodeFormats.FormatToUse property is set to ENCODING_FORMAT_IRCAM.

 

For further details about encoding in Berkeley/IRCAM/CARL format refer to the IRCAM object section.

For further information about available encoding formats see the EncodeFormats object.