snd_pcm_scope_s16_get_channel_buffer method
Implementation
ffi.Pointer<ffi.Int16> snd_pcm_scope_s16_get_channel_buffer(
ffi.Pointer<snd_pcm_scope_t> scope,
int channel,
) {
return _snd_pcm_scope_s16_get_channel_buffer(
scope,
channel,
);
}