snd_pcm_meter_add_scope method

int snd_pcm_meter_add_scope(
  1. Pointer<snd_pcm_t> pcm,
  2. Pointer<snd_pcm_scope_t> scope
)

Implementation

int snd_pcm_meter_add_scope(
  ffi.Pointer<snd_pcm_t> pcm,
  ffi.Pointer<snd_pcm_scope_t> scope,
) {
  return _snd_pcm_meter_add_scope(
    pcm,
    scope,
  );
}