Copyright © 2006-2019 MultiMedia Soft

EncodeFormats.AU.EncodeMode property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property EncodeMode As enumAUEncodeModes


 

[C#]

public enumAUEncodeModes EncodeMode {get; set;}


 

[C++]

public: __property enumAUEncodeModes get_EncodeMode();

public: __property void set_EncodeMode(enumAUEncodeModes);


 

 

Remarks

The Sun/NeXT AU encoding mode used during recording, exporting or CD ripping sessions.

Supported values are the following:

Mnemonic Value

Numeric value

Meaning

AU_ENCODE_PCM_S8

0

AU PCM 8 bits Signed

AU_ENCODE_PCM_S16

1

AU PCM 16 bits Signed

AU_ENCODE_PCM_S24

2

AU PCM 24 bits Signed

AU_ENCODE_PCM_S32

3

AU PCM 32 bits Signed

AU_ENCODE_FLOAT32

4

AU 32 bits floating point

AU_ENCODE_G711_ULAW

5

AU G711 U-LAW

AU_ENCODE_G711_ALAW

6

AU G711 A-LAW

AU_ENCODE_G721_ADPCM_32

7

AU G721 ADPCM 32 kbps

AU_ENCODE_G723_ADPCM_24

8

AU G723 ADPCM 24 kbps

AU_ENCODE_G723_ADPCM_40

9

AU G723 ADPCM 40 kbps

 

This property is used only in the following situations:

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

 

For further details about using the Sun/NeXT AU format refer to the EncodeAU class section.

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