Contents

usesApplicationAudioSession

A Boolean value that indicates whether the capture session uses the app’s shared audio session.

Declaration

var usesApplicationAudioSession: Bool { get set }

Discussion

The default value is true. If you set the value to false, the capture session uses a private AVAudioSession instance for audio recording, which may cause interruptions if your app uses its own audio session for playback.

See Also

Configuring the app’s audio session