recorder_init function

  1. @Native<Int Function(Pointer<Recorder>, Pointer<RecorderConfig>)>(ffi.Pointer<Recorder>, ffi.Pointer<RecorderConfig>)>()
int recorder_init(
  1. Pointer<Recorder> r,
  2. Pointer<RecorderConfig> cfg
)

Implementation

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