ZegoStreamResourceType enum

拉流资源类型

Inheritance
  • Object
  • Enum
  • ZegoStreamResourceType

Constructors

ZegoStreamResourceType()
const

Values

Default → const ZegoStreamResourceType

默认模式。SDK 会根据拉流设置的参数以及即构的后台配置自动选择拉流资源

CDN → const ZegoStreamResourceType

CDN 源

L3 → const ZegoStreamResourceType

L3 源

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<ZegoStreamResourceType>
A constant List of the values in this enum, in order of their declaration.
[Default, CDN, L3]