Table of Contents

Struct LavalinkBandAdjustment

Namespace
DSharpPlus.Lavalink
Assembly
DSharpPlus.Lavalink.dll

Represents Lavalink equalizer band adjustment. This is used to alter the sound output by using Lavalink's equalizer.

public readonly struct LavalinkBandAdjustment

Constructors

LavalinkBandAdjustment(int, float)

Creates a new band adjustment with specified parameters.

Properties

BandId

Gets the ID of the band to adjust.

Gain

Gets the gain of the specified band.