@remotion/streaming
Advanced tools
Comparing version 4.0.213 to 4.0.214
export declare const streamingKey = "remotion_buffer:"; | ||
export declare const makeStreamer: (onMessage: (statusType: 'success' | 'error', nonce: string, data: Uint8Array) => void) => { | ||
export declare const makeStreamer: (onMessage: (statusType: "success" | "error", nonce: string, data: Uint8Array) => void) => { | ||
onData: (data: Uint8Array) => void; | ||
@@ -4,0 +4,0 @@ getOutputBuffer: () => Uint8Array; |
@@ -6,3 +6,3 @@ { | ||
"name": "@remotion/streaming", | ||
"version": "4.0.213", | ||
"version": "4.0.214", | ||
"description": "Utilities for streaming data between programs", | ||
@@ -9,0 +9,0 @@ "main": "dist", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78541
11