ZegoVideoMirrorMode Constants Reference
Declared in | ZegoExpressDefines.h |
---|
ZegoVideoMirrorMode
Mirror mode for previewing or playing the of the stream.
Definition
typedef NS_ENUM(NSUInteger, ZegoVideoMirrorMode ) {
ZegoVideoMirrorModeOnlyPreviewMirror = 0,
ZegoVideoMirrorModeBothMirror = 1,
ZegoVideoMirrorModeNoMirror = 2,
ZegoVideoMirrorModeOnlyPublishMirror = 3,
};
Constants
ZegoVideoMirrorModeOnlyPreviewMirror
-
The mirror image only for previewing locally. This mode is used by default. When the mobile terminal uses a rear camera, this mode is still used by default, but it does not work. Local preview does not set mirroring.
Declared In
ZegoExpressDefines.h
. ZegoVideoMirrorModeBothMirror
-
Both the video previewed locally and the far end playing the stream will see mirror image.
Declared In
ZegoExpressDefines.h
. ZegoVideoMirrorModeNoMirror
-
Both the video previewed locally and the far end playing the stream will not see mirror image.
Declared In
ZegoExpressDefines.h
. ZegoVideoMirrorModeOnlyPublishMirror
-
The mirror image only for far end playing the stream.
Declared In
ZegoExpressDefines.h
.
Declared In
ZegoExpressDefines.h