snd_pcm_stream_name method

Pointer<Int8> snd_pcm_stream_name(
  1. int stream
)

Implementation

ffi.Pointer<ffi.Int8> snd_pcm_stream_name(
  int stream,
) {
  return _snd_pcm_stream_name(
    stream,
  );
}