Skip to content

Commit

Permalink
New translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilla-luodan committed Sep 26, 2023
1 parent b1b0c51 commit cf08416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/class_screencaptureparameters.dita
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<plentry>
<pt>dimensions</pt>
<pd>
<p><ph props="cpp unreal bp unity electron flutter cs"></ph><ph>The video encoding resolution of the shared screen stream. </ph><ph props="cpp unreal bp unity electron flutter cs">See <xref keyref="VideoDimensions"/>. The default value is 1920 × 1080, that is, 2,073,600 pixels. Agora uses the value of this parameter to calculate the charges.<ph></ph></p>
<p><ph>The video encoding resolution of the shared screen stream. </ph><ph props="cpp unreal bp unity electron flutter cs">See <xref keyref="VideoDimensions"/>. The default value is 1920 × 1080, that is, 2,073,600 pixels. Agora uses the value of this parameter to calculate the charges.</ph></p>
<p>If the screen dimensions are different from the value of this parameter, Agora applies the following strategies for encoding. Suppose <parmname props="mac cpp unreal bp unity flutter cs">dimensions</parmname> is set to 1920 × 1080:<ul>
<li>If the value of the screen dimensions is lower than that of <parmname>dimensions</parmname>, for example, 1000 × 1000 pixels, the SDK uses the screen dimensions, that is, 1000 × 1000 pixels, for encoding.</li>
<li>If the value of the screen dimensions is higher than that of <parmname>dimensions</parmname>, for example, 2000 × 1500, the SDK uses the maximum value under <parmname props="mac cpp unreal bp unity flutter cs">dimensions</parmname> with the aspect ratio of the screen dimension (4:3) for encoding, that is, 1440 × 1080.</li>
Expand Down

0 comments on commit cf08416

Please sign in to comment.