Table of Contents

Constructor LavalinkBandAdjustment

Namespace
DSharpPlus.Lavalink
Assembly
DSharpPlus.Lavalink.dll

Creates a new band adjustment with specified parameters.

public LavalinkBandAdjustment(int bandId, float gain)

Parameters

bandId int

Which band to adjust. Must be in 0-14 range.

gain float

By how much to adjust the band. Must be greater than or equal to -0.25 (muted), and less than or equal to +1.0. +0.25 means the band is doubled.