Contents

AudioBuffer

A structure that holds a buffer of audio data.

Declaration

struct AudioBuffer

Overview

An audio buffer holds a single buffer of audio data in its mData field. The buffer can represent two types of audio:

  • A single, monophonic, noninterleaved channel of audio

  • Interleaved audio with the number of channels set by the mNumberChannels field

Topics

Creating a Buffer

Accessing the Audio

Initializers

See Also

Buffers