Contents

AVCaptureAudioChannel

An object that monitors average and peak power levels for an audio channel in a capture connection.

Declaration

class AVCaptureAudioChannel

Overview

You don’t create instances of this class directly. Instead, an AVCaptureConnection object that connects an audio input to an audio output provides an array of AVCaptureAudioChannel objects, one for each channel of audio available. You can poll for audio levels by iterating through these audio channel objects.

Topics

Configuring a channel

Accessing power levels

See Also

Connecting inputs and outputs