@norskvideo/norsk-api 1.0.402-2026-01-08-1d6e04ef → 1.0.402-2026-01-09-7c042c58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/media_pb.d.ts +4 -0
- package/lib/media_pb.js +5 -0
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +6 -0
- package/package.json +1 -1
package/lib/media_pb.ts
CHANGED
|
@@ -21326,6 +21326,11 @@ export class FileMp4OutputConfiguration extends Message<FileMp4OutputConfigurati
|
|
|
21326
21326
|
*/
|
|
21327
21327
|
statsSampling?: StreamStatisticsSampling;
|
|
21328
21328
|
|
|
21329
|
+
/**
|
|
21330
|
+
* @generated from field: bool enable_incremental_mp4_write = 8;
|
|
21331
|
+
*/
|
|
21332
|
+
enableIncrementalMp4Write = false;
|
|
21333
|
+
|
|
21329
21334
|
constructor(data?: PartialMessage<FileMp4OutputConfiguration>) {
|
|
21330
21335
|
super();
|
|
21331
21336
|
proto3.util.initPartial(data, this);
|
|
@@ -21341,6 +21346,7 @@ export class FileMp4OutputConfiguration extends Message<FileMp4OutputConfigurati
|
|
|
21341
21346
|
{ no: 4, name: "audio_encryption", kind: "message", T: Mp4Encryption },
|
|
21342
21347
|
{ no: 5, name: "video_encryption", kind: "message", T: Mp4Encryption },
|
|
21343
21348
|
{ no: 6, name: "stats_sampling", kind: "message", T: StreamStatisticsSampling },
|
|
21349
|
+
{ no: 8, name: "enable_incremental_mp4_write", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
21344
21350
|
]);
|
|
21345
21351
|
|
|
21346
21352
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileMp4OutputConfiguration {
|