snd_pcm_access_mask_free method

void snd_pcm_access_mask_free(
  1. Pointer<snd_pcm_access_mask_t> obj
)

Implementation

void snd_pcm_access_mask_free(
  ffi.Pointer<snd_pcm_access_mask_t> obj,
) {
  return _snd_pcm_access_mask_free(
    obj,
  );
}