💿Track

Represents a track instance

Properties

NameDescriptionType

identifier

The track identifier

thumbnail

The track thumbnail url

isSeekable

Whether the track is seekable

author

The track author

duration

The track duration in milliseconds

isStream

Whether the track is a stream

source

The track source name

title

The track title

uri

The track uri

encodedTrack

The track base64

requester

The track requester

any

metadata

This metadata object contains metadata of the UnresolvedTrack, if the Track was build by a UnresolvedTrack instance.

Methods

setRequester()

Sets the track requester

ParameterDescription

requester

The requester object / id

Last updated