snd_pcm_subformat_description method

Pointer<Char> snd_pcm_subformat_description(
  1. int subformat
)

Implementation

ffi.Pointer<ffi.Char> snd_pcm_subformat_description(
  int subformat,
) {
  return _snd_pcm_subformat_description(
    subformat,
  );
}