Bus

object Bus
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply(rate: Bus, server: Server, numChannels: Int): Bus
def audio(server: Server, numChannels: Int): AudioBus

Allocates a new audio bus. If there are no more available buses, an AllocatorExhausted exception is thrown.

Allocates a new audio bus. If there are no more available buses, an AllocatorExhausted exception is thrown.

Value Params
numChannels

the number of channels to allocate

server

the server on which the bus resides

def control(server: Server, numChannels: Int): ControlBus

Allocates a new control bus. If there are no more available buses, an AllocatorExhausted exception is thrown.

Allocates a new control bus. If there are no more available buses, an AllocatorExhausted exception is thrown.

Value Params
numChannels

the number of channels to allocate

server

the server on which the bus resides