Enum EAudioType
Enum representing common audio file extensions supported by EasyLocalization.
Namespace: GUPS.EasyLocalization.Core.Enums
Assembly: cs.temp.dll.dll
Syntax
public enum EAudioType
Fields
Name | Description |
---|---|
AIFF | Aiff. |
AUDIOQUEUE | iPhone hardware decoder, supports AAC, ALAC, and MP3. Extracodecdata is a pointer to an FMOD_AUDIOQUEUE_EXTRACODECDATA structure. |
IT | Impulse tracker. |
MOD | Protracker / Fasttracker MOD. |
MPEG | MP2/MP3 MPEG. |
OGGVORBIS | Ogg vorbis. |
S3M | ScreamTracker 3. |
UNKNOWN | 3rd party / unknown plugin format. |
VAG | VAG. |
WAV | Microsoft WAV. |
XM | FastTracker 2 XM. |
XMA | Xbox360 XMA. |