snd_mixer_selem_get_capture_dB method
int
snd_mixer_selem_get_capture_dB(
- Pointer<
snd_mixer_elem_t> elem, - int channel,
- Pointer<
Long> value
Implementation
int snd_mixer_selem_get_capture_dB(
ffi.Pointer<snd_mixer_elem_t> elem,
int channel,
ffi.Pointer<ffi.Long> value,
) {
return _snd_mixer_selem_get_capture_dB(
elem,
channel,
value,
);
}