LoopingAudioSourcePlayer class

A player for a LoopingAudioSourceMessage.

Inheritance

Constructors

LoopingAudioSourcePlayer(Html5AudioPlayer html5AudioPlayer, String id, AudioSourcePlayer audioSourcePlayer, int count)

Properties

audioSourcePlayer AudioSourcePlayer
The child audio source player to loop.
final
count int
The number of times to loop.
final
hashCode int
The hash code for this object.
no setterinherited
html5AudioPlayer Html5AudioPlayer
The Html5AudioPlayer responsible for audio I/O.
getter/setter pairinherited
id String
The ID of the underlying audio source.
finalinherited
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 setteroverride
shuffleIndices List<int>
The order to use over sequence when in shuffle mode.
no setteroverride

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