📑DefaultQueue
The default queue implementation (extends AbstractQueue)
Property/Getter | Description |
---|---|
tracks | Array<Track | UnresolvedTrack> The tracks array of this queue |
duration | Number Gets the queue duration |
size | Number Gets the queue size |
Method | Params | Description |
---|---|---|
add | track: Track | UnresolvedTrack | Adds a track to the queue |
skipNTracks | n: Number | Remove the next n tracks from the queue |
clear | - | Clears the queue |
shuffle | - | Shuffles the queue |
Last updated