Skip to content

libvlc.Equalizer.Amplification

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

libvlc.Equalizer.Amplification

Method signatures

 Function Amplification(BandNumber As UInt32) As Single
 Sub Amplification(BandNumber As UInt32, Assigns NewAmplification As Single)

Parameters

Amplification(UInt32) As Single

Name Type Comment
BandNumber UInt32 The index of the band to query (c.f. Equalizer.GetBandFrequency)

Amplification(UInt32, Assigns NewAmplification As Single)

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.

Return value

Amplification(UInt32) As Single

The current amplification level for the band, or NaN if the the band is invalid.

Remarks

Gets and sets the amplification for the specified band. Amplification values are in the range of -20.0 to +20.0 inclusive.

Clone this wiki locally