snd_pcm_meter_search_scope method
Implementation
ffi.Pointer<snd_pcm_scope_> snd_pcm_meter_search_scope(
ffi.Pointer<snd_pcm_> pcm,
ffi.Pointer<ffi.Int8> name,
) {
return _snd_pcm_meter_search_scope(
pcm,
name,
);
}
ffi.Pointer<snd_pcm_scope_> snd_pcm_meter_search_scope(
ffi.Pointer<snd_pcm_> pcm,
ffi.Pointer<ffi.Int8> name,
) {
return _snd_pcm_meter_search_scope(
pcm,
name,
);
}