snd_pcm_access_name method

Pointer<Char> snd_pcm_access_name(
  1. int _access
)

Implementation

ffi.Pointer<ffi.Char> snd_pcm_access_name(
  int _access,
) {
  return _snd_pcm_access_name(
    _access,
  );
}