FirstFramePlayState enum
首帧播放状态
Values
- playing → const FirstFramePlayState
-
播放中
- played → const FirstFramePlayState
-
播放成功
- end → const FirstFramePlayState
-
播放失败
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<
FirstFramePlayState> - A constant List of the values in this enum, in order of their declaration.