AudioBus class abstract Audio

A named mix group owned by an AudioEngine.

Sources route into a bus (or the engine's master bus by default), and bus volumes multiply down the chain, so a music bus can be faded without touching individual sources. Create buses with AudioEngine.createBus.

Constructors

AudioBus()

Properties

hashCode → int
The hash code for this object.
no setterinherited
name → String
The name the bus was created with.
no setter
parent → AudioBus?
The parent bus, or null for the master bus.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
volume ↔ double
Gain applied to everything routed through this bus, multiplied with ancestor bus volumes. 1.0 is unity gain.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited