ZegoEncodeProfile enum
视频编码规格
- Inheritance
-
- Object
- Enum
- ZegoEncodeProfile
Constructors
- ZegoEncodeProfile()
-
const
Values
- Default → const ZegoEncodeProfile
-
默认的视频编码规格,默认值是 Main 级别的视频编码规格。
- Baseline → const ZegoEncodeProfile
-
Baseline 级别的视频编码规格,解码消耗较低,画面效果较差,一般用于低阶或需要额外容错的应用。
- Main → const ZegoEncodeProfile
-
Main 级别的视频编码规格,解码消耗比 Baseline 稍高,画面效果也较好,一般用于主流消费类电子产品。
- High → const ZegoEncodeProfile
-
High 级别的视频编码规格,解码消耗比 Main 高,画面效果好,一般用于广播及视频碟片存储,高清电视。
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<
ZegoEncodeProfile> -
A constant List of the values in this enum, in order of their declaration.
[Default, Baseline, Main, High]