-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3686 from AgoraIO/release/rtc-ng/4.4.0
Release/rtc ng/4.4.0
- Loading branch information
Showing
34 changed files
with
446 additions
and
607 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd"> | ||
<reference id="enum_alphastitchmode"> | ||
<title><ph keyref="ALPHA_STITCH_MODE"/></title> | ||
<shortdesc id="short"><ph id="shortdesc"><parmname>alphaBuffer</parmname> 和视频帧的相对位置。</ph></shortdesc> | ||
<refbody> | ||
<section id="detailed_desc"> | ||
<dl outputclass="since"> | ||
<dlentry props="native"> | ||
<dt>自从</dt> | ||
<dd>v4.4.0</dd> | ||
</dlentry> | ||
</dl> | ||
</section> | ||
<section id="parameters"> | ||
<title>枚举值</title> | ||
<parml> | ||
<plentry> | ||
<pt><ph keyref="NO_ALPHA_STITCH"/></pt> | ||
<pd>0:(默认)仅视频帧,即 <parmname>alphaBuffer</parmname> 不和视频帧拼接。</pd> | ||
</plentry> | ||
<plentry> | ||
<pt><ph keyref="ALPHA_STITCH_UP"/></pt> | ||
<pd>1:<parmname>alphaBuffer</parmname> 位于视频帧的上方。</pd> | ||
</plentry> | ||
<plentry> | ||
<pt><ph keyref="ALPHA_STITCH_BELOW"/></pt> | ||
<pd>2:<parmname>alphaBuffer</parmname> 位于视频帧的下方。</pd> | ||
</plentry> | ||
<plentry> | ||
<pt><ph keyref="ALPHA_STITCH_LEFT"/></pt> | ||
<pd>3:<parmname>alphaBuffer</parmname> 位于视频帧的左侧。</pd> | ||
</plentry> | ||
<plentry> | ||
<pt><ph keyref="ALPHA_STITCH_RIGHT"/></pt> | ||
<pd>4:<parmname>alphaBuffer</parmname> 位于视频帧的右侧。</pd> | ||
</plentry> | ||
</parml> | ||
</section></refbody> | ||
</reference> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.