AudioMixingStateCode enum
混音音乐文件状态。
Constants
- Failed → const AudioMixingStateCode
-
音乐文件报错。
@JsonValue(714)const AudioMixingStateCode(3)
- Paused → const AudioMixingStateCode
-
音乐文件暂停播放。
@JsonValue(711)const AudioMixingStateCode(1)
- Playing → const AudioMixingStateCode
-
音乐文件正常播放。
@JsonValue(710)const AudioMixingStateCode(0)
- Stopped → const AudioMixingStateCode
-
音乐文件停止播放。
@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
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