EchoTapConfig class

An echo tap. Passed to GlobalEcho.setTaps.

For more information on configuring a global echo, see this page.

Constructors

EchoTapConfig(double delay, double gainL, double gainR)
Create a tap configuration.
const

Properties

delay double
The number of milliseconds before this delay is heard.
final
gainL double
The gain of the left channel.
final
gainR double
The gain of the right channel.
final
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
toString() String
A string representation of this object.
inherited

Operators

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