ZegoVideoFlipMode enum
视频帧翻转模式
Constructors
- ZegoVideoFlipMode()
-
const
Values
- None → const ZegoVideoFlipMode
-
不翻转
- X → const ZegoVideoFlipMode
-
X 轴翻转
- Y → const ZegoVideoFlipMode
-
垂直翻转
- XY → const ZegoVideoFlipMode
-
XY 轴翻转
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<
ZegoVideoFlipMode> - A constant List of the values in this enum, in order of their declaration.