snd_pcm_format_mask_copy method

void snd_pcm_format_mask_copy(
  1. Pointer<snd_pcm_format_mask_t> dst,
  2. Pointer<snd_pcm_format_mask_t> src
)

Implementation

void snd_pcm_format_mask_copy(
  ffi.Pointer<snd_pcm_format_mask_t> dst,
  ffi.Pointer<snd_pcm_format_mask_t> src,
) {
  return _snd_pcm_format_mask_copy(
    dst,
    src,
  );
}