AudioMixingStateType enum
The playback state of the music file.
Values
- audioMixingStatePlaying → const AudioMixingStateType
-
710: The music file is playing.
- audioMixingStatePaused → const AudioMixingStateType
-
711: The music file pauses playing.
- audioMixingStateStopped → const AudioMixingStateType
-
713: The music file stops playing. The possible reasons include: audioMixingReasonAllLoopsCompleted (723) audioMixingReasonStoppedByUser (724)
- audioMixingStateFailed → const AudioMixingStateType
-
714: An error occurs during the playback of the audio mixing file. The possible reasons include: audioMixingReasonCanNotOpen (701) audioMixingReasonTooFrequentCall (702) audioMixingReasonInterruptedEof (703)
Properties
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<
AudioMixingStateType> - A constant List of the values in this enum, in order of their declaration.