Copyright © 2006-2019 MultiMedia Soft

EncodeFormats.IRCAM.EncodeMode property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property EncodeMode As enumIRCAMEncodeModes


 

[C#]

public enumIRCAMEncodeModes EncodeMode {get; set;}


 

[C++]

public: __property enumIRCAMEncodeModes get_EncodeMode();

public: __property void set_EncodeMode(enumIRCAMEncodeModes);


 

 

Remarks

The Berkeley/IRCAM/CARL encoding mode used during recording, exporting or CD ripping 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 in the following situations:

During a recording session if the EncodeFormats.ForRecording property is set to ENCODING_FORMAT_IRCAM (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_IRCAM (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_IRCAM (for further details see the How to export a recorded sound section).

 

For further details about using the Berkeley/IRCAM/CARL format refer to the EncodeIRCAM class section.

For further information about available encoding formats see the EncodeFormatsMan class.