@norskvideo/norsk-api 1.0.357 → 1.0.358

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
@@ -1183,13 +1183,13 @@ export declare class Resolution extends Message<Resolution> {
1183
1183
  */
1184
1184
  export declare class Interval extends Message<Interval> {
1185
1185
  /**
1186
- * @generated from field: uint32 n = 1;
1186
+ * @generated from field: uint64 n = 1;
1187
1187
  */
1188
- n: number;
1188
+ n: bigint;
1189
1189
  /**
1190
- * @generated from field: uint32 d = 2;
1190
+ * @generated from field: uint64 d = 2;
1191
1191
  */
1192
- d: number;
1192
+ d: bigint;
1193
1193
  constructor(data?: PartialMessage<Interval>);
1194
1194
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
1195
1195
  static readonly typeName = "norsk.api.media.Interval";
@@ -4968,8 +4968,6 @@ export declare enum Easing_SimpleEasing {
4968
4968
  */
4969
4969
  LINEAR = 0,
4970
4970
  /**
4971
- * EASE = 1;
4972
- *
4973
4971
  * @generated from enum value: EASE_IN = 2;
4974
4972
  */
4975
4973
  EASE_IN = 2,
@@ -5335,7 +5333,8 @@ export declare class MetadataCombineConfiguration extends Message<MetadataCombin
5335
5333
  */
5336
5334
  streamKey?: StreamKey;
5337
5335
  /**
5338
- * Max delta to allow for sync purposes, may vary according to source offsets and message frequency
5336
+ * Max delta to allow for sync purposes, may vary according to source offsets
5337
+ * and message frequency
5339
5338
  *
5340
5339
  * @generated from field: norsk.api.common.OptionalInt max_sync_delta = 3;
5341
5340
  */
@@ -6338,8 +6337,6 @@ export declare class CMAFDestination extends Message<CMAFDestination> {
6338
6337
  */
6339
6338
  message: {
6340
6339
  /**
6341
- * GenericPushDestination generic_destination = 1;
6342
- *
6343
6340
  * @generated from field: norsk.api.media.HlsPushDestination hls_push_destination = 1;
6344
6341
  */
6345
6342
  value: HlsPushDestination;
@@ -6386,8 +6383,6 @@ export declare class CmafVideoConfiguration extends Message<CmafVideoConfigurati
6386
6383
  */
6387
6384
  partDurationSeconds: number;
6388
6385
  /**
6389
- * float delay_output_ms = 4;
6390
- *
6391
6386
  * @generated from field: norsk.api.media.Mp4Encryption encryption = 5;
6392
6387
  */
6393
6388
  encryption?: Mp4Encryption;
@@ -6400,7 +6395,7 @@ export declare class CmafVideoConfiguration extends Message<CmafVideoConfigurati
6400
6395
  */
6401
6396
  destinations: CMAFDestination[];
6402
6397
  /**
6403
- * Directives to add to the m3u media playlist
6398
+ * Directives to add to the m3u8 media playlist
6404
6399
  *
6405
6400
  * @generated from field: string m3u_additions = 8;
6406
6401
  */
@@ -6485,8 +6480,6 @@ export declare class HlsTsVideoConfiguration extends Message<HlsTsVideoConfigura
6485
6480
  */
6486
6481
  segmentDurationSeconds: number;
6487
6482
  /**
6488
- * float delay_output_ms = 3;
6489
- *
6490
6483
  * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 4;
6491
6484
  */
6492
6485
  statsSampling?: StreamStatisticsSampling;
@@ -6584,8 +6577,6 @@ export declare class CmafAudioConfiguration extends Message<CmafAudioConfigurati
6584
6577
  */
6585
6578
  partDurationSeconds: number;
6586
6579
  /**
6587
- * float delay_output_ms = 4;
6588
- *
6589
6580
  * @generated from field: norsk.api.media.Mp4Encryption encryption = 6;
6590
6581
  */
6591
6582
  encryption?: Mp4Encryption;
@@ -6683,8 +6674,6 @@ export declare class HlsTsAudioConfiguration extends Message<HlsTsAudioConfigura
6683
6674
  */
6684
6675
  segmentDurationSeconds: number;
6685
6676
  /**
6686
- * float delay_output_ms = 3;
6687
- *
6688
6677
  * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 4;
6689
6678
  */
6690
6679
  statsSampling?: StreamStatisticsSampling;
@@ -6778,19 +6767,9 @@ export declare class CmafWebVttConfiguration extends Message<CmafWebVttConfigura
6778
6767
  */
6779
6768
  segmentDurationSeconds: number;
6780
6769
  /**
6781
- * float delay_output_ms = 3;
6782
- *
6783
6770
  * @generated from field: repeated norsk.api.media.CMAFDestination destinations = 5;
6784
6771
  */
6785
6772
  destinations: CMAFDestination[];
6786
- /**
6787
- * @generated from field: string hls_cache_directory = 6;
6788
- */
6789
- hlsCacheDirectory: string;
6790
- /**
6791
- * @generated from field: norsk.api.media.Interval pts_adjustment = 8;
6792
- */
6793
- ptsAdjustment?: Interval;
6794
6773
  /**
6795
6774
  * @generated from field: norsk.api.common.OptionalString name = 9;
6796
6775
  */
@@ -7384,8 +7363,6 @@ export declare class HlsTsCombinedPushConfiguration extends Message<HlsTsCombine
7384
7363
  */
7385
7364
  segmentDurationSeconds: number;
7386
7365
  /**
7387
- * float delay_output_ms = 4;
7388
- *
7389
7366
  * @generated from field: string playlist_name = 5;
7390
7367
  */
7391
7368
  playlistName: string;
@@ -7394,7 +7371,7 @@ export declare class HlsTsCombinedPushConfiguration extends Message<HlsTsCombine
7394
7371
  */
7395
7372
  statsSampling?: StreamStatisticsSampling;
7396
7373
  /**
7397
- * Directives to add to the m3u media playlists
7374
+ * Directives to add to the m3u8 media playlists
7398
7375
  *
7399
7376
  * @generated from field: string m3u_additions = 7;
7400
7377
  */
@@ -8584,6 +8561,97 @@ export declare class FileMp4OutputEvent extends Message<FileMp4OutputEvent> {
8584
8561
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileMp4OutputEvent;
8585
8562
  static equals(a: FileMp4OutputEvent | PlainMessage<FileMp4OutputEvent> | undefined, b: FileMp4OutputEvent | PlainMessage<FileMp4OutputEvent> | undefined): boolean;
8586
8563
  }
8564
+ /**
8565
+ * @generated from message norsk.api.media.FileWebVttOutputConfiguration
8566
+ */
8567
+ export declare class FileWebVttOutputConfiguration extends Message<FileWebVttOutputConfiguration> {
8568
+ /**
8569
+ * @generated from field: norsk.api.media.MediaNodeId id = 1;
8570
+ */
8571
+ id?: MediaNodeId;
8572
+ /**
8573
+ * @generated from field: string file_name = 2;
8574
+ */
8575
+ fileName: string;
8576
+ constructor(data?: PartialMessage<FileWebVttOutputConfiguration>);
8577
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8578
+ static readonly typeName = "norsk.api.media.FileWebVttOutputConfiguration";
8579
+ static readonly fields: FieldList;
8580
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileWebVttOutputConfiguration;
8581
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileWebVttOutputConfiguration;
8582
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileWebVttOutputConfiguration;
8583
+ static equals(a: FileWebVttOutputConfiguration | PlainMessage<FileWebVttOutputConfiguration> | undefined, b: FileWebVttOutputConfiguration | PlainMessage<FileWebVttOutputConfiguration> | undefined): boolean;
8584
+ }
8585
+ /**
8586
+ * @generated from message norsk.api.media.FileWebVttOutputMessage
8587
+ */
8588
+ export declare class FileWebVttOutputMessage extends Message<FileWebVttOutputMessage> {
8589
+ /**
8590
+ * @generated from oneof norsk.api.media.FileWebVttOutputMessage.message
8591
+ */
8592
+ message: {
8593
+ /**
8594
+ * @generated from field: norsk.api.media.Subscription subscription = 1;
8595
+ */
8596
+ value: Subscription;
8597
+ case: "subscription";
8598
+ } | {
8599
+ /**
8600
+ * @generated from field: norsk.api.media.FileWebVttOutputConfiguration configuration = 2;
8601
+ */
8602
+ value: FileWebVttOutputConfiguration;
8603
+ case: "configuration";
8604
+ } | {
8605
+ case: undefined;
8606
+ value?: undefined;
8607
+ };
8608
+ constructor(data?: PartialMessage<FileWebVttOutputMessage>);
8609
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8610
+ static readonly typeName = "norsk.api.media.FileWebVttOutputMessage";
8611
+ static readonly fields: FieldList;
8612
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileWebVttOutputMessage;
8613
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileWebVttOutputMessage;
8614
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileWebVttOutputMessage;
8615
+ static equals(a: FileWebVttOutputMessage | PlainMessage<FileWebVttOutputMessage> | undefined, b: FileWebVttOutputMessage | PlainMessage<FileWebVttOutputMessage> | undefined): boolean;
8616
+ }
8617
+ /**
8618
+ * @generated from message norsk.api.media.FileWebVttOutputEvent
8619
+ */
8620
+ export declare class FileWebVttOutputEvent extends Message<FileWebVttOutputEvent> {
8621
+ /**
8622
+ * @generated from oneof norsk.api.media.FileWebVttOutputEvent.message
8623
+ */
8624
+ message: {
8625
+ /**
8626
+ * @generated from field: norsk.api.media.MediaNodeId node_id = 1;
8627
+ */
8628
+ value: MediaNodeId;
8629
+ case: "nodeId";
8630
+ } | {
8631
+ /**
8632
+ * @generated from field: norsk.api.media.SubscriptionResponse subscription_response = 2;
8633
+ */
8634
+ value: SubscriptionResponse;
8635
+ case: "subscriptionResponse";
8636
+ } | {
8637
+ /**
8638
+ * @generated from field: norsk.api.media.Context inbound_context = 3;
8639
+ */
8640
+ value: Context;
8641
+ case: "inboundContext";
8642
+ } | {
8643
+ case: undefined;
8644
+ value?: undefined;
8645
+ };
8646
+ constructor(data?: PartialMessage<FileWebVttOutputEvent>);
8647
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8648
+ static readonly typeName = "norsk.api.media.FileWebVttOutputEvent";
8649
+ static readonly fields: FieldList;
8650
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileWebVttOutputEvent;
8651
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileWebVttOutputEvent;
8652
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileWebVttOutputEvent;
8653
+ static equals(a: FileWebVttOutputEvent | PlainMessage<FileWebVttOutputEvent> | undefined, b: FileWebVttOutputEvent | PlainMessage<FileWebVttOutputEvent> | undefined): boolean;
8654
+ }
8587
8655
  /**
8588
8656
  * @generated from message norsk.api.media.FrameRate
8589
8657
  */
@@ -8741,7 +8809,8 @@ export declare class X264Codec extends Message<X264Codec> {
8741
8809
  */
8742
8810
  cabac?: OptionalBool;
8743
8811
  /**
8744
- * Sets the maximum rate the VBV buffer should be assumed to refill at (kbit/s)
8812
+ * Sets the maximum rate the VBV buffer should be assumed to refill at
8813
+ * (kbit/s)
8745
8814
  *
8746
8815
  * @generated from field: norsk.api.common.OptionalInt vbv_max_rate = 11;
8747
8816
  */
@@ -9039,7 +9108,8 @@ export declare class X265Codec extends Message<X265Codec> {
9039
9108
  */
9040
9109
  frameReference?: OptionalInt;
9041
9110
  /**
9042
- * Sets the maximum rate the VBV buffer should be assumed to refill at (kbit/s)
9111
+ * Sets the maximum rate the VBV buffer should be assumed to refill at
9112
+ * (kbit/s)
9043
9113
  *
9044
9114
  * @generated from field: norsk.api.common.OptionalInt vbv_max_rate = 11;
9045
9115
  */
@@ -9567,8 +9637,8 @@ export declare class NvidiaRateControl extends Message<NvidiaRateControl> {
9567
9637
  vbvInitialDelay?: OptionalInt;
9568
9638
  /**
9569
9639
  * * Enable lookahead or not:
9570
- * Note: enabling lookahead will introduce scene cuts unless this is specifically disabled
9571
- * elswhere in the codec settings
9640
+ * Note: enabling lookahead will introduce scene cuts unless this is
9641
+ * specifically disabled elswhere in the codec settings
9572
9642
  *
9573
9643
  *
9574
9644
  * @generated from field: norsk.api.common.OptionalBool enableLookahead = 6;
@@ -10411,6 +10481,52 @@ export declare enum AmdU30Hevc_AmdU30HevcTier {
10411
10481
  */
10412
10482
  HIGH = 1
10413
10483
  }
10484
+ /**
10485
+ * @generated from message norsk.api.media.AmdMA35DLoad
10486
+ */
10487
+ export declare class AmdMA35DLoad extends Message<AmdMA35DLoad> {
10488
+ /**
10489
+ * @generated from field: uint32 device_index = 1;
10490
+ */
10491
+ deviceIndex: number;
10492
+ /**
10493
+ * @generated from field: repeated norsk.api.media.AmdMA35DLoad.ComputeUnitLoad compute_unit_load = 2;
10494
+ */
10495
+ computeUnitLoad: AmdMA35DLoad_ComputeUnitLoad[];
10496
+ constructor(data?: PartialMessage<AmdMA35DLoad>);
10497
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
10498
+ static readonly typeName = "norsk.api.media.AmdMA35DLoad";
10499
+ static readonly fields: FieldList;
10500
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DLoad;
10501
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DLoad;
10502
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DLoad;
10503
+ static equals(a: AmdMA35DLoad | PlainMessage<AmdMA35DLoad> | undefined, b: AmdMA35DLoad | PlainMessage<AmdMA35DLoad> | undefined): boolean;
10504
+ }
10505
+ /**
10506
+ * @generated from message norsk.api.media.AmdMA35DLoad.ComputeUnitLoad
10507
+ */
10508
+ export declare class AmdMA35DLoad_ComputeUnitLoad extends Message<AmdMA35DLoad_ComputeUnitLoad> {
10509
+ /**
10510
+ * @generated from field: string name = 1;
10511
+ */
10512
+ name: string;
10513
+ /**
10514
+ * @generated from field: uint32 instances = 2;
10515
+ */
10516
+ instances: number;
10517
+ /**
10518
+ * @generated from field: float load = 3;
10519
+ */
10520
+ load: number;
10521
+ constructor(data?: PartialMessage<AmdMA35DLoad_ComputeUnitLoad>);
10522
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
10523
+ static readonly typeName = "norsk.api.media.AmdMA35DLoad.ComputeUnitLoad";
10524
+ static readonly fields: FieldList;
10525
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DLoad_ComputeUnitLoad;
10526
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DLoad_ComputeUnitLoad;
10527
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DLoad_ComputeUnitLoad;
10528
+ static equals(a: AmdMA35DLoad_ComputeUnitLoad | PlainMessage<AmdMA35DLoad_ComputeUnitLoad> | undefined, b: AmdMA35DLoad_ComputeUnitLoad | PlainMessage<AmdMA35DLoad_ComputeUnitLoad> | undefined): boolean;
10529
+ }
10414
10530
  /**
10415
10531
  * @generated from message norsk.api.media.AmdMA35DEncodeCommon
10416
10532
  */
@@ -11357,7 +11473,8 @@ export declare class StreamMetadataOverrideConfiguration extends Message<StreamM
11357
11473
  */
11358
11474
  subtitlesLanguage?: OptionalString;
11359
11475
  /**
11360
- * * Override the property of whether a subtitles string is the default/primary rendition or not
11476
+ * * Override the property of whether a subtitles string is the default/primary
11477
+ * rendition or not
11361
11478
  *
11362
11479
  * @generated from field: norsk.api.common.OptionalBool subtitles_default = 6;
11363
11480
  */
@@ -11410,7 +11527,8 @@ export declare class StreamMetadataOverrideUpdateConfiguration extends Message<S
11410
11527
  */
11411
11528
  subtitlesLanguage?: OptionalString;
11412
11529
  /**
11413
- * * Override the property of whether a subtitles string is the default/primary rendition or not
11530
+ * * Override the property of whether a subtitles string is the default/primary
11531
+ * rendition or not
11414
11532
  *
11415
11533
  * @generated from field: norsk.api.common.OptionalBool subtitles_default = 6;
11416
11534
  */
@@ -11723,7 +11841,8 @@ export declare class StreamAlignConfiguration extends Message<StreamAlignConfigu
11723
11841
  */
11724
11842
  frameRate?: FrameRate;
11725
11843
  /**
11726
- * Synchronise audio/video sources aggressively to start at the same timestamp by dropping frames until a video keyframe occurs
11844
+ * Synchronise audio/video sources aggressively to start at the same timestamp
11845
+ * by dropping frames until a video keyframe occurs
11727
11846
  *
11728
11847
  * @generated from field: bool sync_av = 4;
11729
11848
  */
@@ -12016,6 +12135,223 @@ export declare class AudioEncodeEvent extends Message<AudioEncodeEvent> {
12016
12135
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioEncodeEvent;
12017
12136
  static equals(a: AudioEncodeEvent | PlainMessage<AudioEncodeEvent> | undefined, b: AudioEncodeEvent | PlainMessage<AudioEncodeEvent> | undefined): boolean;
12018
12137
  }
12138
+ /**
12139
+ * @generated from message norsk.api.media.WebVttEncodeConfiguration
12140
+ */
12141
+ export declare class WebVttEncodeConfiguration extends Message<WebVttEncodeConfiguration> {
12142
+ /**
12143
+ * Maximum length of any line in the cue in characters
12144
+ *
12145
+ * @generated from field: norsk.api.common.OptionalInt maximum_line_length = 1;
12146
+ */
12147
+ maximumLineLength?: OptionalInt;
12148
+ /**
12149
+ * Minimum length of the overall cue in characters
12150
+ *
12151
+ * @generated from field: norsk.api.common.OptionalInt minimum_cue_length = 2;
12152
+ */
12153
+ minimumCueLength?: OptionalInt;
12154
+ /**
12155
+ * Maximum number of lines in a cue.
12156
+ *
12157
+ * Consider using a value of 1 and a longer max line length and allowing the player to break lines: per the WebVTT standard
12158
+ * "In general, therefore, authors are encouraged to write cues all on one line except when a line break is definitely necessary."
12159
+ * However if the player does not do this adequately, using the actual max line length desired and more lines, hard line breaks
12160
+ * will be inserted. Note a maximum subtitle length of two lines is recommended (eg BBC guidance)
12161
+ *
12162
+ * @generated from field: norsk.api.common.OptionalInt maximum_num_lines = 3;
12163
+ */
12164
+ maximumNumLines?: OptionalInt;
12165
+ constructor(data?: PartialMessage<WebVttEncodeConfiguration>);
12166
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
12167
+ static readonly typeName = "norsk.api.media.WebVttEncodeConfiguration";
12168
+ static readonly fields: FieldList;
12169
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WebVttEncodeConfiguration;
12170
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WebVttEncodeConfiguration;
12171
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WebVttEncodeConfiguration;
12172
+ static equals(a: WebVttEncodeConfiguration | PlainMessage<WebVttEncodeConfiguration> | undefined, b: WebVttEncodeConfiguration | PlainMessage<WebVttEncodeConfiguration> | undefined): boolean;
12173
+ }
12174
+ /**
12175
+ * @generated from message norsk.api.media.Cta608EncodeConfiguration
12176
+ */
12177
+ export declare class Cta608EncodeConfiguration extends Message<Cta608EncodeConfiguration> {
12178
+ /**
12179
+ * Caption style (default: selected according to source)
12180
+ *
12181
+ * @generated from field: norsk.api.media.Cta608EncodeConfiguration.Cta608EncodeStyle style = 1;
12182
+ */
12183
+ style: Cta608EncodeConfiguration_Cta608EncodeStyle;
12184
+ /**
12185
+ * The total/maximum number of lines to use for captioning
12186
+ *
12187
+ * @generated from field: norsk.api.common.OptionalInt lines = 2;
12188
+ */
12189
+ lines?: OptionalInt;
12190
+ constructor(data?: PartialMessage<Cta608EncodeConfiguration>);
12191
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
12192
+ static readonly typeName = "norsk.api.media.Cta608EncodeConfiguration";
12193
+ static readonly fields: FieldList;
12194
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Cta608EncodeConfiguration;
12195
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Cta608EncodeConfiguration;
12196
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Cta608EncodeConfiguration;
12197
+ static equals(a: Cta608EncodeConfiguration | PlainMessage<Cta608EncodeConfiguration> | undefined, b: Cta608EncodeConfiguration | PlainMessage<Cta608EncodeConfiguration> | undefined): boolean;
12198
+ }
12199
+ /**
12200
+ * @generated from enum norsk.api.media.Cta608EncodeConfiguration.Cta608EncodeStyle
12201
+ */
12202
+ export declare enum Cta608EncodeConfiguration_Cta608EncodeStyle {
12203
+ /**
12204
+ * @generated from enum value: CTA_608_STYLE_DEFAULT = 0;
12205
+ */
12206
+ CTA_608_STYLE_DEFAULT = 0,
12207
+ /**
12208
+ * @generated from enum value: CTA_608_STYLE_ROLL_UP = 1;
12209
+ */
12210
+ CTA_608_STYLE_ROLL_UP = 1,
12211
+ /**
12212
+ * @generated from enum value: CTA_608_STYLE_POP_ON = 2;
12213
+ */
12214
+ CTA_608_STYLE_POP_ON = 2
12215
+ }
12216
+ /**
12217
+ * @generated from message norsk.api.media.Cta708EncodeConfiguration
12218
+ */
12219
+ export declare class Cta708EncodeConfiguration extends Message<Cta708EncodeConfiguration> {
12220
+ constructor(data?: PartialMessage<Cta708EncodeConfiguration>);
12221
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
12222
+ static readonly typeName = "norsk.api.media.Cta708EncodeConfiguration";
12223
+ static readonly fields: FieldList;
12224
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Cta708EncodeConfiguration;
12225
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Cta708EncodeConfiguration;
12226
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Cta708EncodeConfiguration;
12227
+ static equals(a: Cta708EncodeConfiguration | PlainMessage<Cta708EncodeConfiguration> | undefined, b: Cta708EncodeConfiguration | PlainMessage<Cta708EncodeConfiguration> | undefined): boolean;
12228
+ }
12229
+ /**
12230
+ * @generated from message norsk.api.media.SubtitleConvertConfiguration
12231
+ */
12232
+ export declare class SubtitleConvertConfiguration extends Message<SubtitleConvertConfiguration> {
12233
+ /**
12234
+ * @generated from field: norsk.api.media.MediaNodeId id = 1;
12235
+ */
12236
+ id?: MediaNodeId;
12237
+ /**
12238
+ * @generated from oneof norsk.api.media.SubtitleConvertConfiguration.format
12239
+ */
12240
+ format: {
12241
+ /**
12242
+ * @generated from field: norsk.api.media.WebVttEncodeConfiguration webvtt = 2;
12243
+ */
12244
+ value: WebVttEncodeConfiguration;
12245
+ case: "webvtt";
12246
+ } | {
12247
+ /**
12248
+ * @generated from field: norsk.api.media.Cta608EncodeConfiguration cta608 = 3;
12249
+ */
12250
+ value: Cta608EncodeConfiguration;
12251
+ case: "cta608";
12252
+ } | {
12253
+ /**
12254
+ * @generated from field: norsk.api.media.Cta708EncodeConfiguration cta708 = 4;
12255
+ */
12256
+ value: Cta708EncodeConfiguration;
12257
+ case: "cta708";
12258
+ } | {
12259
+ case: undefined;
12260
+ value?: undefined;
12261
+ };
12262
+ /**
12263
+ * For conversion from transcribed sources containing partial and complete transcriptions, filter to only include the transcription
12264
+ * from a fully transcribed section/utterance. Note this may be multiple sentences and span up to 30s duration or beyond, making this
12265
+ * generally an option for non-live flows
12266
+ *
12267
+ * @generated from field: bool only_complete = 5;
12268
+ */
12269
+ onlyComplete: boolean;
12270
+ constructor(data?: PartialMessage<SubtitleConvertConfiguration>);
12271
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
12272
+ static readonly typeName = "norsk.api.media.SubtitleConvertConfiguration";
12273
+ static readonly fields: FieldList;
12274
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SubtitleConvertConfiguration;
12275
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SubtitleConvertConfiguration;
12276
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SubtitleConvertConfiguration;
12277
+ static equals(a: SubtitleConvertConfiguration | PlainMessage<SubtitleConvertConfiguration> | undefined, b: SubtitleConvertConfiguration | PlainMessage<SubtitleConvertConfiguration> | undefined): boolean;
12278
+ }
12279
+ /**
12280
+ * @generated from message norsk.api.media.SubtitleConvertMessage
12281
+ */
12282
+ export declare class SubtitleConvertMessage extends Message<SubtitleConvertMessage> {
12283
+ /**
12284
+ * @generated from oneof norsk.api.media.SubtitleConvertMessage.message
12285
+ */
12286
+ message: {
12287
+ /**
12288
+ * @generated from field: norsk.api.media.Subscription subscription = 1;
12289
+ */
12290
+ value: Subscription;
12291
+ case: "subscription";
12292
+ } | {
12293
+ /**
12294
+ * @generated from field: norsk.api.media.SubtitleConvertConfiguration configuration = 2;
12295
+ */
12296
+ value: SubtitleConvertConfiguration;
12297
+ case: "configuration";
12298
+ } | {
12299
+ case: undefined;
12300
+ value?: undefined;
12301
+ };
12302
+ constructor(data?: PartialMessage<SubtitleConvertMessage>);
12303
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
12304
+ static readonly typeName = "norsk.api.media.SubtitleConvertMessage";
12305
+ static readonly fields: FieldList;
12306
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SubtitleConvertMessage;
12307
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SubtitleConvertMessage;
12308
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SubtitleConvertMessage;
12309
+ static equals(a: SubtitleConvertMessage | PlainMessage<SubtitleConvertMessage> | undefined, b: SubtitleConvertMessage | PlainMessage<SubtitleConvertMessage> | undefined): boolean;
12310
+ }
12311
+ /**
12312
+ * @generated from message norsk.api.media.SubtitleConvertEvent
12313
+ */
12314
+ export declare class SubtitleConvertEvent extends Message<SubtitleConvertEvent> {
12315
+ /**
12316
+ * @generated from oneof norsk.api.media.SubtitleConvertEvent.message
12317
+ */
12318
+ message: {
12319
+ /**
12320
+ * @generated from field: norsk.api.media.MediaNodeId node_id = 1;
12321
+ */
12322
+ value: MediaNodeId;
12323
+ case: "nodeId";
12324
+ } | {
12325
+ /**
12326
+ * @generated from field: norsk.api.media.Context outbound_context = 2;
12327
+ */
12328
+ value: Context;
12329
+ case: "outboundContext";
12330
+ } | {
12331
+ /**
12332
+ * @generated from field: norsk.api.media.SubscriptionResponse subscription_response = 3;
12333
+ */
12334
+ value: SubscriptionResponse;
12335
+ case: "subscriptionResponse";
12336
+ } | {
12337
+ /**
12338
+ * @generated from field: norsk.api.media.Context inbound_context = 4;
12339
+ */
12340
+ value: Context;
12341
+ case: "inboundContext";
12342
+ } | {
12343
+ case: undefined;
12344
+ value?: undefined;
12345
+ };
12346
+ constructor(data?: PartialMessage<SubtitleConvertEvent>);
12347
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
12348
+ static readonly typeName = "norsk.api.media.SubtitleConvertEvent";
12349
+ static readonly fields: FieldList;
12350
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SubtitleConvertEvent;
12351
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SubtitleConvertEvent;
12352
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SubtitleConvertEvent;
12353
+ static equals(a: SubtitleConvertEvent | PlainMessage<SubtitleConvertEvent> | undefined, b: SubtitleConvertEvent | PlainMessage<SubtitleConvertEvent> | undefined): boolean;
12354
+ }
12019
12355
  /**
12020
12356
  * @generated from message norsk.api.media.StreamSwitchSmoothConfiguration
12021
12357
  */
@@ -13326,9 +13662,17 @@ export declare class AudioTranscribeAzureConfiguration extends Message<AudioTran
13326
13662
  */
13327
13663
  azureRegion: string;
13328
13664
  /**
13329
- * @generated from field: norsk.api.common.OptionalInt maximum_line_length = 7;
13665
+ * * Enable dictation mode (recognise dictated punctuation etc rather than transcribing the audio verbatim)
13666
+ *
13667
+ * @generated from field: norsk.api.common.OptionalBool dictation = 8;
13330
13668
  */
13331
- maximumLineLength?: OptionalInt;
13669
+ dictation?: OptionalBool;
13670
+ /**
13671
+ * * Profanity behaviour (whether to mask or remove profanity)
13672
+ *
13673
+ * @generated from field: norsk.api.media.AudioTranscribeAzureConfiguration.ProfanityOption profanity = 9;
13674
+ */
13675
+ profanity: AudioTranscribeAzureConfiguration_ProfanityOption;
13332
13676
  constructor(data?: PartialMessage<AudioTranscribeAzureConfiguration>);
13333
13677
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13334
13678
  static readonly typeName = "norsk.api.media.AudioTranscribeAzureConfiguration";
@@ -13338,6 +13682,27 @@ export declare class AudioTranscribeAzureConfiguration extends Message<AudioTran
13338
13682
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioTranscribeAzureConfiguration;
13339
13683
  static equals(a: AudioTranscribeAzureConfiguration | PlainMessage<AudioTranscribeAzureConfiguration> | undefined, b: AudioTranscribeAzureConfiguration | PlainMessage<AudioTranscribeAzureConfiguration> | undefined): boolean;
13340
13684
  }
13685
+ /**
13686
+ * @generated from enum norsk.api.media.AudioTranscribeAzureConfiguration.ProfanityOption
13687
+ */
13688
+ export declare enum AudioTranscribeAzureConfiguration_ProfanityOption {
13689
+ /**
13690
+ * @generated from enum value: AZURE_PROFANITY_DEFAULT = 0;
13691
+ */
13692
+ AZURE_PROFANITY_DEFAULT = 0,
13693
+ /**
13694
+ * @generated from enum value: AZURE_PROFANITY_MASKED = 1;
13695
+ */
13696
+ AZURE_PROFANITY_MASKED = 1,
13697
+ /**
13698
+ * @generated from enum value: AZURE_PROFANITY_REMOVED = 2;
13699
+ */
13700
+ AZURE_PROFANITY_REMOVED = 2,
13701
+ /**
13702
+ * @generated from enum value: AZURE_PROFANITY_RAW = 3;
13703
+ */
13704
+ AZURE_PROFANITY_RAW = 3
13705
+ }
13341
13706
  /**
13342
13707
  * @generated from message norsk.api.media.AudioTranscribeAzureMessage
13343
13708
  */
@@ -13603,7 +13968,8 @@ export declare class SubtitleTranslateAwsConfiguration extends Message<SubtitleT
13603
13968
  */
13604
13969
  id?: MediaNodeId;
13605
13970
  /**
13606
- * / Source language code/tag, e.g. de or fr-CA (leave blank to use the source subtitle language / AWS automatic detection)
13971
+ * / Source language code/tag, e.g. de or fr-CA (leave blank to use the source
13972
+ * / subtitle language / AWS automatic detection)
13607
13973
  *
13608
13974
  * @generated from field: string source_language = 2;
13609
13975
  */
@@ -13749,8 +14115,6 @@ export declare class AncillaryMessage extends Message<AncillaryMessage> {
13749
14115
  case: "subscription";
13750
14116
  } | {
13751
14117
  /**
13752
- * Scte104Event scte104_event = 4;
13753
- *
13754
14118
  * @generated from field: norsk.api.media.Scte35Event scte35_event = 3;
13755
14119
  */
13756
14120
  value: Scte35Event;
@@ -13795,8 +14159,6 @@ export declare class AncillaryEvent extends Message<AncillaryEvent> {
13795
14159
  case: "subscriptionResponse";
13796
14160
  } | {
13797
14161
  /**
13798
- * Scte104Event scte104_event = 5;
13799
- *
13800
14162
  * @generated from field: norsk.api.media.Scte35Event scte35_event = 4;
13801
14163
  */
13802
14164
  value: Scte35Event;
@@ -15886,6 +16248,12 @@ export declare class NorskStatusEvent extends Message<NorskStatusEvent> {
15886
16248
  */
15887
16249
  value: Log;
15888
16250
  case: "logEvent";
16251
+ } | {
16252
+ /**
16253
+ * @generated from field: norsk.api.media.AmdMA35DLoad ma35d_load = 5;
16254
+ */
16255
+ value: AmdMA35DLoad;
16256
+ case: "ma35dLoad";
15889
16257
  } | {
15890
16258
  case: undefined;
15891
16259
  value?: undefined;