ZegoStreamDecodeMode enum
拉流解码模式
Constructors
- ZegoStreamDecodeMode()
-
const
Values
- AllFrame → const ZegoStreamDecodeMode
-
解码所有帧
- OnlyIFrame → const ZegoStreamDecodeMode
-
仅解码I帧
- NoneFrame → const ZegoStreamDecodeMode
-
不解码任何帧
Properties
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<
ZegoStreamDecodeMode> - A constant List of the values in this enum, in order of their declaration.