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