SetAutomationEventBaseFrame method

  1. @override
void SetAutomationEventBaseFrame(
  1. int frame
)
override

Set automation event internal base frame to start recording

Implementation

@override
void SetAutomationEventBaseFrame(
  int frame,
) => _ffi.SetAutomationEventBaseFrame(
  frame,
);