Contents

AVAudioFormat

An object that describes the representation of an audio format.

Declaration

class AVAudioFormat

Overview

The AVAudioFormat class wraps Core Audio’s AudioStreamBasicDescription, and includes convenience initializers and accessors for common formats, including Core Audio’s standard deinterleaved 32-bit floating point format.

Instances of this class are immutable.

Topics

Creating a New Audio Format Representation

Getting the Audio Stream Description

Comparing Instances

Getting Audio Format Values

Determining the Audio Format

Constants

Initializers

See Also

Formats