snd_pcm_format_value method

int snd_pcm_format_value(
  1. Pointer<Char> name
)

Implementation

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