Skip to content

Commit

Permalink
RN/Electron: add color space
Browse files Browse the repository at this point in the history
  • Loading branch information
Nero-Hu committed Nov 19, 2024
1 parent f636ee1 commit a88bb65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dita/RTC-NG/API/class_externalvideoframe.dita
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ struct ExternalVideoFrame {
alphaStitchMode?: AlphaStitchMode;
d3d11Texture2d?: any;
textureSliceIndex?: number;
colorSpace?: ColorSpace;
}</codeblock>
<codeblock props="unity cs" outputclass="language-csharp">public class ExternalVideoFrame
{
Expand Down Expand Up @@ -220,6 +221,7 @@ struct ExternalVideoFrame {
alphaBuffer?: Uint8Array;
fillAlphaBuffer?: boolean;
alphaStitchMode?: AlphaStitchMode;
colorSpace?: ColorSpace;
}</codeblock>
<codeblock props="flutter" outputclass="language-dart">@JsonSerializable(explicitToJson: true, includeIfNull: false)
class ExternalVideoFrame {
Expand Down

0 comments on commit a88bb65

Please sign in to comment.