ZegoEncodeProfile enum
video encode profile.
- Inheritance
-
- Object
- Enum
- ZegoEncodeProfile
Constructors
- ZegoEncodeProfile()
-
const
Values
- Default → const ZegoEncodeProfile
-
The default video encode specifications, The default value is the video encoding specification at the Main level.
- Baseline → const ZegoEncodeProfile
-
Baseline-level video encode specifications have low decoding consumption and poor picture effects. They are generally used for low-level applications or applications that require additional fault tolerance.
- Main → const ZegoEncodeProfile
-
Main-level video encode specifications, decoding consumption is slightly higher than Baseline, the picture effect is also better, generally used in mainstream consumer electronic products.
- High → const ZegoEncodeProfile
-
High-level video encode specifications, decoding consumption is higher than Main, the picture effect is better, generally used for broadcasting and video disc storage, high-definition TV.
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]