AFadeFilter class

Fades a given audio stream.

Implemented types

Constructors

AFadeFilter({required String type, Duration? startTime, Duration? duration, AFadeCurve? curve})
const

Properties

curve AFadeCurve?
The curve for the fade transition
final
duration Duration?
The number of seconds for which the fade effect lasts
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime Duration?
The timestamp of the frame to start the fade effect (default is 0)
final
type String
Effect type (default is in)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCli() String
override
toString() String
A string representation of this object.
inherited

Operators

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