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