DecoderNode class
An audio node that decodes audio data by using AudioDecoder.
- Inheritance
-
- Object
- AudioNode
- DataSourceNode
- DecoderNode
Constructors
- DecoderNode.new({required AudioDecoder decoder})
- General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Properties
- decoder → AudioDecoder
-
The decoder that decodes audio data.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputs
→ List<
AudioInputBus> -
The list of input buses.
no setterinherited
- outputBus → AudioOutputBus
-
outputBus of this node.
latefinalinherited
- outputFormat → AudioFormat
-
The format of the audio data that this node provides.
no setteroverride
-
outputs
→ List<
AudioOutputBus> -
The list of output buses.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited