Tportaudio.Host_api_info
Host API info.
module Type_id : sig ... end
Host 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 -> string
name a
is the name of a
.
val devices : t -> device_index list
devices a
are the indexes of the devices of a
.
val default_input_device : t -> device_index option
default_input_device a
is the device index of the default input device of a
.
val default_output_device : t -> device_index option
default_input_device a
is the device index of the default input device of a
.