snd_pcm_subformat_description method

Pointer<Int8> snd_pcm_subformat_description(
  1. int subformat
)

Implementation

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