Skip to content

Commit

Permalink
New translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilla-luodan committed Aug 23, 2024
1 parent 28ea091 commit b25e8d9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions en-US/dita/RTC-NG/API/class_externalvideoframe.dita
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@
public byte[] alphaBuffer;
public bool fillAlphaBuffer;
public ALPHA_STITCH_MODE alphaStitchMode;
public IntPtr d3d11_texture_2d;
public int texture_slice_index;
public IntPtr d3d11Texture2d;
public int textureSliceIndex;
};</codeblock>
<codeblock props="rn" outputclass="language-typescript">export class ExternalVideoFrame {
type?: VideoBufferType;
Expand Down Expand Up @@ -458,8 +458,7 @@ class ExternalVideoFrame {
<pd/>
</plentry>
<plentry props="cpp unreal unity electron flutter">
<pt props="unity electron">texture_slice_index</pt>
<pt props="cpp unreal flutter">textureSliceIndex</pt>
<pt>textureSliceIndex</pt>
<pd>This parameter only applies to video data in Windows Texture format. It represents an index of an <codeph>ID3D11Texture2D</codeph> texture object used by the video frame in the <codeph>ID3D11Texture2D</codeph> array.</pd>
</plentry>
<plentry>
Expand Down

0 comments on commit b25e8d9

Please sign in to comment.