Search Results for

    Show / Hide Table of Contents

    Class LavalinkTrack

    Represents a lavalink track.

    Inheritance
    System.Object
    LavalinkTrack
    Namespace: DisCatSharp.Lavalink
    Assembly: DisCatSharp.Lavalink.dll
    Syntax
    public class LavalinkTrack

    Properties

    | Improve this Doc View Source

    Author

    Gets the author of the track.

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

    Identifier

    Gets the identifier of the track.

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

    IsSeekable

    Gets whether the track is seekable.

    Declaration
    public bool IsSeekable { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsStream

    Gets whether the track is a stream.

    Declaration
    public bool IsStream { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Length

    Gets the track's duration.

    Declaration
    public TimeSpan Length { get; }
    Property Value
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    Position

    Gets the starting position of the track.

    Declaration
    public TimeSpan Position { get; }
    Property Value
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    SourceName

    Gets the source name that this track was retrieved from.

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

    Title

    Gets the title of the track.

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

    TrackString

    Gets or sets the ID of the track to play.

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

    Uri

    Gets the source Uri of this track.

    Declaration
    public Uri Uri { get; }
    Property Value
    Type Description
    System.Uri

    Extension Methods

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