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

# AUParameterRecordingObserver

A block called to record parameter changes as automation events.

```
typealias AUParameterRecordingObserver = (Int, UnsafePointer<AURecordedParameterEvent>) -> Void
```

## Discussion

The block takes the following parameters:

- numberEvents: The number of events being delivered.
- events: The events being delivered.

## See Also

[`-  tokenByAddingParameterRecordingObserver:`](/documentation/AudioToolbox/AUParameterNode/token(byAddingParameterRecordingObserver:))

Adds a recording observer for a single parameter or all parameters in a group.



---

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)