snd_pcm_areas_silence method
Implementation
int snd_pcm_areas_silence(
ffi.Pointer<snd_pcm_channel_area_t> dst_channels,
int dst_offset,
int channels,
int frames,
int format,
) {
return _snd_pcm_areas_silence(
dst_channels,
dst_offset,
channels,
frames,
format,
);
}