Skip to content

Commit

Permalink
Merge pull request #3707 from AgoraIO/translation/4.x-api-ref
Browse files Browse the repository at this point in the history
New YiCAT updates
  • Loading branch information
Cilla-luodan authored Jul 17, 2024
2 parents f7a2fb1 + 2b25e43 commit 4d99a32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/api_irtcengine_statechanged.dita
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<p>Media device states:<ul>
<li>0: The device is ready for use.</li>
<li>1: The device is in use.</li>
<li>3: The device is plugged in.</li>
<li props="hide">3: The device is plugged in.</li>
<li>8: The devive is disconnected.</li>
</ul></p>
</pd>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/class_virtualbackgroundsource.dita
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ struct FVirtualBackgroundSource
<pt props="android ios mac flutter">backgroundSourceType</pt>
<pt props="unity cpp unreal bp electron rn cs">background_source_type</pt>
<pd><ph>The custom background. </ph><ph props="ios mac cpp unreal bp unity flutter electron rn cs">See <xref keyref="BACKGROUND_SOURCE_TYPE" />.</ph><ul props="android hmos">
<li><ph keyref="BACKGROUND_NONE" />(0): Process the background as alpha information without replacement, only separating the portrait and the background. After setting this value, you can call <xref keyref="startLocalVideoTranscoder"/> to implement the picture-in-picture effect.</li>
<li><ph keyref="BACKGROUND_NONE" />(0): Process the background as alpha data without replacement, only separating the portrait and the background. After setting this value, you can call <xref keyref="startLocalVideoTranscoder"/> to implement the picture-in-picture effect.</li>
<li><ph keyref="BACKGROUND_COLOR" />(1): (Default) The background image is a solid color.</li>
<li><ph keyref="BACKGROUND_IMG" />(2): The background image is a file in PNG or JPG format.</li>
<li><ph keyref="BACKGROUND_BLUR" />(3): The background is a blurred version of the original background.</li>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/enum_backgroundsourcetype.dita
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parml>
<plentry>
<pt><ph keyref="BACKGROUND_NONE"/></pt>
<pd>0: Process the background as alpha information without replacement, only separating the portrait and the background. After setting this value, you can call <xref keyref="startLocalVideoTranscoder"/> to implement the picture-in-picture effect.</pd>
<pd>0: Process the background as alpha data without replacement, only separating the portrait and the background. After setting this value, you can call <xref keyref="startLocalVideoTranscoder"/> to implement the picture-in-picture effect.</pd>
</plentry>
<plentry>
<pt><ph keyref="BACKGROUND_COLOR"/></pt>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/enum_mediadevicestatetype.dita
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<pt><ph keyref="MEDIA_DEVICE_STATE_DISABLED"/></pt>
<pd>2: The device is disabled.</pd>
</plentry>
<plentry>
<plentry props="hide">
<pt><ph keyref="MEDIA_DEVICE_STATE_PLUGGED_IN"/></pt>
<pd>3: The device is plugged in.</pd>
</plentry>
Expand Down

0 comments on commit 4d99a32

Please sign in to comment.