<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreAudio",
  "identifier" : "/documentation/CoreAudio/AudioObjectHasProperty(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Core Audio"
    ],
    "preciseIdentifier" : "c:@F@AudioObjectHasProperty"
  },
  "title" : "AudioObjectHasProperty(_:_:)"
}
-->

# AudioObjectHasProperty(_:_:)

```
func AudioObjectHasProperty(_ inObjectID: AudioObjectID, _ inAddress: UnsafePointer<AudioObjectPropertyAddress>) -> Bool
```

## Parameters

`inObjectID`

The AudioObject to query.

`inAddress`

An AudioObjectPropertyAddress indicating which property is being queried.

## Return Value

A Boolean indicating whether or not the AudioObject has the given property.

## Discussion

\abstract Queries an AudioObject about whether or not it has the given property.

---

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)