Copyright © 2008-2019 MultiMedia Soft

EncodeFormats.PVF.EncodeMode property

Previous pageReturn to chapter overviewNext page

Type

enumPVFEncodeModes for Visual Basic

short for Visual C++

 

 

Remarks

The Portable Voice Format encoding mode used during exporting sessions.

Supported values are the following:

Mnemonic Value

Numeric value

Meaning

PVF_ENCODE_PCM_S8

0

PVF PCM 8 bits Signed

PVF_ENCODE_PCM_S16

1

PVF PCM 16 bits Signed

PVF_ENCODE_PCM_S32

2

PVF PCM 32 bits Signed

 

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

 

For further details about encoding in Portable Voice Format refer to the PVF object section.

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