Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsAudioMixerMBS class.

WindowsAudioMixerMBS.DestinationDigitalMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether digital device is muted.

Audio line is a digital destination (for example, digital input to a DAT or CD audio device).

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DestinationDigitalVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of digital device.

Audio line is a digital destination (for example, digital input to a DAT or CD audio device).

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DestinationHeadPhonesMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether head phones are muted.

Audio line is an adjustable (gain and/or attenuation) destination intended to drive headphones. Most audio cards use the same audio destination line for speakers and headphones, in which case the mixer device simply uses the DestinationSpeakers.

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DestinationHeadPhonesVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of head phones.

Audio line is an adjustable (gain and/or attenuation) destination intended to drive headphones. Most audio cards use the same audio destination line for speakers and headphones, in which case the mixer device simply uses the DestinationSpeakers.

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DestinationLineMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether line is muted.

Audio line is a line level destination (for example, line level input from a CD audio device) that will be the final recording source for the analog-to-digital converter (ADC). Because most audio cards for personal computers provide some sort of gain for the recording audio source line, the mixer device will use the DestinationWaveIn.

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DestinationLineVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of line.

Audio line is a line level destination (for example, line level input from a CD audio device) that will be the final recording source for the analog-to-digital converter (ADC). Because most audio cards for personal computers provide some sort of gain for the recording audio source line, the mixer device will use the DestinationWaveIn.

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DestinationMonitorMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether audio monitor is muted.

Audio line is a destination used for a monitor.

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DestinationMonitorVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of audio monitor.

Audio line is a destination used for a monitor.

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DestinationSpeakersMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether speakers are muted.

Audio line is an adjustable (gain and/or attenuation) destination intended to drive speakers. This is the typical component type for the audio output of audio cards for personal computers.

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DestinationSpeakersVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of speakers.

Audio line is an adjustable (gain and/or attenuation) destination intended to drive speakers. This is the typical component type for the audio output of audio cards for personal computers.

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DestinationTelephoneMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether telephone is muted.

Audio line is a destination that will be routed to a telephone line.

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DestinationTelephoneVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of telephone.

Audio line is a destination that will be routed to a telephone line.

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DestinationVoiceInMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether voice input is muted.

Audio line is a destination that will be the final recording source for voice input. This component type is exactly like DestinationWaveIn but is intended specifically for settings used during voice recording/recognition. Support for this line is optional for a mixer device. Many mixer devices provide only DestinationWaveIn.

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DestinationVoiceInVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of voice input.

Audio line is a destination that will be the final recording source for voice input. This component type is exactly like DestinationWaveIn but is intended specifically for settings used during voice recording/recognition. Support for this line is optional for a mixer device. Many mixer devices provide only DestinationWaveIn.

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DestinationWaveInMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether wave in is muted.

Audio line is a destination that will be the final recording source for the waveform-audio input (ADC). This line typically provides some sort of gain or attenuation. This is the typical component type for the recording line of most audio cards for personal computers.

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DestinationWaveInVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of wave input device.

Audio line is a destination that will be the final recording source for the waveform-audio input (ADC). This line typically provides some sort of gain or attenuation. This is the typical component type for the recording line of most audio cards for personal computers.

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.DeviceCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Audio MBS Audio Plugin 7.0 ❌ No ✅ Yes ❌ No ❌ No All
Number of Mixer devices found in the system.

WindowsAudioMixerMBS.DeviceName(index as Integer) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Audio MBS Audio Plugin 7.0 ❌ No ✅ Yes ❌ No ❌ No All
Name of the device with the given index.

Index goes from 0 to DeviceCount-1.
Returns "" on invalid index.

WindowsAudioMixerMBS.SourceAnalogMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether analog device is muted.

Audio line is an analog source (for example, analog output from a video-cassette tape).

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceAnalogVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of analog device.

Audio line is an analog source (for example, analog output from a video-cassette tape).

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceAuxiliaryMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether auxiliary is muted.

Audio line is a source originating from the auxiliary audio line. This line type is intended as a source with gain or attenuation that can be routed to the DestinationSpeakers destination and/or recorded from the DestinationWaveIn destination.

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceAuxiliaryVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of auxiliary.

