AlivcLivePushStatus enum

推流状态

idle 空闲

initialized 初始化成功

previewing 打开预览中

previewed 正在预览

pushing 推流连接中

pushed 正在推流

stoping 停止推流中

pausing 暂停推流中

paused 暂停推流

resuming 恢复推流中

restarting 重启推流中

error 错误状态

Inheritance
Available extensions

Values

idle → const AlivcLivePushStatus
initialized → const AlivcLivePushStatus
previewing → const AlivcLivePushStatus
previewed → const AlivcLivePushStatus
pushing → const AlivcLivePushStatus
pushed → const AlivcLivePushStatus
stoping → const AlivcLivePushStatus
pausing → const AlivcLivePushStatus
paused → const AlivcLivePushStatus
resuming → const AlivcLivePushStatus
restarting → const AlivcLivePushStatus
error → const AlivcLivePushStatus

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<AlivcLivePushStatus>
A constant List of the values in this enum, in order of their declaration.