Module Tportaudio.Host_api_info

Host API info.

module Type_id : sig ... end

Host API type identifiers.

type t

The type for host API information.

Values of this type survive a terminate but the refered device indexes will no longe be valid.

val type' : t -> Type_id.t

type' a is the type identifier of a.

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.