snd_config_imake_real method

int snd_config_imake_real(
  1. Pointer<Pointer<snd_config_t>> config,
  2. Pointer<Char> key,
  3. double value
)

Implementation

int snd_config_imake_real(
  ffi.Pointer<ffi.Pointer<snd_config_t>> config,
  ffi.Pointer<ffi.Char> key,
  double value,
) {
  return _snd_config_imake_real(
    config,
    key,
    value,
  );
}