The Core Audio File format encoding mode used during exporting sessions.
Supported values are the following:
Mnemonic Value
|
Numeric value
|
Meaning
|
FLAC_ENCODE_PCM_S8
|
0
|
FLAC PCM 8 bits Signed
|
FLAC_ENCODE_PCM_S16
|
1
|
FLAC PCM 16 bits Signed
|
FLAC_ENCODE_PCM_S24
|
2
|
FLAC PCM 24 bits Signed
|
This property is used only if the EncodeFormats.FormatToUse property is set to ENCODING_FORMAT_FLAC.
For further details about encoding in Core Audio File format refer to the FLAC object section.
For further information about available encoding formats see the EncodeFormats object.
|