snd_input_stdio_open method

int snd_input_stdio_open(
  1. Pointer<Pointer<snd_input_>> inputp,
  2. Pointer<Int8> file,
  3. Pointer<Int8> mode
)

Implementation

int snd_input_stdio_open(
  ffi.Pointer<ffi.Pointer<snd_input_>> inputp,
  ffi.Pointer<ffi.Int8> file,
  ffi.Pointer<ffi.Int8> mode,
) {
  return _snd_input_stdio_open(
    inputp,
    file,
    mode,
  );
}