Skip to content

Commit

Permalink
RN: add setExternalRemoteEglContext
Browse files Browse the repository at this point in the history
  • Loading branch information
Nero-Hu committed Nov 19, 2024
1 parent f7a97b3 commit f636ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<codeblock props="bp" outputclass="language-cpp"/>
<codeblock props="electron" outputclass="language-typescript"/>
<codeblock props="unity cs" outputclass="language-csharp">public abstract int SetExternalRemoteEglContext(IntPtr eglContext);</codeblock>
<codeblock props="rn" outputclass="language-typescript"/>
<codeblock props="rn" outputclass="language-typescript">abstract setExternalRemoteEglContext(eglContext: any): number;</codeblock>
<codeblock props="flutter" outputclass="language-dart">Future&lt;void> setExternalRemoteEglContext(int eglContext);</codeblock> </p>
</section>
<section id="detailed_desc" deliveryTarget="details" otherprops="no-title">
Expand Down
1 change: 1 addition & 0 deletions dita/RTC-NG/RTC_NG_API_RN.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@
<topicref keyref="createCustomVideoTrack" toc="no"/>
<topicref keyref="destroyCustomVideoTrack" toc="no"/>
<topicref keyref="pushVideoFrame" toc="no"/>
<topicref keyref="setExternalRemoteEglContext" toc="no"/>
<topicref keyref="setExternalVideoSource" toc="no"/>
</topicref>
</topicref>
Expand Down

0 comments on commit f636ee1

Please sign in to comment.