Mnemonic Value
|
Numeric value
|
Meaning
|
ENCODING_FORMAT_DJ_WAV
|
1
|
WAV format.
The specific WAV encoding mode can be defined inside the EncodeFormats.WAV.EncodeMode property.
|
ENCODING_FORMAT_DJ_MP3
|
2
|
MP3 format through the Lame.exe external encoder, if available on the target system.
The specific MP3 encoding mode can be defined inside the EncodeFormats.MP3.EncodeMode property.
|
ENCODING_FORMAT_DJ_WMA
|
3
|
WMA format through the Windows Media Audio components, if available on the target system.
The specific WMA encoding mode can be defined inside the EncodeFormats.WMA.EncodeMode property.
|
ENCODING_FORMAT_DJ_OGG
|
4
|
OGG Vorbis format through the OggEnc.exe external encoder, if available on the target system.
The specific OGG Vorbis encoding mode can be defined inside the EncodeFormats.OGG.EncodeMode property.
|
ENCODING_FORMAT_DJ_AAC
|
6
|
AAC or MP4 format through the Faac.exe external encoder, if available on the target system; note that encoding in memory is currently not supported by Faac.exe encoder.
The specific AAC encoding mode can be defined inside the EncodeFormats.AAC.EncodeMode property.
|
ENCODING_FORMAT_DJ_W64
|
15
|
Sonic Foundry's 64 bit RIFF/WAV format.
The specific W64 encoding mode can be defined inside the EncodeFormats.W64.EncodeMode property.
|
ENCODING_FORMAT_DJ_FLAC
|
19
|
FLAC format.
The specific FLAC encoding mode can be defined inside the EncodeFormats.FLAC.EncodeMode property.
|
ENCODING_FORMAT_DJ_OPUS
|
21
|
OPUS format through the OpusEnc.exe external encoder, if available on the target system.
The specific OPUS encoding mode can be defined inside the EncodeFormats.OPUS.EncodeMode property.
|
ENCODING_FORMAT_DJ_AAC_PLUS
|
22
|
AAC+ (HE-AAC) format through the Fdkaac.exe external encoder, if available on the target system; note that encoding in memory is currently not supported by Fdkaac.exe encoder.
The specific AAC+ encoding mode can be defined inside the EncodeFormats.AACPlus.EncodeMode property.
|