DarwinAudioEffect mixin

An AudioEffect that supports iOS and macOS.

Superclass Constraints

Properties

enabled bool
Whether the effect is enabled. When true, and if the effect is part of an AudioPipeline attached to an AudioPlayer, the effect will modify the audio player's output. When false, the audio pipeline will still reserve platform resources for the effect but the effect will be bypassed.
no setterinherited
enabledStream Stream<bool>
A stream of the current enabled value.
no setterinherited
hashCode int
The hash code for this object.
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
setEnabled(bool enabled) Future<void>
Set the enabled status of this audio effect.
inherited
toString() String
A string representation of this object.
inherited

Operators

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