Skip to content

Commit

Permalink
fix: d3d11_texture_2d NMS-15590
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Sep 15, 2023
1 parent 4029ab8 commit 1d4627e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/internal/IrisApiEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,8 @@ export function callIrisApi(funcName: string, params: any): any {
buffers.push(
base64.fromByteArray(params.frame.alphaBuffer ?? Buffer.from(''))
);
// frame.d3d11_texture_2d
buffers.push(base64.fromByteArray(Buffer.from('')));
break;
case 'MediaEngine_pushEncodedVideoImage':
// imageBuffer
Expand Down

0 comments on commit 1d4627e

Please sign in to comment.