im.zego.zegoexpress.constants.ZegoVideoMirrorMode
Mirror mode for previewing or playing the of the stream.
Declared in
constants/ZegoVideoMirrorMode.java
Public-Attrib Lists
Public-Func Lists
Public-Static-Func Lists
Public-Attrib Docs
ONLY_PREVIEW_MIRROR
public ONLY_PREVIEW_MIRROR
()
Initial: ONLY_PREVIEW_MIRROR =(0)
The mirror image only for previewing locally.
BOTH_MIRROR
public BOTH_MIRROR
()
Initial: BOTH_MIRROR =(1)
Both the video previewed locally and the far end playing the stream will see mirror image.
NO_MIRROR
public NO_MIRROR
()
Initial: NO_MIRROR =(2)
Both the video previewed locally and the far end playing the stream will not see mirror image.
ONLY_PUBLISH_MIRROR
public ONLY_PUBLISH_MIRROR
()
Initial: ONLY_PUBLISH_MIRROR =(3)
The mirror image only for far end playing the stream.
Public-Func Docs
value
public int value
()
Public-Static-Func Docs
getZegoVideoMirrorMode
public ZegoVideoMirrorMode getZegoVideoMirrorMode
(int
value)