package portaudio_c_bindings

  1. Overview
  2. Docs
type t = {
  1. version : int;
  2. type_ : HostApiTypeId.t;
  3. name : string;
  4. device_count : int;
  5. default_input_device : device_index;
  6. default_output_device : device_index;
}