snd_pcm_hook_remove method

int snd_pcm_hook_remove(
  1. Pointer<snd_pcm_hook_> hook
)

Implementation

int snd_pcm_hook_remove(
  ffi.Pointer<snd_pcm_hook_> hook,
) {
  return _snd_pcm_hook_remove(
    hook,
  );
}