MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
UpdateEQBand Method (band, gain, setCurrentEQPresetValue)
NamespacesMPfm.PlayerPlayerUpdateEQBand(Int32, Single, Boolean)
Updates the gain of an EQ band.
Declaration Syntax
C#Visual Basic
public void UpdateEQBand(
	int band,
	float gain,
	bool setCurrentEQPresetValue
)
Public Sub UpdateEQBand ( _
	band As Integer, _
	gain As Single, _
	setCurrentEQPresetValue As Boolean _
)
Parameters
band (Int32)
Band index
gain (Single)
Gain (in dB)
setCurrentEQPresetValue (Boolean)
If true, the current EQ preset value will be updated

Assembly: MPfm.Player (Module: MPfm.Player) Version: 0.5.3.0 (0.5.3.0)