<!--
{
  "availability" : [
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVInterfaceControllable",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(pl)AVInterfaceControllable"
  },
  "title" : "AVInterfaceControllable"
}
-->

# AVInterfaceControllable

A comprehensive protocol that provides complete media control and information for playback, timeline navigation, audio/subtitle selection, volume control, and metadata access.

```
@protocol AVInterfaceControllable <AVInterfaceTimeControllable, AVInterfacePlaybackControllable, AVInterfaceMediaSelectionControllable, AVInterfaceVolumeControllable, AVInterfaceMetadataProviding>
```

## Overview

This protocol consolidates all media source capabilities into a single interface, enabling rich media experiences with full control over playback state, timeline interactions, and content metadata. Implementations should provide key-value observable properties where specified to ensure proper integration with media player controls and UI frameworks.

## Relationships

### Inherits From

[`AVInterfaceTimeControllable`](/documentation/AVKit/AVInterfaceTimeControllable)

[`AVInterfaceMetadataProviding`](/documentation/AVKit/AVInterfaceMetadataProviding)

[`AVInterfaceMediaSelectionControllable`](/documentation/AVKit/AVInterfaceMediaSelectionControllable)

[`AVInterfacePlaybackControllable`](/documentation/AVKit/AVInterfacePlaybackControllable)

[`AVInterfaceVolumeControllable`](/documentation/AVKit/AVInterfaceVolumeControllable)

---

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)