snd_device_name_get_hint method

Pointer<Char> snd_device_name_get_hint(
  1. Pointer<Void> hint,
  2. Pointer<Char> id
)

Implementation

ffi.Pointer<ffi.Char> snd_device_name_get_hint(
  ffi.Pointer<ffi.Void> hint,
  ffi.Pointer<ffi.Char> id,
) {
  return _snd_device_name_get_hint(
    hint,
    id,
  );
}