Method SetVolumeAsync
- Namespace
- DSharpPlus.Lavalink
- Assembly
- DSharpPlus.Lavalink.dll
SetVolumeAsync(int)
Sets the playback volume. This might incur a lot of CPU usage.
public Task SetVolumeAsync(int volume)
Parameters
volume
intVolume to set. Needs to be greater or equal to 0, and less than or equal to 100. 100 means 100% and is the default value.