rotation property
getter/setter pair
- Field description: clockwise image rotation angle
- Note
- TRTCVideoRotation.rotation0 : no rotation (default value)
- TRTCVideoRotation.rotation90 : clockwise rotation by 90 degrees
- TRTCVideoRotation.rotation180 : clockwise rotation by 180 degrees
- TRTCVideoRotation.rotation270 : clockwise rotation by 270 degrees
Implementation
TRTCVideoRotation rotation;