AudioMixingStateCode enum

The playback state of the music file.

Inheritance

Constructors

AudioMixingStateCode()
const

Values

Playing → const AudioMixingStateCode

710: The music file is playing. The possible reasons include: StartedByUser(710) OneLoopCompleted(720) StartNewLoop(722) ResumedByUser(726)

Paused → const AudioMixingStateCode

711: The music file pauses playing. This state is due toPausedByUser (725).

Stopped → const AudioMixingStateCode

713: The music file stops playing. The possible reasons include: AllLoopsCompleted(723) StoppedByUser(724)

Failed → const AudioMixingStateCode

714: An error occurs during the playback of the audio mixing file. The possible reasons include: CanNotOpen(701) TooFrequentCall(702) InterruptedEOF(703)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<AudioMixingStateCode>
A constant List of the values in this enum, in order of their declaration.