Skip to content

Commit

Permalink
New translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilla-luodan committed Nov 25, 2024
1 parent 24717b6 commit 9de747c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions en-US/dita/RTC-NG/API/api_rte_destroy.dita
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="api_rte_destroy">
<title><ph keyref="Destroy_Rte"/></title>
<shortdesc id="short"><ph id="shortdesc">An RTE object.</ph></shortdesc>
<shortdesc id="short"><ph id="shortdesc">Destroys an RTE object.</ph></shortdesc>
<prolog>
<metadata>
<keywords>
Expand Down Expand Up @@ -31,7 +31,7 @@
<dd>v4.5.0</dd>
</dlentry>
</dl>
<p>该方法释放 RTE 对象使用的所有资源。</p>
<p>This method releases all resources used by the RTE object.</p>
</section>
<section id="restriction" deliveryTarget="details">
<title>Restrictions</title>
Expand All @@ -48,9 +48,9 @@
<section id="return_values" props="apple cpp framework">
<title><ph keyref="return-section-title"/></title>
<p props="flutter">When the method call succeeds, there is no return value; when fails, the <xref keyref="AgoraRtcException"/> exception is thrown. You need to catch the exception and handle it accordingly. <ph props="cn">See <xref keyref="error-code-link"/> for details and resolution suggestions.</ph></p>
<p props="cpp apple unreal bp electron unity rn cs">销毁 RTE 对象是否成功:<ul>
<li><codeph><ph keyref="true"/></codeph>:销毁成功。</li>
<li><codeph><ph keyref="false"/></codeph>:销毁失败。</li>
<p props="cpp apple unreal bp electron unity rn cs">Whether the RTE object is successfully destroyed:<ul>
<li><codeph><ph keyref="true"/></codeph>: The RTE object is destroyed.</li>
<li><codeph><ph keyref="false"/></codeph>: The RTE object is not destroyed.</li>
</ul>
</p> </section>
<section props="android" conkeyref="SetAppId/exception"/>
Expand Down
4 changes: 2 additions & 2 deletions en-US/dita/RTC-NG/API/class_videoframe.dita
Original file line number Diff line number Diff line change
Expand Up @@ -869,8 +869,8 @@ class VideoFrame {
keyref="videocolorspace-link"/>.</pd>
<pd props="android hmos">By default, the color space properties of video frames will apply the Full Range and BT.709 standard configurations. You can configure the settings according your needs for custom video capturing and rendering. See <xref
keyref="videocolorspace-link"/>. The methods associated with this parameter are as follows:<ul>
<li><codeph>getColorSpace</codeph>:获取视频帧的色彩空间属性。</li>
<li><codeph>setColorSpace</codeph>:设置视频帧的色彩空间属性。</li>
<li><codeph>getColorSpace</codeph>: Get the color space attribute of the video frame.</li>
<li><codeph>setColorSpace</codeph>:Set the color space attribute of the video frame.</li>
</ul></pd>
</plentry>
<plentry props="android hmos">
Expand Down

0 comments on commit 9de747c

Please sign in to comment.