Platforms to show: All Mac Windows Linux Cross-Platform
Back to CoreAudioMBS class.
CoreAudioMBS.kAudioHardwarePropertyBootChimeVolumeDecibels as String
Function:
One of the constants for CoreAudio.
Notes:
A Float32 that represents the value of the boot chime volume control in dB. This property is implemented by an AudioControl object that is a subclass of AudioBootChimeVolumeControl.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
A Float32 that represents the value of the boot chime volume control in dB. This property is implemented by an AudioControl object that is a subclass of AudioBootChimeVolumeControl.
(Read only property)
CoreAudioMBS.kAudioHardwarePropertyBootChimeVolumeDecibelsToScalar as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertyBootChimeVolumeRangeDecibels as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertyBootChimeVolumeScalar as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertyBootChimeVolumeScalarToDecibels as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertyDefaultInputDevice as String
Function:
One of the constants for CoreAudio.
Example:
Notes:
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
Dim c As New CoreAudioMBS
Dim DefaultInputDeviceMem As MemoryBlock = c.AudioHardwareGetPropertyMemory(c.kAudioHardwarePropertyDefaultInputDevice)
Dim DefaultInputDeviceID As Integer = DefaultInputDeviceMem.Long(0)
Dim DefaultInputDeviceName As String = c.AudioDeviceGetPropertyString(DefaultInputDeviceID, 0, True, c.kAudioDevicePropertyDeviceName)
MessageBox DefaultInputDeviceName
Some examples using this property:
CoreAudioMBS.kAudioHardwarePropertyDefaultOutputDevice as String
Function:
One of the constants for CoreAudio.
Example:
Notes:
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
Dim c As New CoreAudioMBS
Dim DefaultOutputDeviceMem As MemoryBlock = c.AudioHardwareGetPropertyMemory(c.kAudioHardwarePropertyDefaultOutputDevice)
Dim DefaultOutputDeviceID As Integer = DefaultOutputDeviceMem.Long(0)
Dim DefaultOutputDeviceName As String = c.AudioDeviceGetPropertyString(DefaultOutputDeviceID, 0, True, c.kAudioDevicePropertyDeviceName)
MessageBox DefaultOutputDeviceName
Some examples using this property:
CoreAudioMBS.kAudioHardwarePropertyDefaultSystemOutputDevice as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertyDeviceForUID as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertyDevices as String
Function:
One of the constants for CoreAudio.
Example:
Notes:
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
Dim c As New CoreAudioMBS
Dim m As MemoryBlock = c.AudioHardwareGetPropertyMemory(c.kAudioHardwarePropertyDevices)
Dim count As Integer = m.Size / 4
Dim IDs() As String
For i As Integer = 0 To count-1
Ids.append m.Int32Value(i * 4).ToString
Next
MessageBox "Device IDs: "+string.FromArray(Ids)
Some examples using this property:
CoreAudioMBS.kAudioHardwarePropertyRunLoop as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertySleepingIsAllowed as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertyUnloadingIsAllowed as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioPropertyWildcardChannel as Integer
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioPropertyWildcardPropertyID as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioPropertyWildcardSection as Integer
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyDirection as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyOwningDevice as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyPhysicalFormat as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyPhysicalFormatMatch as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyPhysicalFormats as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyPhysicalFormatSupported as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyStartingChannel as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyTerminalType as String
Function:
One of the constants for CoreAudio.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS MacOSX Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
The items on this page are in the following plugins: MBS MacOSX Plugin.
