@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.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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norskvideo/norsk-api",
3
- "version": "1.0.402-2026-01-08-1d6e04ef+nightly",
3
+ "version": "1.0.402-2026-01-09-7c042c58+nightly",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
6
  "@bufbuild/protobuf": "^0.3.0",