Copyright © 2008-2019 MultiMedia Soft

EncodeFormats.NIST.EncodeMode property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property EncodeMode As enumNISTEncodeModes


 

[C#]

public enumNISTEncodeModes EncodeMode {get; set;}


 

[C++]

public: __property enumNISTEncodeModes get_EncodeMode();

public: __property void set_EncodeMode(enumNISTEncodeModes);


 

 

Remarks

The Sphere NIST encoding mode used during recording, exporting or CD ripping sessions.

Supported values are the following:

Mnemonic Value

Numeric value

Meaning

NIST_ENCODE_PCM_S8

0

NIST PCM 8 bits Signed

NIST_ENCODE_PCM_S16

1

NIST PCM 16 bits Signed

NIST_ENCODE_PCM_S24

2

NIST PCM 24 bits Signed

NIST_ENCODE_PCM_S32

3

NIST PCM 32 bits Signed

NIST_ENCODE_G711_ULAW

4

NIST G711 U-LAW

NIST_ENCODE_G711_ALAW

5

NIST G711 A-LAW

 

 

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

 

For further details about using the Sphere NIST format refer to the EncodeNIST class section.

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