Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
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 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)
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 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)
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 |
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 |
(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 |
(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 |
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 |
The items on this page are in the following plugins: MBS Audio Plugin.