Wave class abstract
A wave that has been created by a SoundBackend instance.
- Implementers
Constructors
- Wave()
Properties
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