<!--
{
  "availability" : [
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVAudioRoutingArbiter/Category",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@E@AVAudioRoutingArbitrationCategory"
  },
  "title" : "AVAudioRoutingArbiter.Category"
}
-->

# AVAudioRoutingArbiter.Category

Categories that describe the general nature of your app’s audio use.

```
enum Category
```

## Overview

The category provides context that helps the operating system arbitrate between Apple devices that are trying to take ownership of a Bluetooth audio route.

## Topics

### Categories

[`AVAudioRoutingArbiter.Category.playback`](/documentation/AVFAudio/AVAudioRoutingArbiter/Category/playback)

The app plays audio.

[`AVAudioRoutingArbiter.Category.playAndRecord`](/documentation/AVFAudio/AVAudioRoutingArbiter/Category/playAndRecord)

The app plays and records audio.

[`AVAudioRoutingArbiter.Category.playAndRecordVoice`](/documentation/AVFAudio/AVAudioRoutingArbiter/Category/playAndRecordVoice)

The app uses Voice over IP (VoIP).



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)