AudioElementSound class
- Inheritance
- Object
- Sound
- AudioElementSound
Properties
- engine → SoundEngine
-
read-only, override
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- length → num
-
read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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 -
Returns 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