Show / Hide Table of Contents

Enum TRTCVideoRotation

1.6 Image rotation

The TRTC SDK provides APIs for setting the rotation of local and remote videos.

Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public enum TRTCVideoRotation

Fields

Name Description
TRTCVideoRotation0

Do not rotate

TRTCVideoRotation180

Rotate 180 degrees clockwise

TRTCVideoRotation270

Rotate 270 degrees clockwise

TRTCVideoRotation90

Rotate 90 degrees clockwise

In This Article
Back to top Generated by DocFX