From 9de747ce7e00039fc8404ea9ca7d0bb10b03f255 Mon Sep 17 00:00:00 2001
From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com>
Date: Mon, 25 Nov 2024 11:40:41 +0800
Subject: [PATCH] New translations
---
en-US/dita/RTC-NG/API/api_rte_destroy.dita | 10 +++++-----
en-US/dita/RTC-NG/API/class_videoframe.dita | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/en-US/dita/RTC-NG/API/api_rte_destroy.dita b/en-US/dita/RTC-NG/API/api_rte_destroy.dita
index 488245fdf61..32a0e83d9e5 100644
--- a/en-US/dita/RTC-NG/API/api_rte_destroy.dita
+++ b/en-US/dita/RTC-NG/API/api_rte_destroy.dita
@@ -2,7 +2,7 @@
- An RTE object.
+ Destroys an RTE object.
@@ -31,7 +31,7 @@
v4.5.0
- 该方法释放 RTE 对象使用的所有资源。
+ This method releases all resources used by the RTE object.
Restrictions
@@ -48,9 +48,9 @@
When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.
- 销毁 RTE 对象是否成功:
diff --git a/en-US/dita/RTC-NG/API/class_videoframe.dita b/en-US/dita/RTC-NG/API/class_videoframe.dita
index 33aa6fe6973..675475f9c7b 100644
--- a/en-US/dita/RTC-NG/API/class_videoframe.dita
+++ b/en-US/dita/RTC-NG/API/class_videoframe.dita
@@ -869,8 +869,8 @@ class VideoFrame {
keyref="videocolorspace-link"/>.
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 . The methods associated with this parameter are as follows:
- - getColorSpace:获取视频帧的色彩空间属性。
- - setColorSpace:设置视频帧的色彩空间属性。
+ - getColorSpace: Get the color space attribute of the video frame.
+ - setColorSpace:Set the color space attribute of the video frame.