recorder_init_file method
Implementation
int recorder_init_file(
ffi.Pointer<Recorder> self,
ffi.Pointer<ffi.Char> filename,
int sample_rate,
int channels,
int sound_format,
) {
return _recorder_init_file(
self,
filename,
sample_rate,
channels,
sound_format,
);
}