snd_pcm_meter_search_scope method

Pointer<snd_pcm_scope_> snd_pcm_meter_search_scope(
  1. Pointer<snd_pcm_> pcm,
  2. Pointer<Int8> name
)

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