Julius 4.2
変数
構造体 PaHostApiInfo

A structure containing information about a particular host API. [詳細]

#include <portaudio.h>

変数

int structVersion
 this is struct version 1
PaHostApiTypeId type
 The well known unique identifier of this host API.
const char * name
 A textual description of the host API for display on user interfaces.
int deviceCount
 The number of devices belonging to this host API.
PaDeviceIndex defaultInputDevice
 The default input device for this host API.
PaDeviceIndex defaultOutputDevice
 The default output device for this host API.

説明

A structure containing information about a particular host API.

portaudio.h244 行で定義されています。


構造体

The well known unique identifier of this host API.

参照:
PaHostApiTypeId

portaudio.h249 行で定義されています。

const char* PaHostApiInfo::name

A textual description of the host API for display on user interfaces.

portaudio.h251 行で定義されています。

参照元 adin_mic_open().

The number of devices belonging to this host API.

This field may be used in conjunction with Pa_HostApiDeviceIndexToDeviceIndex() to enumerate all devices for this host API.

参照:
Pa_HostApiDeviceIndexToDeviceIndex

portaudio.h258 行で定義されています。

The default input device for this host API.

The value will be a device index ranging from 0 to (Pa_GetDeviceCount()-1), or paNoDevice if no default input device is available.

portaudio.h264 行で定義されています。

The default output device for this host API.

The value will be a device index ranging from 0 to (Pa_GetDeviceCount()-1), or paNoDevice if no default output device is available.

portaudio.h270 行で定義されています。


この構造体の説明は次のファイルから生成されました: