Copyright © 2008-2019 MultiMedia Soft

EncodeFormats.SVX.EncodeMode property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property EncodeMode As enumSVXEncodeModes


 

[C#]

public enumSVXEncodeModes EncodeMode {get; set;}


 

[C++]

public: __property enumSVXEncodeModes get_EncodeMode();

public: __property void set_EncodeMode(enumSVXEncodeModes);


 

 

Remarks

The Commodore Amiga IFF / SVX encoding mode used during recording, exporting or CD ripping sessions.

Supported values are the following:

Mnemonic Value

Numeric value

Meaning

SVX_ENCODE_PCM_S8

0

SVX PCM 8 bits Signed

SVX_ENCODE_PCM_S16

1

SVX PCM 16 bits Signed

 

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

 

For further details about using the Commodore Amiga IFF / SVX format refer to the EncodeSVX class section.

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