@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.d.ts
CHANGED
|
@@ -12963,6 +12963,10 @@ export declare class FileMp4OutputConfiguration extends Message<FileMp4OutputCon
|
|
|
12963
12963
|
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 6;
|
|
12964
12964
|
*/
|
|
12965
12965
|
statsSampling?: StreamStatisticsSampling;
|
|
12966
|
+
/**
|
|
12967
|
+
* @generated from field: bool enable_incremental_mp4_write = 8;
|
|
12968
|
+
*/
|
|
12969
|
+
enableIncrementalMp4Write: boolean;
|
|
12966
12970
|
constructor(data?: PartialMessage<FileMp4OutputConfiguration>);
|
|
12967
12971
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
12968
12972
|
static readonly typeName = "norsk.api.media.FileMp4OutputConfiguration";
|
package/lib/media_pb.js
CHANGED
|
@@ -14897,6 +14897,10 @@ class FileMp4OutputConfiguration extends protobuf_1.Message {
|
|
|
14897
14897
|
* @generated from field: string http_file_name = 7;
|
|
14898
14898
|
*/
|
|
14899
14899
|
this.httpFileName = "";
|
|
14900
|
+
/**
|
|
14901
|
+
* @generated from field: bool enable_incremental_mp4_write = 8;
|
|
14902
|
+
*/
|
|
14903
|
+
this.enableIncrementalMp4Write = false;
|
|
14900
14904
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
14901
14905
|
}
|
|
14902
14906
|
static fromBinary(bytes, options) {
|
|
@@ -14923,6 +14927,7 @@ FileMp4OutputConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
14923
14927
|
{ no: 4, name: "audio_encryption", kind: "message", T: Mp4Encryption },
|
|
14924
14928
|
{ no: 5, name: "video_encryption", kind: "message", T: Mp4Encryption },
|
|
14925
14929
|
{ no: 6, name: "stats_sampling", kind: "message", T: StreamStatisticsSampling },
|
|
14930
|
+
{ no: 8, name: "enable_incremental_mp4_write", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
14926
14931
|
]);
|
|
14927
14932
|
/**
|
|
14928
14933
|
* @generated from message norsk.api.media.FileMp4OutputWriteMessage
|