Platforms to show: All Mac Windows Linux Cross-Platform

Back to CoreAudioMBS class.

CoreAudioMBS.kAudioHardwarePropertyBootChimeVolumeDecibels as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
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)
CoreAudioMBS.kAudioHardwarePropertyBootChimeVolumeDecibelsToScalar as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertyBootChimeVolumeRangeDecibels as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertyBootChimeVolumeScalar as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertyBootChimeVolumeScalarToDecibels as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertyDefaultInputDevice as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
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
Notes: (Read only property)

Some examples using this property:

CoreAudioMBS.kAudioHardwarePropertyDefaultOutputDevice as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
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
Notes: (Read only property)

Some examples using this property:

CoreAudioMBS.kAudioHardwarePropertyDefaultSystemOutputDevice as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertyDeviceForUID as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertyDevices as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
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)
Notes: (Read only property)

Some examples using this property:

CoreAudioMBS.kAudioHardwarePropertyRunLoop as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertySleepingIsAllowed as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioHardwarePropertyUnloadingIsAllowed as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioPropertyWildcardChannel as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioPropertyWildcardPropertyID as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioPropertyWildcardSection as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyDirection as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyOwningDevice as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyPhysicalFormat as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyPhysicalFormatMatch as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyPhysicalFormats as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyPhysicalFormatSupported as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyStartingChannel as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)
CoreAudioMBS.kAudioStreamPropertyTerminalType as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: One of the constants for CoreAudio.
Notes: (Read only property)

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


💬 Ask a question or report a problem
The biggest plugin in space...


Start Chat