Skip to main content
Version: v2.10.0

Interface: TrackDataInfo

Describes Lavalink track metadata such as author, length, source, and stream status.

Property Type Description Optional
identifierstringUnique identifier of the track.
isSeekablebooleanWhether the track supports seeking.
authorstringAuthor of the track.
lengthnumberLength of the track in milliseconds.
isrcstringInternational Standard Recording Code (ISRC).
isStreambooleanWhether the track is a stream.
titlestringTitle of the track.
uristringThe track's URI or direct URL.
artworkUrlstringDirect link to the artwork or thumbnail.
sourceNameTrackSourceNameEnum representing the track source (YouTube, SoundCloud, etc.).