VLCEqualizerMBS methods

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 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.


💬 Ask a question or report a problem