MixerNode class
A node that mixes audio data from multiple input buses.
- Inheritance
- Mixed-in types
Constructors
- MixerNode.new({required AudioFormat format, bool isClampEnabled = true, Memory? memory})
- General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Properties
- format → AudioFormat
-
The format of the audio data that this node provides.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputs
→ List<
AudioInputBus> -
The list of input buses.
no setteroverride
- isClampEnabled ↔ bool
-
Whether to clamp the audio data after mixing.
getter/setter pair
- memory → Memory
-
The memory that this node uses to allocate internal audio buffer.
final
- outputBus → AudioOutputBus
-
outputBus of this node.
latefinal
-
outputs
→ List<
AudioOutputBus> -
The list of output buses.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
appendInputBus(
) → AudioInputBus - Append an input bus to this node.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
AudioOutputBus outputBus, AudioBuffer buffer) → AudioReadResult -
Read audio data from the input bus and write audio data to the output bus.
override
-
removeInputBus(
AudioInputBus bus) → void - Remove the input bus from this node.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited