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

# AUImplementorValueProvider

A block called to fetch a parameter’s current value from the audio unit implementation.

```
typealias AUImplementorValueProvider = (AUParameter) -> AUValue
```

## Discussion

This block is only of interest to audio unit subclasses.

The block returns the current value of the parameter.

The block takes the following parameters:

- param: The parameter to query.

## See Also

[`implementorValueProvider`](/documentation/AudioToolbox/AUParameterNode/implementorValueProvider)

The callback for refreshing known stale values in a parameter tree.



---

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)