snd_config_make method

int snd_config_make(
  1. Pointer<Pointer<snd_config_t>> config,
  2. Pointer<Char> key,
  3. int type
)

Implementation

int snd_config_make(
  ffi.Pointer<ffi.Pointer<snd_config_t>> config,
  ffi.Pointer<ffi.Char> key,
  int type,
) {
  return _snd_config_make(
    config,
    key,
    type,
  );
}