ISDBPlayer::LoadEqualizerPreset: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (added link to eq preset file format) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
===Method description=== | ===Method description=== | ||
Loads specified equalizer preset and | 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 | {{Introduced|3.1.0.1220}} | ||
===Related Topics=== | |||
*[[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.