ZegoStreamDecodeMode enum
Stream decode Mode
Constructors
- ZegoStreamDecodeMode()
-
const
Values
- AllFrame → const ZegoStreamDecodeMode
-
Decode all frame.
- OnlyIFrame → const ZegoStreamDecodeMode
-
Only Decode I Frame.
- NoneFrame → const ZegoStreamDecodeMode
-
none decode frame.
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.