The W64 encoding mode used during exporting sessions.
Supported values are the following:
Mnemonic Value
|
Numeric value
|
Meaning
|
W64_ENCODE_PCM_U8
|
0
|
W64 PCM 8 bits Unsigned
|
W64_ENCODE_PCM_S16
|
1
|
W64 PCM 16 bits Signed
|
W64_ENCODE_PCM_S24
|
2
|
W64 PCM 24 bits Signed
|
W64_ENCODE_PCM_S32
|
3
|
W64 PCM 32 bits Signed
|
W64_ENCODE_FLOAT32
|
4
|
W64 32 bits floating point
|
W64_ENCODE_G711_ULAW
|
5
|
W64 G711 U-LAW
|
W64_ENCODE_G711_ALAW
|
6
|
W64 G711 A-LAW
|
W64_ENCODE_GSM_610
|
7
|
W64 GSM 6.10
|
W64_ENCODE_IMA_ADPCM
|
8
|
W64 IMA ADPCM
|
W64_ENCODE_MS_ADPCM
|
9
|
W64 Microsoft ADPCM
|
This property is used only if the EncodeFormats.FormatToUse property is set to ENCODING_FORMAT_W64.
For further details about encoding in W64 format refer to the W64 object section.
For further information about available encoding formats see the EncodeFormats object.
|