Copyright © 2008-2019 MultiMedia Soft

EncodeFormats.VOC.EncodeMode property

Previous pageReturn to chapter overviewNext page

Type

enumVOCEncodeModes for Visual Basic

short for Visual C++

 

 

Remarks

The Creative VOC encoding mode used during exporting sessions.

Supported values are the following:

Mnemonic Value

Numeric value

Meaning

VOC_ENCODE_PCM_U8

0

VOC PCM 8 bits Unsigned

VOC_ENCODE_PCM_S16

1

VOC PCM 16 bits Signed

VOC_ENCODE_G711_ULAW

2

VOC G711 U-LAW

VOC_ENCODE_G711_ALAW

3

VOC G711 A-LAW

 

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

 

For further details about encoding in Creative VOC format refer to the VOC object section.

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