Skip to content

StreamQueue

Brandon Cooke edited this page Aug 6, 2019 · 3 revisions

StreamQueue

A StreamQueue is a Queue of GGSets that are in line to be played on a Stream

Constructor

StreamQueue(
    stream: Stream,
    sets: GGSet[]
)

Properties

Methods

  • getStream()
  • getSets()
    • get a list of GGSets queued to be played on the Stream
    • return GGSet[]

Clone this wiki locally