snd_pcm_meter_add_scope method
Implementation
int snd_pcm_meter_add_scope(
ffi.Pointer<snd_pcm_> pcm,
ffi.Pointer<snd_pcm_scope_> scope,
) {
return _snd_pcm_meter_add_scope(
pcm,
scope,
);
}
int snd_pcm_meter_add_scope(
ffi.Pointer<snd_pcm_> pcm,
ffi.Pointer<snd_pcm_scope_> scope,
) {
return _snd_pcm_meter_add_scope(
pcm,
scope,
);
}