Contents

category

The current audio session category.

Declaration

var category: AVAudioSession.Category { get }

Discussion

An audio session category defines a set of audio behaviors for your app. The default category assigned to an audio session is soloAmbient.

See Also

Inspecting the category configuration