mirrorType property
Field description: mirror mode
Note
- TRTCCloudDef.TRTC_VIDEO_MIRROR_TYPE_AUTO : mirror the front camera's image but not the rear camera's image (default value).
- TRTCCloudDef.TRTC_VIDEO_MIRROR_TYPE_ENABLE : mirror the images of both the front and rear cameras.
- TRTCCloudDef.TRTC_VIDEO_MIRROR_TYPE_DISABLE : do not mirror the images of both the front and rear cameras.
Implementation
int mirrorType;