Search Results for

    Show / Hide Table of Contents

    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 Source

    Name

    Gets the name of the playlist being loaded.

    Declaration
    public string Name { readonly get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems