@norskvideo/norsk-api 1.0.375 → 1.0.377

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 CHANGED
@@ -3978,6 +3978,10 @@ export declare class TestCardVideoConfiguration extends Message<TestCardVideoCon
3978
3978
  * @generated from field: norsk.api.media.PixelFormat pixel_format = 7;
3979
3979
  */
3980
3980
  pixelFormat: PixelFormat;
3981
+ /**
3982
+ * @generated from field: bool interlaced = 8;
3983
+ */
3984
+ interlaced: boolean;
3981
3985
  constructor(data?: PartialMessage<TestCardVideoConfiguration>);
3982
3986
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3983
3987
  static readonly typeName = "norsk.api.media.TestCardVideoConfiguration";
@@ -4795,7 +4799,11 @@ export declare class AudioSignalGeneratorConfiguration extends Message<AudioSign
4795
4799
  */
4796
4800
  sampleFormat: SampleFormat;
4797
4801
  /**
4798
- * @generated from field: norsk.api.media.Wave wave = 6;
4802
+ * @generated from field: norsk.api.common.OptionalString language = 6;
4803
+ */
4804
+ language?: OptionalString;
4805
+ /**
4806
+ * @generated from field: norsk.api.media.Wave wave = 7;
4799
4807
  */
4800
4808
  wave?: Wave;
4801
4809
  constructor(data?: PartialMessage<AudioSignalGeneratorConfiguration>);
@@ -6953,6 +6961,10 @@ export declare class HlsTsVideoConfiguration extends Message<HlsTsVideoConfigura
6953
6961
  * @generated from field: bool pdt_every_segment = 10;
6954
6962
  */
6955
6963
  pdtEverySegment: boolean;
6964
+ /**
6965
+ * @generated from field: norsk.api.media.NodeMetricsMode metrics = 11;
6966
+ */
6967
+ metrics: NodeMetricsMode;
6956
6968
  constructor(data?: PartialMessage<HlsTsVideoConfiguration>);
6957
6969
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6958
6970
  static readonly typeName = "norsk.api.media.HlsTsVideoConfiguration";
@@ -7155,6 +7167,10 @@ export declare class HlsTsAudioConfiguration extends Message<HlsTsAudioConfigura
7155
7167
  * @generated from field: bool pdt_every_segment = 10;
7156
7168
  */
7157
7169
  pdtEverySegment: boolean;
7170
+ /**
7171
+ * @generated from field: norsk.api.media.NodeMetricsMode metrics = 11;
7172
+ */
7173
+ metrics: NodeMetricsMode;
7158
7174
  constructor(data?: PartialMessage<HlsTsAudioConfiguration>);
7159
7175
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
7160
7176
  static readonly typeName = "norsk.api.media.HlsTsAudioConfiguration";
@@ -12153,6 +12169,10 @@ export declare class StreamKeyOverrideConfiguration extends Message<StreamKeyOve
12153
12169
  * @generated from field: norsk.api.media.StreamKey stream_key = 2;
12154
12170
  */
12155
12171
  streamKey?: StreamKey;
12172
+ /**
12173
+ * @generated from field: norsk.api.media.NodeMetricsMode metrics = 3;
12174
+ */
12175
+ metrics: NodeMetricsMode;
12156
12176
  constructor(data?: PartialMessage<StreamKeyOverrideConfiguration>);
12157
12177
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
12158
12178
  static readonly typeName = "norsk.api.media.StreamKeyOverrideConfiguration";
@@ -16336,6 +16356,27 @@ export declare class SingleCut extends Message<SingleCut> {
16336
16356
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SingleCut;
16337
16357
  static equals(a: SingleCut | PlainMessage<SingleCut> | undefined, b: SingleCut | PlainMessage<SingleCut> | undefined): boolean;
16338
16358
  }
16359
+ /**
16360
+ * @generated from message norsk.api.media.LanguageMapping
16361
+ */
16362
+ export declare class LanguageMapping extends Message<LanguageMapping> {
16363
+ /**
16364
+ * @generated from field: norsk.api.media.StreamKey stream_key = 1;
16365
+ */
16366
+ streamKey?: StreamKey;
16367
+ /**
16368
+ * @generated from field: norsk.api.common.OptionalString language = 2;
16369
+ */
16370
+ language?: OptionalString;
16371
+ constructor(data?: PartialMessage<LanguageMapping>);
16372
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
16373
+ static readonly typeName = "norsk.api.media.LanguageMapping";
16374
+ static readonly fields: FieldList;
16375
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): LanguageMapping;
16376
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): LanguageMapping;
16377
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): LanguageMapping;
16378
+ static equals(a: LanguageMapping | PlainMessage<LanguageMapping> | undefined, b: LanguageMapping | PlainMessage<LanguageMapping> | undefined): boolean;
16379
+ }
16339
16380
  /**
16340
16381
  * @generated from message norsk.api.media.StartMediaStoreCut
16341
16382
  */
@@ -16356,6 +16397,14 @@ export declare class StartMediaStoreCut extends Message<StartMediaStoreCut> {
16356
16397
  * @generated from field: norsk.api.media.StartMediaStoreCut.FileFormat file_format = 4;
16357
16398
  */
16358
16399
  fileFormat: StartMediaStoreCut_FileFormat;
16400
+ /**
16401
+ * @generated from field: repeated norsk.api.media.LanguageMapping language_mapping = 5;
16402
+ */
16403
+ languageMapping: LanguageMapping[];
16404
+ /**
16405
+ * @generated from field: bool fast_start = 6;
16406
+ */
16407
+ fastStart: boolean;
16359
16408
  constructor(data?: PartialMessage<StartMediaStoreCut>);
16360
16409
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
16361
16410
  static readonly typeName = "norsk.api.media.StartMediaStoreCut";
package/lib/media_pb.js CHANGED
@@ -13,8 +13,8 @@ exports.NvidiaHevc_NvidiaHevcProfile = exports.NvidiaHevc = exports.NvidiaH264_N
13
13
  exports.StreamMetadataOverrideUpdateConfiguration = exports.StreamMetadataOverrideConfiguration = exports.StreamKeyOverrideEvent = exports.StreamKeyOverrideMessage = exports.StreamKeyOverrideConfiguration = exports.StreamTimestampNudgeEvent = exports.StreamTimestampNudgeMessage = exports.StreamTimestampNudgeConfiguration = exports.StreamChaosMonkeyEvent = exports.StreamChaosMonkeyMessage = exports.StreamChaosMonkeyConfiguration = exports.VideoTransformEvent = exports.VideoTransformMessage = exports.VideoTransformConfiguration = exports.SoftwareDeinterlace_SoftwareDeinterlaceAlgorithm = exports.SoftwareDeinterlace = exports.NoDeinterlace = exports.AmdMA35DHevc_AmdMA35DHevcTier = exports.AmdMA35DHevc_AmdMA35DHevcProfile = exports.AmdMA35DHevc = exports.AmdMA35DH264_AmdMA35DH264Profile = exports.AmdMA35DH264 = exports.AmdMA35DEncodeCommon_ContentAdaptive = exports.AmdMA35DEncodeCommon_ConstrainedVBR = exports.AmdMA35DEncodeCommon_VBR = exports.AmdMA35DEncodeCommon_CBR = exports.AmdMA35DEncodeCommon_ConstQp = exports.AmdMA35DEncodeCommon_TrinaryFlag = exports.AmdMA35DEncodeCommon_TuneMetrics = exports.AmdMA35DEncodeCommon_QpMode = exports.AmdMA35DEncodeCommon_Preset = exports.AmdMA35DEncodeCommon = exports.AmdMA35DLoad_ComputeUnitLoad = exports.AmdMA35DLoad = exports.AmdU30Hevc_AmdU30HevcTier = exports.AmdU30Hevc_AmdU30HevcProfile = exports.AmdU30Hevc = exports.AmdU30H264_AmdU30H264Profile = exports.AmdU30H264 = exports.LoganHevc_LoganHevcTier = exports.LoganHevc_LoganHevcProfile = exports.LoganHevc = exports.LoganH264_LoganH264Profile = exports.LoganH264 = exports.QuadraHevc_QuadraHevcTier = exports.QuadraHevc_QuadraHevcProfile = exports.QuadraHevc = exports.QuadraH264_QuadraH264Profile = exports.QuadraH264 = exports.NvidiaHevc_NvidiaHevcTier = void 0;
14
14
  exports.StreamTimestampReportEvent = exports.StreamTimestampReport = exports.StreamTimestampReportMessage = exports.StreamTimestampReportConfiguration = exports.AudioMeasureLevelsEvent = exports.AudioMeasureLevels = exports.ChannelLevels = exports.Db = exports.AudioMeasureLevelsMessage = exports.AudioMeasureLevelsConfiguration = exports.StreamStatisticsEvent = exports.StreamStatisticsMessage = exports.StreamStatisticsConfiguration = exports.StreamSwitchHardEvent = exports.StreamSwitchHardMessage = exports.StreamSwitchHardSwitch = exports.StreamSwitchHardConfiguration = exports.StreamSwitchSmoothEvent = exports.StreamSwitchTransitionComplete = exports.StreamSwitchSmoothSwitchError = exports.StreamSwitchSmoothMessage = exports.StreamSwitchSmoothSwitch = exports.StreamSwitchSmoothConfiguration_Alignment = exports.StreamSwitchSmoothConfiguration_StreamSwitchSmoothHardwareAcceleration = exports.StreamSwitchSmoothConfiguration = exports.SubtitleConvertEvent = exports.SubtitleConvertMessage = exports.SubtitleConvertConfiguration = exports.Cta708EncodeConfiguration = exports.Cta608EncodeConfiguration_Cta608EncodeStyle = exports.Cta608EncodeConfiguration = exports.WebVttEncodeConfiguration = exports.AudioEncodeEvent = exports.AudioEncodeMessage = exports.AudioEncodeConfiguration = exports.OpusEncodeConfiguration = exports.AacEncodeConfiguration_AacEncapsulation = exports.AacEncodeConfiguration_AacProfile = exports.AacEncodeConfiguration = exports.StreamAlignEvent = exports.StreamAlignMessage = exports.StreamAlignConfiguration = exports.StreamSyncEvent = exports.StreamSyncMessage = exports.StreamSyncConfiguration = exports.JitterBufferEvent = exports.JitterBufferMessage = exports.JitterBufferConfiguration = exports.StreamMetadataOverrideEvent = exports.StreamMetadataOverrideMessage = void 0;
15
15
  exports.Scte35ScheduleCommand = exports.Scte35PrivateCommand = exports.Scte35BreakDuration = exports.Scte35SpliceTime = exports.Scte35InsertCommandComponent = exports.Scte35InsertCommandMode_InsertComponent = exports.Scte35InsertCommandMode_InsertProgram = exports.Scte35InsertCommandMode = exports.Scte35InsertCommand = exports.Scte35TimeSignalCommand = exports.Scte35SpliceCommand = exports.Scte35SpliceInfoSection = exports.StreamConditionEvent = exports.StreamConditionMessage = exports.StreamConditionSpliceIn = exports.StreamConditionSpliceOut = exports.StreamConditionConfiguration = exports.VancType2AncillaryId = exports.Smpte2038Message = exports.Scte35Event = exports.AncillaryEvent = exports.MetadataMessage = exports.AncillaryMessage = exports.AncillaryConfiguration = exports.SubtitleTranslateAwsEvent = exports.SubtitleTranslateAwsMessage = exports.SubtitleTranslateAwsConfiguration = exports.AudioTranscribeWhisperEvent = exports.AudioTranscribeWhisperMessage = exports.AudioTranscribeWhisperConfiguration_SamplingStrategy = exports.AudioTranscribeWhisperConfiguration = exports.AudioTranscribeAzureEvent = exports.AudioTranscribeAzureMessage = exports.AudioTranscribeAzureConfiguration_ProfanityOption = exports.AudioTranscribeAzureConfiguration = exports.AudioTranscribeAwsEvent = exports.AudioTranscribeAwsMessage = exports.AudioTranscribeAwsConfiguration = exports.RtpInputEvent = exports.RtpInputMessage = exports.RtpInputConfiguration = exports.RtpStream = exports.RtpHEVC = exports.RtpH264 = exports.RtpMpeg4GenericAacHbr = exports.RtpEac3 = exports.RtpLinearPcm_BitDepth = exports.RtpLinearPcm = exports.Interface_StandardInterface = exports.Interface = void 0;
16
- exports.Core = exports.LogicalCpuId = exports.MoqOutputEvent = exports.MoqOutputMessage = exports.MoqOutputConfiguration = exports.MediaStorePlayerEvent = exports.MediaStorePlayerMessage = exports.MediaStorePlayerConfiguration = exports.MediaStoreCutEvent = exports.MediaStoreAssetEvent = exports.MediaStoreAssetImportComplete = exports.MediaStoreAssetSettings = exports.MediaStoreAssetSource = exports.MediaStoreAssetFile = exports.MediaStoreAssetFileWithHash = exports.MediaStoreSnapshotEvent = exports.MediaStoreSnapshotMessage = exports.MediaStoreRecorderEvent = exports.MediaStoreRecorderMessage = exports.MediaStoreCutComplete = exports.Progress = exports.MediaStoreCutRequest = exports.CancelMediaStoreCut = exports.StartMediaStoreCut_FileFormat = exports.StartMediaStoreCut = exports.SingleCut = exports.StreamSelection = exports.MediaStoreSnapshotConfiguration = exports.MediaStoreRecorderConfiguration = exports.MediaStoreExpiry = exports.MediaStoreMetadataResponse = exports.MediaStoreMetadataRequest = exports.MediaStoreSession = exports.MediaStoreStream = exports.MediaStoreStreamVersion = exports.Scte35SegmentationComponent = exports.Scte35SegmentDeliveryRestrictions = exports.Scte35SegmentationDescriptor = exports.Scte35AudioComponent = exports.Scte35AudioDescriptor = exports.Scte35TimeDescriptor = exports.Scte35DtmfDescriptor = exports.Scte35AvailDescriptor = exports.Scte35GenericDescriptor = exports.Scte35SpliceDescriptor = exports.Scte35ScheduleCommandComponent = exports.Scte35ScheduleCommandMode_ScheduleComponent = exports.Scte35ScheduleCommandMode_ScheduleProgram = exports.Scte35ScheduleCommandMode = exports.Scte35ScheduleItem = void 0;
17
- exports.SubscriptionChannelResponse = exports.SubscriptionChannelMessage = exports.NorskStatusEvent = exports.Hello = exports.SourceSubscriptionError_UnsupportedConversion = exports.SourceSubscriptionError_NoSubscriberPin = exports.SourceSubscriptionError_SourceStream = exports.SourceSubscriptionError = exports.SubscriptionError_SourceSubscriptionErrors = exports.SubscriptionError_MultipleStreams = exports.SubscriptionError = exports.SubscriptionResponse = exports.Subscription = exports.SubscribeSource = exports.Hardware = exports.MA35DCard = exports.MA35DVersionInfo = exports.MA35DDeviceInfo = exports.DeckLinkDisplayModes = exports.DeckLinkDisplayMode = exports.DeckLinkCard = exports.CpuTopology = exports.NumaNode = exports.Processor = void 0;
16
+ exports.LogicalCpuId = exports.MoqOutputEvent = exports.MoqOutputMessage = exports.MoqOutputConfiguration = exports.MediaStorePlayerEvent = exports.MediaStorePlayerMessage = exports.MediaStorePlayerConfiguration = exports.MediaStoreCutEvent = exports.MediaStoreAssetEvent = exports.MediaStoreAssetImportComplete = exports.MediaStoreAssetSettings = exports.MediaStoreAssetSource = exports.MediaStoreAssetFile = exports.MediaStoreAssetFileWithHash = exports.MediaStoreSnapshotEvent = exports.MediaStoreSnapshotMessage = exports.MediaStoreRecorderEvent = exports.MediaStoreRecorderMessage = exports.MediaStoreCutComplete = exports.Progress = exports.MediaStoreCutRequest = exports.CancelMediaStoreCut = exports.StartMediaStoreCut_FileFormat = exports.StartMediaStoreCut = exports.LanguageMapping = exports.SingleCut = exports.StreamSelection = exports.MediaStoreSnapshotConfiguration = exports.MediaStoreRecorderConfiguration = exports.MediaStoreExpiry = exports.MediaStoreMetadataResponse = exports.MediaStoreMetadataRequest = exports.MediaStoreSession = exports.MediaStoreStream = exports.MediaStoreStreamVersion = exports.Scte35SegmentationComponent = exports.Scte35SegmentDeliveryRestrictions = exports.Scte35SegmentationDescriptor = exports.Scte35AudioComponent = exports.Scte35AudioDescriptor = exports.Scte35TimeDescriptor = exports.Scte35DtmfDescriptor = exports.Scte35AvailDescriptor = exports.Scte35GenericDescriptor = exports.Scte35SpliceDescriptor = exports.Scte35ScheduleCommandComponent = exports.Scte35ScheduleCommandMode_ScheduleComponent = exports.Scte35ScheduleCommandMode_ScheduleProgram = exports.Scte35ScheduleCommandMode = exports.Scte35ScheduleItem = void 0;
17
+ exports.SubscriptionChannelResponse = exports.SubscriptionChannelMessage = exports.NorskStatusEvent = exports.Hello = exports.SourceSubscriptionError_UnsupportedConversion = exports.SourceSubscriptionError_NoSubscriberPin = exports.SourceSubscriptionError_SourceStream = exports.SourceSubscriptionError = exports.SubscriptionError_SourceSubscriptionErrors = exports.SubscriptionError_MultipleStreams = exports.SubscriptionError = exports.SubscriptionResponse = exports.Subscription = exports.SubscribeSource = exports.Hardware = exports.MA35DCard = exports.MA35DVersionInfo = exports.MA35DDeviceInfo = exports.DeckLinkDisplayModes = exports.DeckLinkDisplayMode = exports.DeckLinkCard = exports.CpuTopology = exports.NumaNode = exports.Processor = exports.Core = void 0;
18
18
  const protobuf_1 = require("@bufbuild/protobuf");
19
19
  const common_pb_js_1 = require("./shared/common_pb.js");
20
20
  /**
@@ -5015,6 +5015,10 @@ class TestCardVideoConfiguration extends protobuf_1.Message {
5015
5015
  * @generated from field: norsk.api.media.PixelFormat pixel_format = 7;
5016
5016
  */
5017
5017
  this.pixelFormat = PixelFormat.UNSPECIFIED;
5018
+ /**
5019
+ * @generated from field: bool interlaced = 8;
5020
+ */
5021
+ this.interlaced = false;
5018
5022
  protobuf_1.proto3.util.initPartial(data, this);
5019
5023
  }
5020
5024
  static fromBinary(bytes, options) {
@@ -5041,6 +5045,7 @@ TestCardVideoConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
5041
5045
  { no: 5, name: "realtime", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
5042
5046
  { no: 6, name: "pattern", kind: "enum", T: protobuf_1.proto3.getEnumType(TestCardPattern) },
5043
5047
  { no: 7, name: "pixel_format", kind: "enum", T: protobuf_1.proto3.getEnumType(PixelFormat) },
5048
+ { no: 8, name: "interlaced", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
5044
5049
  ]);
5045
5050
  /**
5046
5051
  * @generated from message norsk.api.media.VideoTestCardGeneratorMessage
@@ -5981,7 +5986,8 @@ AudioSignalGeneratorConfiguration.fields = protobuf_1.proto3.util.newFieldList((
5981
5986
  { no: 3, name: "channelLayout", kind: "message", T: ChannelLayout },
5982
5987
  { no: 4, name: "sampleRate", kind: "enum", T: protobuf_1.proto3.getEnumType(SampleRate) },
5983
5988
  { no: 5, name: "sampleFormat", kind: "enum", T: protobuf_1.proto3.getEnumType(SampleFormat) },
5984
- { no: 6, name: "wave", kind: "message", T: Wave },
5989
+ { no: 6, name: "language", kind: "message", T: common_pb_js_1.OptionalString },
5990
+ { no: 7, name: "wave", kind: "message", T: Wave },
5985
5991
  ]);
5986
5992
  /**
5987
5993
  * @generated from message norsk.api.media.AudioSignalGeneratorEvent
@@ -8319,6 +8325,10 @@ class HlsTsVideoConfiguration extends protobuf_1.Message {
8319
8325
  * @generated from field: bool pdt_every_segment = 10;
8320
8326
  */
8321
8327
  this.pdtEverySegment = false;
8328
+ /**
8329
+ * @generated from field: norsk.api.media.NodeMetricsMode metrics = 11;
8330
+ */
8331
+ this.metrics = NodeMetricsMode.NODE_METRICS_ENABLE;
8322
8332
  protobuf_1.proto3.util.initPartial(data, this);
8323
8333
  }
8324
8334
  static fromBinary(bytes, options) {
@@ -8347,6 +8357,7 @@ HlsTsVideoConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
8347
8357
  { no: 8, name: "bitrate", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
8348
8358
  { no: 9, name: "name", kind: "message", T: common_pb_js_1.OptionalString },
8349
8359
  { no: 10, name: "pdt_every_segment", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
8360
+ { no: 11, name: "metrics", kind: "enum", T: protobuf_1.proto3.getEnumType(NodeMetricsMode) },
8350
8361
  ]);
8351
8362
  /**
8352
8363
  * @generated from message norsk.api.media.HlsTsVideoMessage
@@ -8519,6 +8530,10 @@ class HlsTsAudioConfiguration extends protobuf_1.Message {
8519
8530
  * @generated from field: bool pdt_every_segment = 10;
8520
8531
  */
8521
8532
  this.pdtEverySegment = false;
8533
+ /**
8534
+ * @generated from field: norsk.api.media.NodeMetricsMode metrics = 11;
8535
+ */
8536
+ this.metrics = NodeMetricsMode.NODE_METRICS_ENABLE;
8522
8537
  protobuf_1.proto3.util.initPartial(data, this);
8523
8538
  }
8524
8539
  static fromBinary(bytes, options) {
@@ -8547,6 +8562,7 @@ HlsTsAudioConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
8547
8562
  { no: 8, name: "bitrate", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
8548
8563
  { no: 9, name: "name", kind: "message", T: common_pb_js_1.OptionalString },
8549
8564
  { no: 10, name: "pdt_every_segment", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
8565
+ { no: 11, name: "metrics", kind: "enum", T: protobuf_1.proto3.getEnumType(NodeMetricsMode) },
8550
8566
  ]);
8551
8567
  /**
8552
8568
  * @generated from message norsk.api.media.HlsTsAudioMessage
@@ -13615,6 +13631,10 @@ StreamTimestampNudgeEvent.fields = protobuf_1.proto3.util.newFieldList(() => [
13615
13631
  class StreamKeyOverrideConfiguration extends protobuf_1.Message {
13616
13632
  constructor(data) {
13617
13633
  super();
13634
+ /**
13635
+ * @generated from field: norsk.api.media.NodeMetricsMode metrics = 3;
13636
+ */
13637
+ this.metrics = NodeMetricsMode.NODE_METRICS_ENABLE;
13618
13638
  protobuf_1.proto3.util.initPartial(data, this);
13619
13639
  }
