ZegoStreamRelayCDNInfo class

转推 CDN 信息

包括转推 CDN 的 URL、转推状态等

Constructors

ZegoStreamRelayCDNInfo(String url, ZegoStreamRelayCDNState state, ZegoStreamRelayCDNUpdateReason updateReason, int stateTime)

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state ZegoStreamRelayCDNState
转推状态
getter/setter pair
stateTime ↔ int
状态发生的时间,UNIX 时间戳,单位为毫秒
getter/setter pair
updateReason ZegoStreamRelayCDNUpdateReason
转推状态变更的原因
getter/setter pair
url ↔ String
CDN 推流的 URL
getter/setter pair

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