mirrorType property
getter/setter pair
- Field description: mirror mode
- Note
- TRTCVideoMirrorType.auto : mirror the front camera's image but not the rear camera's image (default value).
- TRTCVideoMirrorType.enable : mirror the images of both the front and rear cameras.
- TRTCVideoMirrorType.disable : do not mirror the images of both the front and rear cameras.
Implementation
TRTCVideoMirrorType mirrorType;