13620
13640
  static fromBinary(bytes, options) {
@@ -13636,6 +13656,7 @@ StreamKeyOverrideConfiguration.typeName = "norsk.api.media.StreamKeyOverrideConf
13636
13656
  StreamKeyOverrideConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
13637
13657
  { no: 1, name: "id", kind: "message", T: MediaNodeId },
13638
13658
  { no: 2, name: "stream_key", kind: "message", T: StreamKey },
13659
+ { no: 3, name: "metrics", kind: "enum", T: protobuf_1.proto3.getEnumType(NodeMetricsMode) },
13639
13660
  ]);
13640
13661
  /**
13641
13662
  * @generated from message norsk.api.media.StreamKeyOverrideMessage
@@ -18221,6 +18242,34 @@ SingleCut.fields = protobuf_1.proto3.util.newFieldList(() => [
18221
18242
  { no: 6, name: "session_num", kind: "message", T: common_pb_js_1.OptionalInt },
18222
18243
  { no: 7, name: "repeat_count", kind: "message", T: common_pb_js_1.UInt32OrInfinity },
18223
18244
  ]);
18245
+ /**
18246
+ * @generated from message norsk.api.media.LanguageMapping
18247
+ */
18248
+ class LanguageMapping extends protobuf_1.Message {
18249
+ constructor(data) {
18250
+ super();
18251
+ protobuf_1.proto3.util.initPartial(data, this);
18252
+ }
18253
+ static fromBinary(bytes, options) {
18254
+ return new LanguageMapping().fromBinary(bytes, options);
18255
+ }
18256
+ static fromJson(jsonValue, options) {
18257
+ return new LanguageMapping().fromJson(jsonValue, options);
18258
+ }
18259
+ static fromJsonString(jsonString, options) {
18260
+ return new LanguageMapping().fromJsonString(jsonString, options);
18261
+ }
18262
+ static equals(a, b) {
18263
+ return protobuf_1.proto3.util.equals(LanguageMapping, a, b);
18264
+ }
18265
+ }
18266
+ exports.LanguageMapping = LanguageMapping;
18267
+ LanguageMapping.runtime = protobuf_1.proto3;
18268
+ LanguageMapping.typeName = "norsk.api.media.LanguageMapping";
18269
+ LanguageMapping.fields = protobuf_1.proto3.util.newFieldList(() => [
18270
+ { no: 1, name: "stream_key", kind: "message", T: StreamKey },
18271
+ { no: 2, name: "language", kind: "message", T: common_pb_js_1.OptionalString },
18272
+ ]);
18224
18273
  /**
18225
18274
  * @generated from message norsk.api.media.StartMediaStoreCut
18226
18275
  */
