MultiChannelAudioQueue

eu.joaocosta.minart.audio.AudioQueue.MultiChannelAudioQueue
final 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 getChannelMix(channel: Int): AudioMix
def isEmpty(): Boolean
def isEmpty(channel: Int): Boolean
def nonEmpty(channel: Int): Boolean
def setChannelMix(mix: AudioMix, channel: Int): Unit
def size: Int

Inherited methods

final def dequeueByte(): Byte

Attributes

Inherited from:
AudioQueue
final def nonEmpty(): Boolean

Attributes

Inherited from:
AudioQueue