snd_pcm_format_description method

Pointer<Char> snd_pcm_format_description(
  1. int format
)

Implementation

ffi.Pointer<ffi.Char> snd_pcm_format_description(
  int format,
) {
  return _snd_pcm_format_description(
    format,
  );
}