AudioContentType Enum
Represents an audio file format.
Fields
Aiff | Audio Interchange File Format (AIFF). It is most commonly used on Apple Macintosh computer systems. |
Midi | Musical Instrument Digital Interface (https://en.wikipedia.org/wiki/MIDI#Standard_MIDI_files) file format. It is used widespread in computers, mobile phone ringtones, webpage authoring and greeting cards. |
Mpeg | MPEG-1 Audio file format published as a standard ISO/IEC 11172-3. If interoperability is wanted, then use this standard format. |
Ogg | Audio file format usually encoded with a Vorbis I codec.. It is a free, open container format (OGG) maintained by the Xiph.Org Foundation. |
Unknown | Unknown audio file format. |
Wav | Waveform Audio File Format (WAV). It is the main format used on Windows systems for raw and typically uncompressed audio. |