Toggle navigation
Toggle navigation
This project
Loading...
Sign in
hh_public
/
hhsdk.android.demo.trtc
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
liumingming
2022-04-27 16:23:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b36e19ca9c1ffcc5e1a36855ec291a872da07dd3
b36e19ca
1 parent
da86f75b
Update Rotation.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
Rotation.md
Rotation.md
View file @
b36e19c
...
...
@@ -49,7 +49,7 @@ VideoSetting.setVideoResolutionMode(TRTCCloudDef.TRTC_VIDEO_RESOLUTION_MODE_LAND
|参数|调整方向及角度(原图像角度基础上调整)|
|---|---|
|RTCCloudDef.TRTC_VIDEO_ROTATION_0|顺时针调整0度(无效果)|
|RTCCloudDef.TRTC_VIDEO_ROTATION_90|顺时针调整90度|
|RTCCloudDef.TRTC_VIDEO_ROTATION_180|顺时针调整180度|
|RTCCloudDef.TRTC_VIDEO_ROTATION_270|顺时针调整270度|
|TRTCCloudDef.TRTC_VIDEO_ROTATION_0|顺时针调整0度(无效果)|
|TRTCCloudDef.TRTC_VIDEO_ROTATION_90|顺时针调整90度|
|TRTCCloudDef.TRTC_VIDEO_ROTATION_180|顺时针调整180度|
|TRTCCloudDef.TRTC_VIDEO_ROTATION_270|顺时针调整270度|
...
...
Please
register
or
login
to post a comment