AUParameterRecordingObserver Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate that records parameter changes as automation events.
public delegate void AUParameterRecordingObserver(nint numberOfEvents, ref AURecordedParameterEvent events);
type AUParameterRecordingObserver = delegate of nint * -> unit
Parameters
- numberOfEvents
- System.System.IntPtr System.nativeint
The number of automation events.
- events
- AURecordedParameterEvent
The delivered events.