WebAudioApiSound class

Inheritance

Properties

engine SoundEngine
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
length num
no setteroverride
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
play([bool loop = false, SoundTransform? soundTransform]) SoundChannel
override
playSegment(num startTime, num duration, [bool loop = false, SoundTransform? soundTransform]) SoundChannel
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

load(String url, [SoundLoadOptions? soundLoadOptions]) Future<Sound>
Loads a sound from a file url.
override
loadDataUrl(String dataUrl, [SoundLoadOptions? soundLoadOptions]) Future<Sound>
Loads a sound from a data url.
override