ZegoStreamEvent enum

推拉流事件

Inheritance
  • Object
  • Enum
  • ZegoStreamEvent

Constructors

ZegoStreamEvent()
const

Values

PublishStart → const ZegoStreamEvent

开始推流

PublishSuccess → const ZegoStreamEvent

首次推流成功

PublishFail → const ZegoStreamEvent

首次推流失败

RetryPublishStart → const ZegoStreamEvent

开始重试推流

RetryPublishSuccess → const ZegoStreamEvent

重试推流成功

RetryPublishFail → const ZegoStreamEvent

重试推流失败

PublishEnd → const ZegoStreamEvent

推流结束

PlayStart → const ZegoStreamEvent

开始拉流

PlaySuccess → const ZegoStreamEvent

首次拉流成功

PlayFail → const ZegoStreamEvent

首次拉流失败

RetryPlayStart → const ZegoStreamEvent

开始重试拉流

RetryPlaySuccess → const ZegoStreamEvent

重试拉流成功

RetryPlayFail → const ZegoStreamEvent

重试拉流失败

PlayEnd → const ZegoStreamEvent

拉流结束

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
index → int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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<ZegoStreamEvent>
A constant List of the values in this enum, in order of their declaration.
[PublishStart, PublishSuccess, PublishFail, RetryPublishStart, RetryPublishSuccess, RetryPublishFail, PublishEnd, PlayStart, PlaySuccess, PlayFail, RetryPlayStart, RetryPlaySuccess, RetryPlayFail, Pla…