LavaplayerTrack
data class LavaplayerTrack(val version: Byte, val track: String, val title: String, val author: String, val length: Duration, val identifier: String, val isStream: Boolean, val isSeekable: Boolean, val uri: String?, val source: String, val position: Duration)
Representation of a Lavalink audio track.
Constructors
Properties
Link copied to clipboard
the identifier for the track (e.g. youtube video id)
Link copied to clipboard
whether this track is seekable or not (opposite of isStream)
Link copied to clipboard
the current position of the track (normally 0 or length) (See Player.position; On Java please use TrackUtil
instead)