class

Worker::AudioPlayer::Queue

Inherits Reference < Object

Constructors

new(worker : Worker, server_id : UInt64)
Source

Instance methods

[](start : Int, count : Int) : Array(Audio)
Source
clear
Source
delete_at(range : Range) : Nil
Source
empty?
Source
first?
Source
full?
Source
includes?(audio : Audio) : Bool
Source
limit
Source
pop(n : Int) : Array(Audio)
Source
push(audios : Array(Audio)) : Nil
Source
shift(n : Int) : Array(Audio)
Source
shuffle
Source
size
Source
unshift(audios : Array(Audio)) : Nil
Source