Class LavalinkFilters
- Namespace
- DisCatSharp.Lavalink.Entities.Filters
- Assembly
- DisCatSharp.Lavalink.dll
Represents various lavalink filters.
public sealed class LavalinkFilters
- Inheritance
-
LavalinkFilters
- Inherited Members
Properties
- ChannelMix
Gets or sets the channel-mix.
- Disortion
Gets or sets the disortion.
- Equalizers
Gets or sets the equalizer.
- Karaoke
Gets or sets the karaoke.
- LowPass
Gets or sets the low-pass.
- PluginFilters
Gets a dictionary of custom plugin filters.
Key
is plugin name.Value
is plugin object.
- Rotation
Gets or sets the rotation.
- Timescale
Gets or sets the timescale.
- Tremolo
Gets or sets the tremolo.
- Vibrato
Gets or sets the vibrato.
- Volume
Gets or sets the player volume from
0.0
to5.0
, where1.0
is 100%. Values >1.0
may cause clipping.