snd_device_name_get_hint method

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

Implementation

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