输入进直播的外部视频源状态。
Constants
-
Broken → const InjectStreamStatus
输入的外部视频流被中断。@JsonValue(10)
const InjectStreamStatus(10)
-
StartAlreadyExists → const InjectStreamStatus
外部视频流已存在。@JsonValue(1)
const InjectStreamStatus(1)
-
StartFailed → const InjectStreamStatus
外部视频流输入失败。@JsonValue(4)
const InjectStreamStatus(4)
-
StartSuccess → const InjectStreamStatus
外部视频流输入成功。@JsonValue(0)
const InjectStreamStatus(0)
-
StartTimedout → const InjectStreamStatus
输入外部视频流超时。@JsonValue(3)
const InjectStreamStatus(3)
-
StartUnauthorized → const InjectStreamStatus
外部视频流输入未经授权。@JsonValue(2)
const InjectStreamStatus(2)
-
StopFailed → const InjectStreamStatus
停止输入外部视频流失败。@JsonValue(9)
const InjectStreamStatus(9)
-
StopNotFound → const InjectStreamStatus
未找到要停止输入的外部视频流。@JsonValue(6)
const InjectStreamStatus(6)
-
StopSuccess → const InjectStreamStatus
外部视频流停止输入成功。@JsonValue(5)
const InjectStreamStatus(5)
-
StopTimedout → const InjectStreamStatus
停止输入外部视频流超时。@JsonValue(8)
const InjectStreamStatus(8)
-
StopUnauthorized → const InjectStreamStatus
要停止输入的外部视频流未经授权。@JsonValue(7)
const InjectStreamStatus(7)
-
values → const List<InjectStreamStatus>
A constant List of the values in this enum, in order of their declaration.
const List<InjectStreamStatus>
Properties
-
The hash code for this object. [...]read-only, inherited
-
index → int
The integer index of this enum.final
-
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
-
Returns a string representation of this object.override
Operators
-
operator ==(Object other) → bool
The equality operator. [...]inherited