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(IntPtr numberOfEvents, ref AURecordedParameterEvent events);
type AUParameterRecordingObserver = delegate of nativeint * AURecordedParameterEvent -> unit
Parameters
- numberOfEvents
-
IntPtr
nativeint
The number of automation events.
- events
- AURecordedParameterEvent
The delivered events.