snd_mixer_selem_get_capture_dB method

int snd_mixer_selem_get_capture_dB(
  1. Pointer<snd_mixer_elem_t> elem,
  2. int channel,
  3. 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,
  );
}