Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyuagora committed Jul 31, 2024
1 parent 7ec12c7 commit f24d7d5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dita/RTC-NG/API/api_irtcengine_setlocalrendermode2.dita
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@
<li><ph keyref="VIDEO_MIRROR_MODE_ENABLED" /> (1):开启本地视图的镜像模式。</li>
<li><ph keyref="VIDEO_MIRROR_MODE_DISABLED" /> (2):关闭本地视图的镜像模式。</li>
</ul> </p>
<note type="attention">如果你使用前置摄像头,默认启动本地用户视图镜像模式;如果你使用后置摄像头,默认关闭本地视图镜像模式。</note> </pd>
<note type="attention">如果你使用前置摄像头,默认启动本地用户视图镜像模式;如果你使用后置摄像头,默认关闭本地视图镜像模式。</note>
<note type="attention" props="unreal bp" id="mirror">该参数不生效。如需实现镜像显示效果,请在 Unreal Engine 中进行镜像设置。</note>
</pd>
</plentry>
</parml> </section>
<section id="return_values">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<ul conkeyref="setLocalRenderMode2/videomirrormodetype">
<li />
</ul> </p>
<note conkeyref="setLocalRenderMode2/mirror" props="unreal bp"/>
</pd>
</plentry>
</parml> </section>
Expand Down
1 change: 1 addition & 0 deletions dita/RTC-NG/API/api_irtcengine_setremoterendermode2.dita
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<ul conkeyref="setLocalRenderMode2/videomirrormodetype">
<li />
</ul> </p>
<note conkeyref="setLocalRenderMode2/mirror" props="unreal bp"/>
</pd>
</plentry>
</parml> </section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<pt>mirrorMode</pt>
<pd>
<p props="ios mac cpp unreal bp unity electron rn flutter cs">远端用户视图的镜像模式,详见 <xref keyref="VIDEO_MIRROR_MODE_TYPE" />。</p>
<note conkeyref="setLocalRenderMode2/mirror" props="unreal bp"/>
<p props="android hmos">远端用户视图的镜像模式:
<ul conkeyref="setLocalRenderMode2/videomirrormodetype">
<li />
Expand Down
1 change: 1 addition & 0 deletions dita/RTC-NG/API/class_videocanvas.dita
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ class VideoCanvas {
<pt>mirrorMode</pt>
<pd>
<p props="ios mac cpp unity electron rn flutter cs bp">视图镜像模式,详见 <xref keyref="VIDEO_MIRROR_MODE_TYPE" />。</p>
<note conkeyref="setLocalRenderMode2/mirror" props="unreal bp"/>
<p props="android hmos">
<ul conkeyref="setLocalRenderMode2/videomirrormodetype">
<li/>
Expand Down
1 change: 1 addition & 0 deletions dita/RTC-NG/API/class_videoencoderconfiguration.dita
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ struct FVideoEncoderConfiguration
<pt>mirrorMode</pt>
<pd>
<p props="ios mac cpp framework">发送编码视频时是否开启镜像模式,只影响远端用户看到的视频画面。详见 <xref keyref="VIDEO_MIRROR_MODE_TYPE"/>。</p>
<note conkeyref="setLocalRenderMode2/mirror" props="unreal bp"/>
<p props="android hmos">发送编码视频时是否开启镜像模式,只影响远端用户看到的视频画面。
<ul>
<li><ph keyref="VIDEO_MIRROR_MODE_AUTO" /> (0):SDK 决定镜像模式。默认关闭远端用户的镜像模式。</li>
Expand Down

0 comments on commit f24d7d5

Please sign in to comment.