Table of Contents

Method SetVolumeAsync

Namespace
DSharpPlus.Lavalink
Assembly
DSharpPlus.Lavalink.dll

Sets the playback volume. This might incur a lot of CPU usage.

public Task SetVolumeAsync(int volume)

Parameters

volume int

Volume 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.

Returns

Task