AudioSourcePlayer class abstract
A player for a single audio source.
Constructors
- AudioSourcePlayer.new(Html5AudioPlayer html5AudioPlayer, String id)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- html5AudioPlayer ↔ Html5AudioPlayer
-
The Html5AudioPlayer responsible for audio I/O.
getter/setter pair
- id → String
-
The ID of the underlying audio source.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sequence
→ List<
IndexedAudioSourcePlayer> -
The sequence of players for the indexed items nested in this player.
no setter
-
shuffleIndices
→ List<
int> -
The order to use over sequence when in shuffle mode.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited