Table of Contents

Class TrackStuckEventArgs

Namespace
DSharpPlus.Lavalink.EventArgs
Assembly
DSharpPlus.Lavalink.dll

Represents event arguments for a track stuck event.

[Obsolete("DSharpPlus.Lavalink is deprecated for removal.", true)]
public sealed class TrackStuckEventArgs : AsyncEventArgs
Inheritance
TrackStuckEventArgs

Properties

Player

Gets the player that got stuck.

ThresholdMilliseconds

Gets the millisecond threshold for the stuck event.

Track

Gets the track that got stuck.