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:24:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4ef6473fc09037473caaece80a08aee5f3ed5621
4ef6473f
1 parent
b36e19ca
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 @
4ef6473
...
...
@@ -22,10 +22,10 @@ VideoSetting.setVideoEncParam(setVideoEncParam)
|参数|调整方向及角度(原图像角度基础上调整)|
|---|---|
|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