Class LavalinkTrack
Inheritance
System.Object
LavalinkTrack
Namespace: DSharpPlus.Lavalink
Assembly: cs.temp.dll.dll
Syntax
public class LavalinkTrack
Properties
Author
Gets the author of the track.
Declaration
public string Author { get; }
Property Value
Type | Description |
---|---|
System.String |
Identifier
Gets the identifier of the track.
Declaration
public string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String |
IsSeekable
Gets whether the track is seekable.
Declaration
public bool IsSeekable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsStream
Gets whether the track is a stream.
Declaration
public bool IsStream { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Length
Gets the track's duration.
Declaration
public TimeSpan Length { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
Position
Gets the starting position of the track.
Declaration
public TimeSpan Position { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
Title
Gets the title of the track.
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
System.String |
TrackString
Gets or sets the ID of the track to play.
Declaration
public string TrackString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Uri
Gets the source Uri of this track.
Declaration
public Uri Uri { get; }
Property Value
Type | Description |
---|---|
Uri |