Class TrackStuckEventArgs
Represents event arguments for a track stuck event.
Namespace: DisCatSharp.Lavalink.EventArgs
Assembly: DisCatSharp.Lavalink.dll
Syntax
public sealed class TrackStuckEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourcePlayer
Gets the player that got stuck.
Declaration
public LavalinkGuildConnection Player { get; }
Property Value
Type | Description |
---|---|
LavalinkGuildConnection |
ThresholdMilliseconds
Gets the millisecond threshold for the stuck event.
Declaration
public long ThresholdMilliseconds { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Track
Gets the track that got stuck.
Declaration
public LavalinkTrack Track { get; }
Property Value
Type | Description |
---|---|
LavalinkTrack |