The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Sound_Format
/*
 * REGISTERABLE ENUM: SE_Sound_Format
 *
 *  This data type specifies the format of sound files being
 *  played using <Sound> instances.
 */
typedef SE_Short_Integer SE_Sound_Format;
Enumerant Definition Value
SE_SOUNDFMT_AIFC
 Audio Interchange Format, Compressed sound file
1
SE_SOUNDFMT_AIFF
 Audio Interchange File Format
2
SE_SOUNDFMT_AVI
 Audio Video Interleave
3
SE_SOUNDFMT_IFF
 Interchange File Format
4
SE_SOUNDFMT_MIDI
 Musical Instrument Digital Interface
5
SE_SOUNDFMT_MP2
 MPEG Layer - 2 Audio
6
SE_SOUNDFMT_MP3
 MPEG Layer - 3 Audio
7
SE_SOUNDFMT_MPG
 Moving Picture Experts Group
8
SE_SOUNDFMT_QT
 QuickTime
9
SE_SOUNDFMT_RA
 Real Audio file
10
SE_SOUNDFMT_SND
 Sound file
11
SE_SOUNDFMT_VOC
 Creative Voice file
12
SE_SOUNDFMT_WAV
 Waveform Audio
13
SE_SOUNDFMT_WVE
 Electronic Arts' file format with .wve extension
14



Prev: SE_Single_Value_Type. Next: SE_Spacing_Type.


Return to: Top of this Page, Type Index