-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.Equalizer.Amplification
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
Function Amplification(BandNumber As UInt32) As Single
Sub Amplification(BandNumber As UInt32, Assigns NewAmplification As Single)
Name | Type | Comment |
---|---|---|
BandNumber | UInt32 | The index of the band to query (c.f. Equalizer.GetBandFrequency) |
Name | Type | Comment |
---|---|---|
BandNumber | UInt32 | The index of the band to modify (c.f. Equalizer.GetBandFrequency) |
NewAmplification | Single | The new amplification level for the band. |
The current amplification level for the band, or NaN if the the band is invalid.
Gets and sets the amplification for the specified band. Amplification values are in the range of -20.0
to +20.0
inclusive.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.
Entry-level points of interest denoted by "☜"