PlayAutomationEvent method
Play a recorded automation event
Implementation
@override
void PlayAutomationEvent(
AutomationEventD event,
) => _ffi.PlayAutomationEvent(
$.AutomationEvent$.Ref1(event).asNativePointer<AutomationEventC>().ref,
);
Play a recorded automation event
@override
void PlayAutomationEvent(
AutomationEventD event,
) => _ffi.PlayAutomationEvent(
$.AutomationEvent$.Ref1(event).asNativePointer<AutomationEventC>().ref,
);