Enum TRTCVideoMirrorType
1.9 Video mirror types
Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public enum TRTCVideoMirrorType
Remarks
TRTC supports the following mirror modes.
Fields
Name | Description |
---|---|
TRTCVideoMirrorType_Auto | Mirror only the front camera for local preview (on mobile devices only) |
TRTCVideoMirrorType_Disable | Mirror none |
TRTCVideoMirrorType_Enable | Mirror all images |