Comparing version 2.1.1 to 2.1.2
@@ -61,3 +61,3 @@ /** | ||
/** The file data will be written into a single large buffer, which is then stored in `buffer`. */ | ||
/** The file data will be written into a single large buffer, which is then stored in `buffer` upon finalization.. */ | ||
declare class ArrayBufferTarget { | ||
@@ -162,6 +162,4 @@ buffer: ArrayBuffer; | ||
* finished. This method will then finish up the writing process of the MP4 file. | ||
* @returns Should you have used `target: 'buffer'` in the configuration options, this method will return the | ||
* buffer containing the final MP4 file. | ||
*/ | ||
finalize(): ArrayBuffer | null; | ||
finalize(): void; | ||
} | ||
@@ -168,0 +166,0 @@ |
{ | ||
"name": "mp4-muxer", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "MP4 multiplexer in pure TypeScript with support for WebCodecs API, video & audio.", | ||
@@ -5,0 +5,0 @@ "main": "./build/mp4-muxer.js", |
57776
1250