/*
 * ENUM: SE_SOUND_FORMAT_ENUM
 *
 *   Type definitions for sound formats
 */
typedef enum
{
SE_AIFF, (notes)
SE_AIFC, (notes)
SE_AU, (notes)
SE_AUDIO_BASIC, (notes)
SE_AUDIO_MPEG,
SE_HCOM, (notes)
SE_MIDI,
SE_MOD, (notes)
SE_QUICKTIME_SOUND, (notes)
SE_RA, (notes)
SE_RED_BOOK, (notes)
SE_VOC, (notes)
SE_WAV (notes)
} SE_SOUND_FORMAT_ENUM;


Enumerator Notes

SE_AIFF

 Audio Interchange File Format

SE_AIFC

 extension of AIFF with compression

SE_AU

 sometimes saved as .snd files

SE_AUDIO_BASIC

 MIME standard

SE_HCOM

 Mac based, uses Huffman compressed data - data
 is 8 bits unsigned data after decompression

SE_MOD

 includes digitized samples and sequencing data

SE_QUICKTIME_SOUND

 because it's possible to store a file in
 QuickTime that only contains sound

SE_RA

 Real Audio by Progressive Networks

SE_RED_BOOK

 standard audio CD format

SE_VOC

 Creative Labs Inc. VOiCe format (SoundBlaster)

SE_WAV

 Microsoft WAVeform
Prev: SE_SHADE_METHOD_ENUM. Next: SE_SPACING_ENUM. Up:Index