Struct portaudio::types::PaHostApiInfo [-]  [+] [src]

pub struct PaHostApiInfo {
    pub struct_version: int,
    pub host_type: PaHostApiTypeId,
    pub name: String,
    pub device_count: int,
    pub default_input_device: PaDeviceIndex,
    pub default_output_device: PaDeviceIndex,
}

A structure containing information about a particular host API.

Fields

struct_version

The version of the struct

host_type

The type of the current host

name

The name of the host

device_count

The total count of device in the host

default_input_device

The index to the default input device

default_output_device

The index to the default output device