AudioMixingStateType enum

The playback state of the music file.

Inheritance
Annotations
  • @JsonEnum(alwaysCreate: true)

Constructors

AudioMixingStateType()
const

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

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<AudioMixingStateType>
A constant List of the values in this enum, in order of their declaration.