snd_config_imake_real method
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,
);
}
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,
);
}