snd_mixer_selem_get_capture_volume method

int snd_mixer_selem_get_capture_volume(
  1. Pointer<snd_mixer_elem_> elem,
  2. int channel,
  3. Pointer<Int64> value
)

Implementation

int snd_mixer_selem_get_capture_volume(
  ffi.Pointer<snd_mixer_elem_> elem,
  int channel,
  ffi.Pointer<ffi.Int64> value,
) {
  return _snd_mixer_selem_get_capture_volume(
    elem,
    channel,
    value,
  );
}