Supported Codecs and Formats - Audio Design Desk
How Can We Help?
Print

Supported Codecs and Formats

Video:

application/mp4
application/ttml+xml
application/vnd.apple.mpegurl
application/x-mpegurl
audio/3gpp
audio/3gpp2
audio/aac
audio/aacp
audio/aiff
audio/AMR
audio/basic
audio/flac
audio/mp3
audio/mp4
audio/mpeg
audio/mpeg3
audio/mpegurl
audio/mpg
audio/scpls
audio/usac
audio/vnd.wave
audio/wav
audio/wave
audio/x-aac
audio/x-aiff
audio/x-caf
audio/x-m4a
audio/x-m4b
audio/x-m4p
audio/x-m4r
audio/x-mp3
audio/x-mpeg
audio/x-mpeg3
audio/x-mpegurl
audio/x-mpg
audio/x-scpls
audio/x-wav
video/3gpp
video/3gpp2
video/avi
video/dv
video/m2ts
video/mp1s
video/mp2p
video/mp2t
video/mp4
video/mpeg
video/mpeg2
video/mpg
video/quicktime
video/x-dv
video/x-m2ts
video/x-m4v
video/x-mp1s
video/x-mp2p
video/x-mp2t
video/x-mpeg
video/x-mpeg2
video/x-mpg

 

Audio:

@enum           Format IDs
    @abstract       The AudioFormatIDs used to identify individual formats of audio data.
    @constant       kAudioFormatLinearPCM
                        Linear PCM, uses the standard flags.
    @constant       kAudioFormatAC3
                        AC-3, has no flags.
    @constant       kAudioFormat60958AC3
                        AC-3 packaged for transport over an IEC 60958 compliant digital audio
                        interface. Uses the standard flags.
    @constant       kAudioFormatAppleIMA4
                        Apples implementation of IMA 4:1 ADPCM, has no flags.
    @constant       kAudioFormatMPEG4AAC
                        MPEG-4 Low Complexity AAC audio object, has no flags.
    @constant       kAudioFormatMPEG4CELP
                        MPEG-4 CELP audio object, has no flags.
    @constant       kAudioFormatMPEG4HVXC
                        MPEG-4 HVXC audio object, has no flags.
    @constant       kAudioFormatMPEG4TwinVQ
                        MPEG-4 TwinVQ audio object type, has no flags.
    @constant       kAudioFormatMACE3
                        MACE 3:1, has no flags.
    @constant       kAudioFormatMACE6
                        MACE 6:1, has no flags.
    @constant       kAudioFormatULaw
                        µLaw 2:1, has no flags.
    @constant       kAudioFormatALaw
                        aLaw 2:1, has no flags.
    @constant       kAudioFormatQDesign
                        QDesign music, has no flags
    @constant       kAudioFormatQDesign2
                        QDesign2 music, has no flags
    @constant       kAudioFormatQUALCOMM
                        QUALCOMM PureVoice, has no flags
    @constant       kAudioFormatMPEGLayer1
                        MPEG-1/2, Layer 1 audio, has no flags
    @constant       kAudioFormatMPEGLayer2
                        MPEG-1/2, Layer 2 audio, has no flags
    @constant       kAudioFormatMPEGLayer3
                        MPEG-1/2, Layer 3 audio, has no flags
    @constant       kAudioFormatTimeCode
                        A stream of IOAudioTimeStamps, uses the IOAudioTimeStamp flags (see
                        IOKit/audio/IOAudioTypes.h).
    @constant       kAudioFormatMIDIStream
                        A stream of MIDIPacketLists where the time stamps in the MIDIPacketList are
                        sample offsets in the stream. The mSampleRate field is used to describe how
                        time is passed in this kind of stream and an AudioUnit that receives or
                        generates this stream can use this sample rate, the number of frames it is
                        rendering and the sample offsets within the MIDIPacketList to define the
                        time for any MIDI event within this list. It has no flags.
    @constant       kAudioFormatParameterValueStream
                        A "side-chain" of Float32 data that can be fed or generated by an AudioUnit
                        and is used to send a high density of parameter value control information.
                        An AU will typically run a ParameterValueStream at either the sample rate of
                        the AudioUnit's audio data, or some integer divisor of this (say a half or a
                        third of the sample rate of the audio). The Sample Rate of the ASBD
                        describes this relationship. It has no flags.
    @constant       kAudioFormatAppleLossless
                        Apple Lossless, the flags indicate the bit depth of the source material.
    @constant       kAudioFormatMPEG4AAC_HE
                        MPEG-4 High Efficiency AAC audio object, has no flags.
    @constant       kAudioFormatMPEG4AAC_LD
                        MPEG-4 AAC Low Delay audio object, has no flags.
    @constant       kAudioFormatMPEG4AAC_ELD
                        MPEG-4 AAC Enhanced Low Delay audio object, has no flags. This is the formatID of
                        the base layer without the SBR extension. See also kAudioFormatMPEG4AAC_ELD_SBR
    @constant       kAudioFormatMPEG4AAC_ELD_SBR
                        MPEG-4 AAC Enhanced Low Delay audio object with SBR extension layer, has no flags.
    @constant       kAudioFormatMPEG4AAC_HE_V2
                        MPEG-4 High Efficiency AAC Version 2 audio object, has no flags.
    @constant       kAudioFormatMPEG4AAC_Spatial
                        MPEG-4 Spatial Audio audio object, has no flags.
    @constant       kAudioFormatMPEGD_USAC
                        MPEG-D Unified Speech and Audio Coding, has no flags.
    @constant       kAudioFormatAMR
                        The AMR Narrow Band speech codec.
    @constant       kAudioFormatAMR_WB
                        The AMR Wide Band speech codec.
    @constant       kAudioFormatAudible
                        The format used for Audible audio books. It has no flags.
    @constant       kAudioFormatiLBC
                        The iLBC narrow band speech codec. It has no flags.
    @constant       kAudioFormatDVIIntelIMA
                        DVI/Intel IMA ADPCM - ACM code 17.
    @constant       kAudioFormatMicrosoftGSM
                        Microsoft GSM 6.10 - ACM code 49.
    @constant       kAudioFormatAES3
                        This format is defined by AES3-2003, and adopted into MXF and MPEG-2
                        containers and SDTI transport streams with SMPTE specs 302M-2002 and
                        331M-2000. It has no flags.
    @constant       kAudioFormatEnhancedAC3
                        Enhanced AC-3, has no flags.
    @constant       kAudioFormatFLAC
                        Free Lossless Audio Codec, the flags indicate the bit depth of the source material.
    @constant       kAudioFormatOpus
                        Opus codec, has no flags.

 

Table of Contents

Apply Now

Fill out the form to receive your ADD discount

Apply Now

Fill out the form to complete your MAKR registration

Apply Now

Fill out the form to complete your MAKR registration

Apply Now

Fill out the form to complete your MAKR registration

Apply Now

Fill out the form to complete your MAKR registration

Apply Now

Just let us know if you’re a student or educator and someone from our team will follow up with you shortly.

Apply Now

Someone from our team will follow up with you shortly.

Apply Now

Someone from our team will follow up with you shortly.