AudioFileType Enum

Definition

Known audio file types. Used to specify the kind of audio file to create, or as a hint to the audio parser about the contents of the file.

public enum AudioFileType
type AudioFileType = 
Inheritance
AudioFileType

Fields

AAC_ADTS 1633973363

Audio Transport Stream, a contains for Advanced Audio Coding (AAC) data.

AC3 1633889587

Digital Audio Compression Standard (also known as Dolby Digital or Audio Codec 3)

AIFC 1095321155

Compressed Audio Interchange File Format.

AIFF 1095321158

Audio Interchange File Format.

AMR 1634562662

Adaptive Multi-Rate format, optimized for speech coding Used widely in GSM an UMTS.

CAF 1667327590

Apple Core Audio Format. CAF files are containers that can contain multiple audio formats, metadata tracks. Uses 64-bit offsetes, so it is not limited to 4GB.

FLAC 1718378851

Free Lossless Audio Codec format.

M4A 1832149350

MPEG-4 Audio Layer with no bookmark metadata (use M4B for that).

M4B 1832149606

MPEG-4 Audio Layer with metadata for bookmarks, chapter markers, images and hyperlinks.

MP1 1297106737

MPEG-1 Audio Layer 1, largely outdated

MP2 1297106738

MPEG-1 Audio Layer 2.

MP3 1297106739

MPEG-1 Audio Layer 3.

MPEG4 1836069990

MPEG-4 file.

Next 1315264596

NeXT/Sun audio file format

RF64 1380333108

BWF-compatible RF64 multichannel sound format.

SoundDesigner2 1399075430

Sound Designer 2 file.

ThreeGP 862417008

3GP (3GPP file format) is a multimedia container format defined by the Third Generation Partnership Project (3GPP) for 3G UMTS multimedia services. It is used on 3G mobile phones but can also be played on some 2G and 4G phones.

ThreeGP2 862416946

3G2 (3GPP2 file format) is a multimedia container format defined by the 3GPP2 for 3G CDMA2000 multimedia services. It is very similar to the 3GP file format, but has some extensions and limitations in comparison to 3GP.

WAVE 1463899717

Microsoft WAVE format.

Applies to