init commit
This commit is contained in:
6
remotion/node_modules/@remotion/streaming/dist/make-stream-payload-message.d.ts
generated
vendored
Normal file
6
remotion/node_modules/@remotion/streaming/dist/make-stream-payload-message.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare const magicWordStr = "remotion_buffer:";
|
||||
export declare const makeStreamPayloadMessage: ({ status, body, nonce, }: {
|
||||
nonce: string;
|
||||
status: 0 | 1;
|
||||
body: Uint8Array;
|
||||
}) => Uint8Array;
|
||||
Reference in New Issue
Block a user