Wave class abstract

A wave that has been created by a SoundBackend instance.

Implementers

Constructors

Wave()

Properties

gain double
The gain for this sound.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelFade() → void
Cancel any fade that has begun for this sound.
destroy() → void
Destroy this sound.
fade({required double length, double endGain = 0.0, double? startGain, double preFade = 0.0}) → void
Fade this sound.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
Pause this sound.
setFrequency(double frequency, {double? time}) → void
Set the frequency for this wave.
toString() String
A string representation of this object.
inherited
unpause() → void
Unpause this sound.

Operators

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