ZegoVideoMirrorMode enum
预览或拉流端的镜像模式。
- Inheritance
-
- Object
- Enum
- ZegoVideoMirrorMode
Constructors
- ZegoVideoMirrorMode()
-
const
Values
- OnlyPreviewMirror → const ZegoVideoMirrorMode
-
只有本地预览时才是镜像画面,默认采用此模式。当移动端使用后置摄像头时,虽然仍默认采用此模式,但是不起作用,本地预览不设置镜像。
- BothMirror → const ZegoVideoMirrorMode
-
本地预览和拉流端看到的视频都是镜像画面。
- NoMirror → const ZegoVideoMirrorMode
-
本地预览和拉流端看到的视频都不是镜像画面。
- OnlyPublishMirror → const ZegoVideoMirrorMode
-
只有拉流端看到的视频才是镜像画面。
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<
ZegoVideoMirrorMode> -
A constant List of the values in this enum, in order of their declaration.
[OnlyPreviewMirror, BothMirror, NoMirror, OnlyPublishMirror]