AudioWorkletProcessor class abstract
The AudioWorkletProcessor
of the
Web Audio API
represents an audio processing code behind a custom AudioWorkletNode. It
lives in the AudioWorkletGlobalScope and runs on the Web Audio rendering
thread. In turn, an AudioWorkletNode based on it runs on the main thread.
API documentation sourced from MDN Web Docs.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- port → MessagePort
-
The read-only
port
property of the AudioWorkletProcessor returns the associated MessagePort. It can be used to communicate between the processor and the AudioWorkletNode to which it belongs.no setter - 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited