Skip to content

Commit

Permalink
Merge pull request #3426 from AgoraIO/auto/sync-cn-proto-to-en-patch-…
Browse files Browse the repository at this point in the history
…1701332703
  • Loading branch information
github-actions[bot] authored Nov 30, 2023
2 parents ddd03cc + 1b1d448 commit d517408
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions en-US/dita/RTC-NG/API/api_imediaengine_pushvideoframe.dita
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<refbody>
<section id="prototype">
<p outputclass="codeblock">
<codeblock props="android" outputclass="language-java">public abstract boolean pushExternalVideoFrame(AgoraVideoFrame frame);</codeblock>
<codeblock props="ios mac" outputclass="language-objectivec">- (BOOL)pushExternalVideoFrame:(AgoraVideoFrame * _Nonnull)frame;</codeblock>
<codeblock props="android" outputclass="language-java">public abstract int pushExternalVideoFrameEx(AgoraVideoFrame frame, int videoTrackId);</codeblock>
<codeblock props="ios mac" outputclass="language-objectivec">- (BOOL)pushExternalVideoFrame:(AgoraVideoFrame * _Nonnull)frame videoTrackId:(NSUInteger)videoTrackId;</codeblock>
<codeblock props="cpp unreal" outputclass="language-cpp">virtual int pushVideoFrame(base::ExternalVideoFrame* frame, unsigned int videoTrackId = 0) = 0;</codeblock>
<codeblock props="electron" outputclass="language-typescript">abstract pushVideoFrame(
frame: ExternalVideoFrame,
Expand Down
4 changes: 2 additions & 2 deletions en-US/dita/RTC-NG/API/api_irtcengineex_pushvideoframeex.dita
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<refbody>
<section id="prototype">
<p outputclass="codeblock">
<codeblock props="android" outputclass="language-java">public abstract int pushExternalVideoFrameEx(AgoraVideoFrame frame, int videoTrackId);</codeblock>
<codeblock props="ios mac" outputclass="language-objectivec">- (BOOL)pushExternalVideoFrame:(AgoraVideoFrame * _Nonnull)frame videoTrackId:(NSUInteger)videoTrackId;</codeblock>
<codeblock props="android" outputclass="language-java">public abstract boolean pushExternalVideoFrame(AgoraVideoFrame frame);</codeblock>
<codeblock props="ios mac" outputclass="language-objectivec">- (BOOL)pushExternalVideoFrame:(AgoraVideoFrame * _Nonnull)frame;</codeblock>
<codeblock props="cpp unreal" outputclass="language-cpp"/>
<codeblock props="electron" outputclass="language-typescript"/>
<codeblock props="unity cs" outputclass="language-csharp"/>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/config/keys-rtc-ng-api-electron.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -11990,7 +11990,7 @@
<keydef keys="NULL">
<topicmeta>
<keywords>
<keyword>NULL</keyword>
<keyword>null</keyword>
</keywords>
</topicmeta>
</keydef>
Expand Down
4 changes: 2 additions & 2 deletions en-US/dita/RTC-NG/config/keys-rtc-ng-api-java.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@
<keydef keys="pushVideoFrameEx" href="../API/api_irtcengineex_pushvideoframeex.dita">
<topicmeta>
<keywords>
<keyword>pushExternalVideoFrameEx [1/2]</keyword>
<keyword>pushExternalVideoFrame [1/2]</keyword>
</keywords>
</topicmeta>
</keydef>
Expand Down Expand Up @@ -2710,7 +2710,7 @@
<keydef keys="pushVideoFrame" href="../API/api_imediaengine_pushvideoframe.dita">
<topicmeta>
<keywords>
<keyword>pushExternalVideoFrame [1/2]</keyword>
<keyword>pushExternalVideoFrameEx [1/2]</keyword>
</keywords>
</topicmeta>
</keydef>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/config/keys-rtc-ng-api-rn.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -11926,7 +11926,7 @@
<keydef keys="NULL">
<topicmeta>
<keywords>
<keyword>NULL</keyword>
<keyword>null</keyword>
</keywords>
</topicmeta>
</keydef>
Expand Down

0 comments on commit d517408

Please sign in to comment.