@@ -18243,6 +18292,14 @@ class StartMediaStoreCut extends protobuf_1.Message {
18243
18292
  * @generated from field: norsk.api.media.StartMediaStoreCut.FileFormat file_format = 4;
18244
18293
  */
18245
18294
  this.fileFormat = StartMediaStoreCut_FileFormat.CUT_MP4;
18295
+ /**
18296
+ * @generated from field: repeated norsk.api.media.LanguageMapping language_mapping = 5;
18297
+ */
18298
+ this.languageMapping = [];
18299
+ /**
18300
+ * @generated from field: bool fast_start = 6;
18301
+ */
18302
+ this.fastStart = false;
18246
18303
  protobuf_1.proto3.util.initPartial(data, this);
18247
18304
  }
18248
18305
  static fromBinary(bytes, options) {
@@ -18266,6 +18323,8 @@ StartMediaStoreCut.fields = protobuf_1.proto3.util.newFieldList(() => [
18266
18323
  { no: 2, name: "cuts", kind: "message", T: SingleCut, repeated: true },
18267
18324
  { no: 3, name: "file_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
18268
18325
  { no: 4, name: "file_format", kind: "enum", T: protobuf_1.proto3.getEnumType(StartMediaStoreCut_FileFormat) },
18326
+ { no: 5, name: "language_mapping", kind: "message", T: LanguageMapping, repeated: true },
18327
+ { no: 6, name: "fast_start", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
18269
18328
  ]);
18270
18329
  /**
18271
18330
  * @generated from enum norsk.api.media.StartMediaStoreCut.FileFormat