ISDBPlayer::LoadEqualizerPreset: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
(relation to ISDBApplication::EqualizerPath)
m (added link to eq preset file format)
 
Line 3: Line 3:
===Method description===
===Method description===


Loads specified equalizer preset and enables the equalizer. Filename can be either full path or a filename only (e.g. <tt>Rock.sde</tt>). When only filename is supplied, it is searched in the [[ISDBApplication::EqualizerPath|SDB.EqualizerPath]] directory.
Loads specified [[Equalizer Preset File Format|equalizer preset]] and enables the equalizer. Filename can be either full path or a filename only (e.g. <tt>Rock.sde</tt>). When only filename is supplied, it is searched in the [[ISDBApplication::EqualizerPath|SDB.EqualizerPath]] directory.


{{Introduced|3.1.0.1220}}
{{Introduced|3.1.0.1220}}
Line 9: Line 9:
===Related Topics===
===Related Topics===
*[[ISDBApplication::EqualizerPath]]
*[[ISDBApplication::EqualizerPath]]
*[[Equalizer Preset File Format]]


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Latest revision as of 13:53, 24 April 2013

CoClass SDBPlayer, Interface ISDBPlayer

Sub LoadEqualizerPreset(FileName As String)


Method description

Loads specified equalizer preset and enables the equalizer. Filename can be either full path or a filename only (e.g. Rock.sde). When only filename is supplied, it is searched in the SDB.EqualizerPath directory.

Introduced in MediaMonkey version 3.1.0.1220.


Related Topics