Tportaudio.Host_api_infoHost API info.
module Type_id : sig ... endHost API type identifiers.
The type for host API information.
Values of this type survive a terminate but the refered device indexes will no longe be valid.
val name : t -> stringname a is the name of a.
val devices : t -> device_index listdevices a are the indexes of the devices of a.
val default_input_device : t -> device_index optiondefault_input_device a is the device index of the default input device of a.
val default_output_device : t -> device_index optiondefault_input_device a is the device index of the default input device of a.