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

# volume

The audio output level as a normalized value between 0.0 (completely silent) and 1.0 (maximum system volume).
This value is independent of the muted state and represents the user’s volume preference. Must be key-value observable.

```
@property (nonatomic, readwrite) float volume;
```

---

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)