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

# AUImplementorDisplayNameWithLengthCallback

A block called to obtain a parameter node’s display name, possibly truncated to a desired length.

```
typealias AUImplementorDisplayNameWithLengthCallback = (AUParameterNode, Int) -> String
```

## Discussion

This block is only of interest to audio unit subclasses.

The block returns a truncated parameter node display name.

The block takes the following parameters:

- node: The parameter node to query.
- desiredLength: The desired length, in characters, of the display name.

## See Also

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

The callback for obtaining an abbreviated version of a parameter node display name.



---

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)