snd_pcm_format_value method

int snd_pcm_format_value(
  1. Pointer<Int8> name
)

Implementation

int snd_pcm_format_value(
  ffi.Pointer<ffi.Int8> name,
) {
  return _snd_pcm_format_value(
    name,
  );
}