snd_pcm_areas_copy_wrap method
Implementation
int snd_pcm_areas_copy_wrap(
ffi.Pointer<snd_pcm_channel_area_t> dst_channels,
int dst_offset,
int dst_size,
ffi.Pointer<snd_pcm_channel_area_t> src_channels,
int src_offset,
int src_size,
int channels,
int frames,
int format,
) {
return _snd_pcm_areas_copy_wrap(
dst_channels,
dst_offset,
dst_size,
src_channels,
src_offset,
src_size,
channels,
frames,
format,
);
}