Skip to content

Commit

Permalink
Sync cn prototype to en prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
Suri539 authored Aug 23, 2024
1 parent 7d912c4 commit 2e07112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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

0 comments on commit 2e07112

Please sign in to comment.