MultiChannelAudioQueue

eu.joaocosta.minart.audio.AudioQueue$.MultiChannelAudioQueue
class MultiChannelAudioQueue(sampleRate: Int) extends AudioQueue

Attributes

Graph
Supertypes
trait AudioQueue
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def clear(): MultiChannelAudioQueue.this.type
def clear(channel: Int): MultiChannelAudioQueue.this.type
def dequeue(): Double
def enqueue(clip: AudioClip): MultiChannelAudioQueue.this.type
def enqueue(clip: AudioClip, channel: Int): MultiChannelAudioQueue.this.type
def isEmpty(): Boolean
def isEmpty(channel: Int): Boolean
def nonEmpty(channel: Int): Boolean
def size: Int

Inherited methods

def dequeueByte(): Byte

Attributes

Inherited from:
AudioQueue
def nonEmpty(): Boolean

Attributes

Inherited from:
AudioQueue