TapSide enum
Side of an audio filter at which a per-filter tap captures samples.
Selects whether PlayerStream.tap reads the audio just before the filter's DSP runs (pre, "input signal") or just after (post, "output signal"). The two sides share the same engine machinery — pick whichever matches the metering or visualisation you need.
Values
- pre → const TapSide
-
Tap captures samples before the filter applies its DSP. Use for "input signal" overlays in a per-filter editor, or any analysis on the raw samples that hit a specific point in the
afchain. - post → const TapSide
-
Tap captures samples after the filter has processed them. Use for "output signal" overlays — what the listener will actually hear once this stage is in the chain.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.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