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