<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.5.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/AudioQueueGetPropertySize(_:_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Audio Toolbox"
    ],
    "preciseIdentifier" : "c:@F@AudioQueueGetPropertySize"
  },
  "title" : "AudioQueueGetPropertySize(_:_:_:)"
}
-->

# AudioQueueGetPropertySize(_:_:_:)

Gets the size of the value of an audio queue property.

```
func AudioQueueGetPropertySize(_ inAQ: AudioQueueRef, _ inID: AudioQueuePropertyID, _ outDataSize: UnsafeMutablePointer<UInt32>) -> OSStatus
```

## Parameters

`inAQ`

The audio queue that has the property value whose size you want to get.

`inID`

The ID of the property value whose size you want to get. See [`AudioQueuePropertyID`](/documentation/AudioToolbox/AudioQueuePropertyID).

`outDataSize`

On output, the size of the requested property value.

## Return Value

A result code. See Result Codes.

---

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)