Audio line is a source originating from the auxiliary audio line. This line type is intended as a source with gain or attenuation that can be routed to the DestinationSpeakers destination and/or recorded from the DestinationWaveIn destination.

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceCompactDiscMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether the CD device is muted.

Audio line is a source originating from the output of an internal audio CD. This component type is provided for audio cards that provide an audio source line intended to be connected to an audio CD (or CD-ROM playing an audio CD).

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceCompactDiscVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of CD device.

Audio line is a source originating from the output of an internal audio CD. This component type is provided for audio cards that provide an audio source line intended to be connected to an audio CD (or CD-ROM playing an audio CD).

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceDigitalMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether digital is muted.

Audio line is a digital source (for example, digital output from a DAT or audio CD).

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceDigitalVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of digital device.

Audio line is a digital source (for example, digital output from a DAT or audio CD).

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceLineMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether line is muted.

Audio line is a line-level source (for example, line-level input from an external stereo) that can be used as an optional recording source. Because most audio cards for personal computers provide some sort of gain for the recording source line, the mixer device will use the SourceAuxiliary type.

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceLineVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of line.

Audio line is a line-level source (for example, line-level input from an external stereo) that can be used as an optional recording source. Because most audio cards for personal computers provide some sort of gain for the recording source line, the mixer device will use the SourceAuxiliary type.

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceMicrophoneMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether microphone is muted.

Audio line is a microphone recording source. Most audio cards for personal computers provide at least two types of recording sources: an auxiliary audio line and microphone input. A microphone audio line typically provides some sort of gain. Audio cards that use a single input for use with a microphone or auxiliary audio line should use the SourceMicrophone component type.

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceMicrophoneVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of microphone.

Audio line is a microphone recording source. Most audio cards for personal computers provide at least two types of recording sources: an auxiliary audio line and microphone input. A microphone audio line typically provides some sort of gain. Audio cards that use a single input for use with a microphone or auxiliary audio line should use the SourceMicrophone component type.

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourcePCSpeakerMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether PC Speaker is muted.

Audio line is a source originating from personal computer speaker. Several audio cards for personal computers provide the ability to mix what would typically be played on the internal speaker with the output of an audio card. Some audio cards support the ability to use this output as a recording source.

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourcePCSpeakerVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of PC Speakers.

Audio line is a source originating from personal computer speaker. Several audio cards for personal computers provide the ability to mix what would typically be played on the internal speaker with the output of an audio card. Some audio cards support the ability to use this output as a recording source.

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceSynthesizerMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether synthesizer is muted.

Audio line is a source originating from the output of an internal synthesizer. Most audio cards for personal computers provide some sort of MIDI synthesizer (for example, an Adlib®-compatible or OPL/3 FM synthesizer).

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceSynthesizerVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of synthesizer.

Audio line is a source originating from the output of an internal synthesizer. Most audio cards for personal computers provide some sort of MIDI synthesizer (for example, an Adlib®-compatible or OPL/3 FM synthesizer).

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceTelephoneMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Whether telephone is muted.

Audio line is a source originating from an incoming telephone line.

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceTelephoneVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of telephone.

Audio line is a source originating from an incoming telephone line.

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceWaveOutMute as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of wave device.

Audio line is a source originating from the waveform-audio output digital-to-analog converter (DAC). Most audio cards for personal computers provide this component type as a source to the DestinationSpeakers destination. Some cards also allow this source to be routed to the DestinationWaveIn destination.

Lasterror is set.
Value is true if device is muted, else false.
On any error or non Windows platforms value is always false.
(Read and Write computed property)

Some examples using this property:

WindowsAudioMixerMBS.SourceWaveOutVolume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 6.2 ❌ No ✅ Yes ❌ No ❌ No All
Volume of wave out device.

Audio line is a source originating from the waveform-audio output digital-to-analog converter (DAC). Most audio cards for personal computers provide this component type as a source to the DestinationSpeakers destination. Some cards also allow this source to be routed to the DestinationWaveIn destination.

Lasterror is set.
Range is from 0 for no volume to 1.0 for maximum volume.
On any error or non Windows platforms the value is always 0.
(Read and Write computed property)

Some examples using this property:

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


The biggest plugin in space...