snd_pcm_meter_add_scope method
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,
);
}
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,
);
}