snd_config_imake_real method

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

Implementation

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