webm-muxer
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "webm-muxer", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "WebM multiplexer in pure TypeScript with support for WebCodecs API, video & audio.", | ||
@@ -5,0 +5,0 @@ "main": "./build/webm-muxer.js", |
@@ -241,3 +241,3 @@ # webm-muxer - JavaScript WebM multiplexer | ||
type: 'key' | 'delta', | ||
timestamp: number, | ||
timestamp: number, // In microseconds | ||
meta?: EncodedVideoChunkMetadata | ||
@@ -249,3 +249,3 @@ ): void; | ||
type: 'key' | 'delta', | ||
timestamp: number, | ||
timestamp: number, // In microseconds | ||
meta?: EncodedAudioChunkMetadata | ||
@@ -252,0 +252,0 @@ ): void; |
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
71558