🎹AbstractQueue

Allows custom queue implementations

Abstract getter Description

duration

Number Gets the queue duration

size

Number Gets the queue size

Abstract MethodParamsDescription

add

Adds a track to the queue

poll

-

Polls the queue for the next track. Returns Track | UnresolvedTrack

skipNTracks

Remove the next n tracks from the queue

clear

-

Clears the queue

Last updated