AudioMixingStateCode enum

混音音乐文件状态。

Constants

Failed → const AudioMixingStateCode

音乐文件报错。该状态可能由以下原因导致:

  • CanNotOpen(701)
  • TooFrequentCall(702)
  • InterruptedEOF(703)
@JsonValue(714)
const AudioMixingStateCode(3)
Paused → const AudioMixingStateCode

音乐文件暂停播放。该状态由 PausedByUser(725) 导致。

@JsonValue(711)
const AudioMixingStateCode(1)
Playing → const AudioMixingStateCode

音乐文件正常播放。该状态可能由以下原因导致:

  • StartedByuser(720)
  • LoopCompleted(721)
  • NewLoop(722)
  • ResumedByUser(726)
@JsonValue(710)
const AudioMixingStateCode(0)
Stopped → const AudioMixingStateCode

音乐文件停止播放。该状态可能由以下原因导致:

  • AllLoopsCompleted(723)
  • StoppedByUser(724)
@JsonValue(713)
const AudioMixingStateCode(2)
values → const List<AudioMixingStateCode>

A constant List of the values in this enum, in order of their declaration.

const List<AudioMixingStateCode>

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
override

Operators

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