PlayAutomationEvent method

  1. @override
void PlayAutomationEvent(
  1. AutomationEventD event
)
override

Play a recorded automation event

Implementation

@override
void PlayAutomationEvent(
  AutomationEventD event,
) => _ffi.PlayAutomationEvent(
  $.AutomationEvent$.Ref1(event).asNativePointer<AutomationEventC>().ref,
);