Contents

measurement

A mode that indicates that your app is performing measurement of audio input or output.

Declaration

static let measurement: AVAudioSession.Mode

Discussion

Use this mode for apps that need to minimize the amount of system-supplied signal processing to input and output signals. If recording on devices with more than one built-in microphone, the session uses the primary microphone.

For use with the playback, record, or playAndRecord audio session categories.

See Also

Getting Standard Session Modes