Tportaudio.Device_infoDevice information.
The type for device information.
Values of this type survive a terminate but the refered host API index will no longer be valid.
val name : t -> stringname d is the name of d.
val host_api : t -> host_api_indexhost_api d is the host API of d.
val max_input_channels : t -> intmax_input_channels d is the maximum number of input channels.
val max_output_channels : t -> intmax_output_channels d is the maximum number of output channels.
default_low_input_latency d is the default latency value for interactive performance.
default_low_input_latency d is the default latency value for interactive performance.
default_high_input_latency d is the default latency value for robust non-interactive application (e.g. playing sound files).
default_high_input_latency d is the default latency value for robust non-interactive application (e.g. playing sound files).
val default_sample_rate_hz : t -> floatdefault_sample_rate_hz d is the default sample rate in hz.