Platforms to show: All Mac Windows Linux Cross-Platform

Back to VLCEqualizerMBS class.

VLCEqualizerMBS.Constructor(index as Integer, vlc as VLCInstanceMBS = nil)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method VLC MBS VLC Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Create a new equalizer, with initial frequency values copied from an existing preset.

The new equalizer can subsequently be applied to a media player by invoking
VLCMediaPlayerMBS.SetEqualizer.

Index: index of the preset, counting from zero.

Requires VLC 2.2.

See also:

VLCEqualizerMBS.Constructor(vlc as VLCInstanceMBS = nil)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method VLC MBS VLC Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Create a new default equalizer, with all frequency values zeroed.

The new equalizer can subsequently be applied to a media player by invoking VLCMediaPlayerMBS.SetEqualizer.
Requires VLC 2.2.

See also:

VLCEqualizerMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method VLC MBS VLC Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The destructor.

VLCEqualizerMBS.Map(Index as Integer) as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property VLC MBS VLC Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Set a new amplification value for a particular equalizer frequency band.

The new equalizer settings are subsequently applied to a media player by invoking VLCMediaPlayerMBS.SetEqualizer.

The supplied amplification value will be clamped to the -20.0 to +20.0 range.

Value: amplification value (-20.0 to 20.0 Hz)
index, counting from zero, of the frequency band to set

Requires LibVLC 2.2.0 or later
(Read and Write computed property)

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


The biggest plugin in space...