The Apple/SGI AIFF encoding mode used during recording, exporting or CD ripping sessions.
Supported values are the following:
Mnemonic Value
|
Numeric value
|
Meaning
|
AIFF_ENCODE_PCM_U8
|
0
|
AIFF PCM 8 bits Unsigned
|
AIFF_ENCODE_PCM_S8
|
1
|
AIFF PCM 8 bits Signed
|
AIFF_ENCODE_PCM_S16
|
2
|
AIFF PCM 16 bits Signed
|
AIFF_ENCODE_PCM_S24
|
3
|
AIFF PCM 24 bits Signed
|
AIFF_ENCODE_PCM_S32
|
4
|
AIFF PCM 32 bits Signed
|
AIFF_ENCODE_FLOAT32
|
5
|
AIFF 32 bits floating point
|
AIFF_ENCODE_G711_ULAW
|
6
|
AIFF G711 U-LAW
|
AIFF_ENCODE_G711_ALAW
|
7
|
AIFF G711 A-LAW
|
AIFF_ENCODE_GSM_610
|
8
|
AIFF GSM 6.10
|
This property is used only if the EncodeFormats.FormatoToUse property is set to ENCODING_FORMAT_AIFF.
For further details about using the Apple/SGI AIFF format refer to the EncodeAIFF class section.
For further information about available encoding formats see the EncodeFormatsMan class.
|