snd_pcm_scope_s16_get_channel_buffer method

Pointer<Int16> snd_pcm_scope_s16_get_channel_buffer(
  1. Pointer<snd_pcm_scope_t> scope,
  2. int channel
)

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,
  );
}