<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/kAudioQueueProperty_CurrentLevelMeter",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Audio Toolbox"
    ],
    "preciseIdentifier" : "c:@Ea@kAudioQueueProperty_IsRunning@kAudioQueueProperty_CurrentLevelMeter"
  },
  "title" : "kAudioQueueProperty_CurrentLevelMeter"
}
-->

# kAudioQueueProperty_CurrentLevelMeter

A read-only array of level meter status structures.

```
var kAudioQueueProperty_CurrentLevelMeter: AudioQueuePropertyID { get }
```

## Discussion

Value is a read-only array of [`AudioQueueLevelMeterState`](/documentation/AudioToolbox/AudioQueueLevelMeterState) structures, one array element per audio channel. The member values in the structure are in the range `0` (for silence) to `1` (indicating maximum level).

---

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)