recorder_stop function

  1. @Native<Int Function(Pointer<Recorder>)>(ffi.Pointer<Recorder>)>()
int recorder_stop(
  1. Pointer<Recorder> r
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<Recorder>)>()
external int recorder_stop(
  ffi.Pointer<Recorder> r,
);