recorder_destroy function

  1. @Native<Void Function(Pointer<Recorder>)>(ffi.Pointer<Recorder>)>()
void recorder_destroy(
  1. Pointer<Recorder> recorder
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<Recorder>)>()
external void recorder_destroy(
  ffi.Pointer<Recorder> recorder,
);