snd_pcm_hook_remove method

int snd_pcm_hook_remove(
  1. Pointer<snd_pcm_hook_t> hook
)

Implementation

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