AudioMixingStateCode enum Null safety

混音音乐文件状态。

Constants

Failed → const AudioMixingStateCode

音乐文件报错。

@JsonValue(714)
const AudioMixingStateCode(4)
Paused → const AudioMixingStateCode

音乐文件暂停播放。

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

音乐文件正常播放。

@JsonValue(710)
const AudioMixingStateCode(0)
Stopped → const AudioMixingStateCode

音乐文件停止播放。

@JsonValue(713)
const AudioMixingStateCode(3)
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
A string representation of this object. [...]
override

Operators

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