Struct LavalinkPlaylistInfo
Represents information about playlist that was loaded by Lavalink.
Namespace: DisCatSharp.Lavalink
Assembly: DisCatSharp.Lavalink.dll
Syntax
public struct LavalinkPlaylistInfo
Properties
| Improve this Doc View SourceName
Gets the name of the playlist being loaded.
Declaration
public string Name { readonly get; }
Property Value
Type | Description |
---|---|
System.String |
SelectedTrack
Gets the index of the track that was selected in this playlist.
Declaration
public int SelectedTrack { readonly get; }
Property Value
Type | Description |
---|---|
System.Int32 |