package portaudio_c_bindings

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Portaudio_c_bindings.HostApiInfoSource

Sourcetype 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;
}