Platforms to show: All Mac Windows Linux Cross-Platform

Back to PortAudioHostApiInfoMBS class.

PortAudioHostApiInfoMBS.defaultInputDevice as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 7.0 ✅ Yes ✅ Yes ✅ Yes ❌ No All
The default input device for this host API.

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

Some examples using this property:

PortAudioHostApiInfoMBS.defaultOutputDevice as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 7.0 ✅ Yes ✅ Yes ✅ Yes ❌ No All
The default output device for this host API.

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

Some examples using this property:

PortAudioHostApiInfoMBS.deviceCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 7.0 ✅ Yes ✅ Yes ✅ Yes ❌ No All
The number of devices belonging to this host API.

This field may be used in conjunction with HostApiDeviceIndexToDeviceIndex() to enumerate all devices for this host API.
(Read only property)

PortAudioHostApiInfoMBS.Index as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 7.0 ✅ Yes ✅ Yes ✅ Yes ❌ No All
The index of this host API.

(Read only property)

PortAudioHostApiInfoMBS.Name as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 7.0 ✅ Yes ✅ Yes ✅ Yes ❌ No All
A textual description of the host API for display on user interfaces.

(Read only property)

PortAudioHostApiInfoMBS.Type as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 7.0 ✅ Yes ✅ Yes ✅ Yes ❌ No All
The well known unique identifier of this host API.

Useful constants for the different types:
paInDevelopment=0
paDirectSound=1
paMME=2
paASIO=3
paSoundManager=4
paCoreAudio=5
paOSS=7
paALSA=8
paAL=9
paBeOS=10
paWDMKS=11
paJACK=12
paWASAPI=13
paAudioScienceHPI=14
(Read only property)

The items on this page are in the following plugins: MBS Audio Plugin.


The biggest plugin in space...