Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CoffeeQueue

The player's queue, the current property is the currently playing track, think of the rest as the up-coming tracks

Hierarchy

Index

Constructors

constructor

  • Parameters

    • arrayLength: number

    Returns CoffeeQueue

  • Parameters

    Returns CoffeeQueue

Properties

Optional current

The current track

Optional previous

The previous track

Accessors

duration

  • get duration(): number

size

  • get size(): number

totalSize

  • get totalSize(): number

Methods

add

clear

  • clear(): void

progress

remove

shuffle

  • shuffle(): void

Generated using TypeDoc