<!--
{
  "availability" : [
    "macOS: 10.5.0 - 10.11.0"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/AudioHardwareServiceIsPropertySettable(_:_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Audio Toolbox"
    ],
    "preciseIdentifier" : "c:@F@AudioHardwareServiceIsPropertySettable"
  },
  "title" : "AudioHardwareServiceIsPropertySettable(_:_:_:)"
}
-->

# AudioHardwareServiceIsPropertySettable(_:_:_:)

Queries a HAL audio object about whether a specified property is settable.

```
func AudioHardwareServiceIsPropertySettable(_ inObjectID: AudioObjectID, _ inAddress: UnsafePointer<AudioObjectPropertyAddress>!, _ outIsSettable: UnsafeMutablePointer<DarwinBoolean>!) -> OSStatus
```

## Parameters

`inObjectID`

The HAL audio object to query.

`inAddress`

The property that you are asking about.

`outIsSettable`

A Boolean value that indicates whether the property is settable (`true`) or not (`false`).

## Return Value

A result code.

## See Also

[`AudioHardwareServiceHasProperty`](/documentation/AudioToolbox/AudioHardwareServiceHasProperty(_:_:))

Queries a HAL audio object about whether or not it has a specified property.

[`AudioHardwareServiceSetPropertyData`](/documentation/AudioToolbox/AudioHardwareServiceSetPropertyData(_:_:_:_:_:_:))

Asks a HAL audio object to change the value of a specified 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)