<!--
{
  "availability" : [
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.0.0 - 10.6.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreAudio",
  "identifier" : "/documentation/CoreAudio/AudioHardwareRemovePropertyListener",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Core Audio"
    ],
    "preciseIdentifier" : "c:@F@AudioHardwareRemovePropertyListener"
  },
  "title" : "AudioHardwareRemovePropertyListener"
}
-->

# AudioHardwareRemovePropertyListener

```
extern OSStatus AudioHardwareRemovePropertyListener(AudioHardwarePropertyID inPropertyID, AudioHardwarePropertyListenerProc inProc);
```

## Parameters

`inPropertyID`

The AudioHardwarePropertyID of the property to stop listening to.

`inProc`

AudioHardwarePropertyListenerProc to unregister.

## Return Value

An OSStatus indicating success or failure.

## Discussion

\abstract Unregisters the given AudioHardwarePropertyListenerProc from receive
notifications when the given property changes.
\discussion Note that the same functionality is provided by
AudioObjectRemovePropertyListener in conjunction with
AudioObjectPropertyListenerProc.

---

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)