@norskvideo/norsk-api 1.0.349 → 1.0.351

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
@@ -1796,7 +1796,11 @@ export declare enum ValidationResponse_ContextValidationResponse {
1796
1796
  /**
1797
1797
  * @generated from enum value: CONTEXT_VALIDATION_ALLOW_AND_TERMINATE = 2;
1798
1798
  */
1799
- CONTEXT_VALIDATION_ALLOW_AND_TERMINATE = 2
1799
+ CONTEXT_VALIDATION_ALLOW_AND_TERMINATE = 2,
1800
+ /**
1801
+ * @generated from enum value: CONTEXT_VALIDATION_DENY_AND_QUEUE = 3;
1802
+ */
1803
+ CONTEXT_VALIDATION_DENY_AND_QUEUE = 3
1800
1804
  }
1801
1805
  /**
1802
1806
  * @generated from message norsk.api.media.ValidationResponseAck
@@ -2237,6 +2241,14 @@ export declare class RtmpServerInputConfiguration extends Message<RtmpServerInpu
2237
2241
  * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 3;
2238
2242
  */
2239
2243
  statsSampling?: StreamStatisticsSampling;
2244
+ /**
2245
+ * @generated from field: bool ssl = 4;
2246
+ */
2247
+ ssl: boolean;
2248
+ /**
2249
+ * @generated from field: norsk.api.media.SslServerOptions ssl_options = 5;
2250
+ */
2251
+ sslOptions?: SslServerOptions;
2240
2252
  constructor(data?: PartialMessage<RtmpServerInputConfiguration>);
2241
2253
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
2242
2254
  static readonly typeName = "norsk.api.media.RtmpServerInputConfiguration";
@@ -2246,6 +2258,27 @@ export declare class RtmpServerInputConfiguration extends Message<RtmpServerInpu
2246
2258
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtmpServerInputConfiguration;
2247
2259
  static equals(a: RtmpServerInputConfiguration | PlainMessage<RtmpServerInputConfiguration> | undefined, b: RtmpServerInputConfiguration | PlainMessage<RtmpServerInputConfiguration> | undefined): boolean;
2248
2260
  }
2261
+ /**
2262
+ * @generated from message norsk.api.media.SslServerOptions
2263
+ */
2264
+ export declare class SslServerOptions extends Message<SslServerOptions> {
2265
+ /**
2266
+ * @generated from field: string cert_file = 1;
2267
+ */
2268
+ certFile: string;
2269
+ /**
2270
+ * @generated from field: string key_file = 2;
2271
+ */
2272
+ keyFile: string;
2273
+ constructor(data?: PartialMessage<SslServerOptions>);
2274
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
2275
+ static readonly typeName = "norsk.api.media.SslServerOptions";
2276
+ static readonly fields: FieldList;
2277
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SslServerOptions;
2278
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SslServerOptions;
2279
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SslServerOptions;
2280
+ static equals(a: SslServerOptions | PlainMessage<SslServerOptions> | undefined, b: SslServerOptions | PlainMessage<SslServerOptions> | undefined): boolean;
2281
+ }
2249
2282
  /**
2250
2283
  * *
2251
2284
  * Accept a remote connection attempt.
@@ -2780,7 +2813,11 @@ export declare enum TsProgram_TsStreamType {
2780
2813
  /**
2781
2814
  * @generated from enum value: SCTE35 = 11;
2782
2815
  */
2783
- SCTE35 = 11
2816
+ SCTE35 = 11,
2817
+ /**
2818
+ * @generated from enum value: PES_METADATA = 12;
2819
+ */
2820
+ PES_METADATA = 12
2784
2821
  }
2785
2822
  /**
2786
2823
  * @generated from message norsk.api.media.TsProgram.TsPid
@@ -5009,17 +5046,17 @@ export declare class VideoComposeConfiguration extends Message<VideoComposeConfi
5009
5046
  */
5010
5047
  export declare enum VideoComposeConfiguration_ComposeHardwareAcceleration {
5011
5048
  /**
5012
- * @generated from enum value: NONE = 0;
5049
+ * @generated from enum value: COMPOSE_NONE = 0;
5013
5050
  */
5014
- NONE = 0,
5051
+ COMPOSE_NONE = 0,
5015
5052
  /**
5016
- * @generated from enum value: QUADRA = 1;
5053
+ * @generated from enum value: COMPOSE_QUADRA = 1;
5017
5054
  */
5018
- QUADRA = 1,
5055
+ COMPOSE_QUADRA = 1,
5019
5056
  /**
5020
- * @generated from enum value: NVIDIA = 2;
5057
+ * @generated from enum value: COMPOSE_NVIDIA = 2;
5021
5058
  */
5022
- NVIDIA = 2
5059
+ COMPOSE_NVIDIA = 2
5023
5060
  }
5024
5061
  /**
5025
5062
  * @generated from enum norsk.api.media.VideoComposeConfiguration.PixelFormat
@@ -5171,6 +5208,113 @@ export declare class TransitionComplete extends Message<TransitionComplete> {
5171
5208
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TransitionComplete;
5172
5209
  static equals(a: TransitionComplete | PlainMessage<TransitionComplete> | undefined, b: TransitionComplete | PlainMessage<TransitionComplete> | undefined): boolean;
5173
5210
  }
5211
+ /**
5212
+ * @generated from message norsk.api.media.MetadataCombineMessage
5213
+ */
5214
+ export declare class MetadataCombineMessage extends Message<MetadataCombineMessage> {
5215
+ /**
5216
+ * @generated from oneof norsk.api.media.MetadataCombineMessage.message
5217
+ */
5218
+ message: {
5219
+ /**
5220
+ * @generated from field: norsk.api.media.Subscription subscription = 1;
5221
+ */
5222
+ value: Subscription;
5223
+ case: "subscription";
5224
+ } | {
5225
+ /**
5226
+ * @generated from field: norsk.api.media.MetadataCombineConfiguration initial_config = 2;
5227
+ */
5228
+ value: MetadataCombineConfiguration;
5229
+ case: "initialConfig";
5230
+ } | {
5231
+ case: undefined;
5232
+ value?: undefined;
5233
+ };
5234
+ constructor(data?: PartialMessage<MetadataCombineMessage>);
5235
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
5236
+ static readonly typeName = "norsk.api.media.MetadataCombineMessage";
5237
+ static readonly fields: FieldList;
5238
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataCombineMessage;
5239
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataCombineMessage;
5240
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataCombineMessage;
5241
+ static equals(a: MetadataCombineMessage | PlainMessage<MetadataCombineMessage> | undefined, b: MetadataCombineMessage | PlainMessage<MetadataCombineMessage> | undefined): boolean;
5242
+ }
5243
+ /**
5244
+ * @generated from message norsk.api.media.MetadataCombineConfiguration
5245
+ */
5246
+ export declare class MetadataCombineConfiguration extends Message<MetadataCombineConfiguration> {
5247
+ /**
5248
+ * The Media Node Id
5249
+ *
5250
+ * @generated from field: norsk.api.media.MediaNodeId id = 1;
5251
+ */
5252
+ id?: MediaNodeId;
5253
+ /**
5254
+ * The stream key for the merged output metadata stream
5255
+ *
5256
+ * @generated from field: norsk.api.media.StreamKey stream_key = 2;
5257
+ */
5258
+ streamKey?: StreamKey;
5259
+ /**
5260
+ * Max delta to allow for sync purposes, may vary according to source offsets and message frequency
5261
+ *
5262
+ * @generated from field: norsk.api.common.OptionalInt max_sync_delta = 3;
5263
+ */
5264
+ maxSyncDelta?: OptionalInt;
5265
+ constructor(data?: PartialMessage<MetadataCombineConfiguration>);
5266
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
5267
+ static readonly typeName = "norsk.api.media.MetadataCombineConfiguration";
5268
+ static readonly fields: FieldList;
5269
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataCombineConfiguration;
5270
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataCombineConfiguration;
5271
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataCombineConfiguration;
5272
+ static equals(a: MetadataCombineConfiguration | PlainMessage<MetadataCombineConfiguration> | undefined, b: MetadataCombineConfiguration | PlainMessage<MetadataCombineConfiguration> | undefined): boolean;
5273
+ }
5274
+ /**
5275
+ * @generated from message norsk.api.media.MetadataCombineEvent
5276
+ */
5277
+ export declare class MetadataCombineEvent extends Message<MetadataCombineEvent> {
5278
+ /**
5279
+ * @generated from oneof norsk.api.media.MetadataCombineEvent.message
5280
+ */
5281
+ message: {
5282
+ /**
5283
+ * @generated from field: norsk.api.media.MediaNodeId node_id = 1;
5284
+ */
5285
+ value: MediaNodeId;
5286
+ case: "nodeId";
5287
+ } | {
5288
+ /**
5289
+ * @generated from field: norsk.api.media.Context inbound_context = 2;
5290
+ */
5291
+ value: Context;
5292
+ case: "inboundContext";
5293
+ } | {
5294
+ /**
5295
+ * @generated from field: norsk.api.media.Context outbound_context = 3;
5296
+ */
5297
+ value: Context;
5298
+ case: "outboundContext";
5299
+ } | {
5300
+ /**
5301
+ * @generated from field: norsk.api.media.SubscriptionResponse subscription_response = 4;
5302
+ */
5303
+ value: SubscriptionResponse;
5304
+ case: "subscriptionResponse";
5305
+ } | {
5306
+ case: undefined;
5307
+ value?: undefined;
5308
+ };
5309
+ constructor(data?: PartialMessage<MetadataCombineEvent>);
5310
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
5311
+ static readonly typeName = "norsk.api.media.MetadataCombineEvent";
5312
+ static readonly fields: FieldList;
5313
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataCombineEvent;
5314
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataCombineEvent;
5315
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataCombineEvent;
5316
+ static equals(a: MetadataCombineEvent | PlainMessage<MetadataCombineEvent> | undefined, b: MetadataCombineEvent | PlainMessage<MetadataCombineEvent> | undefined): boolean;
5317
+ }
5174
5318
  /**
5175
5319
  * *
5176
5320
  * Describe an audio source with the output gain mapping for a mixer.
@@ -5764,6 +5908,10 @@ export declare class AudioBuildMultichannelConfiguration extends Message<AudioBu
5764
5908
  * @generated from field: repeated norsk.api.media.StreamKey channel_list = 7;
5765
5909
  */
5766
5910
  channelList: StreamKey[];
5911
+ /**
5912
+ * @generated from field: norsk.api.media.SampleRate sample_rate = 8;
5913
+ */
5914
+ sampleRate: SampleRate;
5767
5915
  constructor(data?: PartialMessage<AudioBuildMultichannelConfiguration>);
5768
5916
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
5769
5917
  static readonly typeName = "norsk.api.media.AudioBuildMultichannelConfiguration";
@@ -6647,7 +6795,8 @@ export declare class UpdateCredentials extends Message<UpdateCredentials> {
6647
6795
  */
6648
6796
  export declare class UpdateDestinationPlaylist extends Message<UpdateDestinationPlaylist> {
6649
6797
  /**
6650
- * TODO this doesn't have to be a list anymore, as we're only getting at most one update from the sdk
6798
+ * TODO this doesn't have to be a list anymore, as we're only getting at most
6799
+ * one update from the sdk
6651
6800
  *
6652
6801
  * @generated from field: repeated norsk.api.media.UpdatePlaylist playlists = 1;
6653
6802
  */
@@ -7326,6 +7475,10 @@ export declare class UdpTsOutputConfiguration extends Message<UdpTsOutputConfigu
7326
7475
  * @generated from field: bool rtp_encapsulate = 7;
7327
7476
  */
7328
7477
  rtpEncapsulate: boolean;
7478
+ /**
7479
+ * @generated from field: norsk.api.common.OptionalInt av_delay_ms = 8;
7480
+ */
7481
+ avDelayMs?: OptionalInt;
7329
7482
  constructor(data?: PartialMessage<UdpTsOutputConfiguration>);
7330
7483
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
7331
7484
  static readonly typeName = "norsk.api.media.UdpTsOutputConfiguration";
@@ -7447,6 +7600,10 @@ export declare class SrtOutputConfiguration extends Message<SrtOutputConfigurati
7447
7600
  * @generated from field: uint32 buffer_delay_ms = 9;
7448
7601
  */
7449
7602
  bufferDelayMs: number;
7603
+ /**
7604
+ * @generated from field: norsk.api.common.OptionalInt av_delay_ms = 10;
7605
+ */
7606
+ avDelayMs?: OptionalInt;
7450
7607
  constructor(data?: PartialMessage<SrtOutputConfiguration>);
7451
7608
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
7452
7609
  static readonly typeName = "norsk.api.media.SrtOutputConfiguration";
@@ -7887,6 +8044,18 @@ export declare class RtmpOutputConfiguration extends Message<RtmpOutputConfigura
7887
8044
  * @generated from field: uint32 buffer_delay_ms = 4;
7888
8045
  */
7889
8046
  bufferDelayMs: number;
8047
+ /**
8048
+ * @generated from field: norsk.api.media.SslClientOptions ssl_options = 5;
8049
+ */
8050
+ sslOptions?: SslClientOptions;
8051
+ /**
8052
+ * @generated from field: int32 retry_connection_timeout = 6;
8053
+ */
8054
+ retryConnectionTimeout: number;
8055
+ /**
8056
+ * @generated from field: norsk.api.common.OptionalInt av_delay_ms = 7;
8057
+ */
8058
+ avDelayMs?: OptionalInt;
7890
8059
  constructor(data?: PartialMessage<RtmpOutputConfiguration>);
7891
8060
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
7892
8061
  static readonly typeName = "norsk.api.media.RtmpOutputConfiguration";
@@ -7896,6 +8065,23 @@ export declare class RtmpOutputConfiguration extends Message<RtmpOutputConfigura
7896
8065
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtmpOutputConfiguration;
7897
8066
  static equals(a: RtmpOutputConfiguration | PlainMessage<RtmpOutputConfiguration> | undefined, b: RtmpOutputConfiguration | PlainMessage<RtmpOutputConfiguration> | undefined): boolean;
7898
8067
  }
8068
+ /**
8069
+ * @generated from message norsk.api.media.SslClientOptions
8070
+ */
8071
+ export declare class SslClientOptions extends Message<SslClientOptions> {
8072
+ /**
8073
+ * @generated from field: norsk.api.common.OptionalBool verify_peer_cert = 1;
8074
+ */
8075
+ verifyPeerCert?: OptionalBool;
8076
+ constructor(data?: PartialMessage<SslClientOptions>);
8077
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8078
+ static readonly typeName = "norsk.api.media.SslClientOptions";
8079
+ static readonly fields: FieldList;
8080
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SslClientOptions;
8081
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SslClientOptions;
8082
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SslClientOptions;
8083
+ static equals(a: SslClientOptions | PlainMessage<SslClientOptions> | undefined, b: SslClientOptions | PlainMessage<SslClientOptions> | undefined): boolean;
8084
+ }
7899
8085
  /**
7900
8086
  * @generated from message norsk.api.media.RtmpOutputMessage
7901
8087
  */
@@ -7989,7 +8175,11 @@ export declare enum RtmpOutputEvent_State {
7989
8175
  /**
7990
8176
  * @generated from enum value: RTMP_OUTPUT_STATUS_PUBLISH_START = 1;
7991
8177
  */
7992
- RTMP_OUTPUT_STATUS_PUBLISH_START = 1
8178
+ RTMP_OUTPUT_STATUS_PUBLISH_START = 1,
8179
+ /**
8180
+ * @generated from enum value: RTMP_OUTPUT_STATUS_CONNECTION_FAILED_RETRY = 2;
8181
+ */
8182
+ RTMP_OUTPUT_STATUS_CONNECTION_FAILED_RETRY = 2
7993
8183
  }
7994
8184
  /**
7995
8185
  * @generated from message norsk.api.media.FileTsOutputConfiguration
@@ -8007,6 +8197,10 @@ export declare class FileTsOutputConfiguration extends Message<FileTsOutputConfi
8007
8197
  * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 3;
8008
8198
  */
8009
8199
  statsSampling?: StreamStatisticsSampling;
8200
+ /**
8201
+ * @generated from field: norsk.api.common.OptionalInt av_delay_ms = 4;
8202
+ */
8203
+ avDelayMs?: OptionalInt;
8010
8204
  constructor(data?: PartialMessage<FileTsOutputConfiguration>);
8011
8205
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8012
8206
  static readonly typeName = "norsk.api.media.FileTsOutputConfiguration";
@@ -9792,6 +9986,61 @@ export declare class XilinxH264 extends Message<XilinxH264> {
9792
9986
  * @generated from field: norsk.api.common.OptionalInt level = 2;
9793
9987
  */
9794
9988
  level?: OptionalInt;
9989
+ /**
9990
+ * @generated from oneof norsk.api.media.XilinxH264.rateControl
9991
+ */
9992
+ rateControl: {
9993
+ /**
9994
+ * @generated from field: uint32 const_qp = 3;
9995
+ */
9996
+ value: number;
9997
+ case: "constQp";
9998
+ } | {
9999
+ /**
10000
+ * @generated from field: uint32 cbr = 4;
10001
+ */
10002
+ value: number;
10003
+ case: "cbr";
10004
+ } | {
10005
+ /**
10006
+ * @generated from field: uint32 vbr = 5;
10007
+ */
10008
+ value: number;
10009
+ case: "vbr";
10010
+ } | {
10011
+ /**
10012
+ * @generated from field: uint32 low_latency = 6;
10013
+ */
10014
+ value: number;
10015
+ case: "lowLatency";
10016
+ } | {
10017
+ case: undefined;
10018
+ value?: undefined;
10019
+ };
10020
+ /**
10021
+ * @generated from field: norsk.api.common.OptionalInt lookahead_depth = 7;
10022
+ */
10023
+ lookaheadDepth?: OptionalInt;
10024
+ /**
10025
+ * @generated from field: norsk.api.common.OptionalInt idr_period = 8;
10026
+ */
10027
+ idrPeriod?: OptionalInt;
10028
+ /**
10029
+ * @generated from field: norsk.api.common.OptionalInt bframes = 9;
10030
+ */
10031
+ bframes?: OptionalInt;
10032
+ /**
10033
+ * @generated from field: norsk.api.common.OptionalInt gop_size = 10;
10034
+ */
10035
+ gopSize?: OptionalInt;
10036
+ /**
10037
+ * @generated from field: norsk.api.common.OptionalInt min_qp = 11;
10038
+ */
10039
+ minQp?: OptionalInt;
10040
+ /**
10041
+ * @generated from field: norsk.api.common.OptionalInt max_qp = 12;
10042
+ */
10043
+ maxQp?: OptionalInt;
9795
10044
  constructor(data?: PartialMessage<XilinxH264>);
9796
10045
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9797
10046
  static readonly typeName = "norsk.api.media.XilinxH264";
@@ -10224,7 +10473,7 @@ export declare class StreamKeyOverrideConfiguration extends Message<StreamKeyOve
10224
10473
  */
10225
10474
  id?: MediaNodeId;
10226
10475
  /**
10227
- * @generated from field: norsk.api.media.StreamKey streamKey = 2;
10476
+ * @generated from field: norsk.api.media.StreamKey stream_key = 2;
10228
10477
  */
10229
10478
  streamKey?: StreamKey;
10230
10479
  constructor(data?: PartialMessage<StreamKeyOverrideConfiguration>);
@@ -10335,13 +10584,15 @@ export declare class StreamMetadataOverrideConfiguration extends Message<StreamM
10335
10584
  */
10336
10585
  audioBitrate?: OptionalInt;
10337
10586
  /**
10338
- * * Override the language metadata of an audio stream, or `""` to clear. RFC 5646 language tag.
10587
+ * * Override the language metadata of an audio stream, or `""` to clear. RFC
10588
+ * 5646 language tag.
10339
10589
  *
10340
10590
  * @generated from field: norsk.api.common.OptionalString audio_language = 4;
10341
10591
  */
10342
10592
  audioLanguage?: OptionalString;
10343
10593
  /**
10344
- * * Override the language metadata of a subtitles stream, or `""` to clear RFC 5646 language tag.
10594
+ * * Override the language metadata of a subtitles stream, or `""` to clear RFC
10595
+ * 5646 language tag.
10345
10596
  *
10346
10597
  * @generated from field: norsk.api.common.OptionalString subtitles_language = 5;
10347
10598
  */
@@ -10374,13 +10625,15 @@ export declare class StreamMetadataOverrideUpdateConfiguration extends Message<S
10374
10625
  */
10375
10626
  audioBitrate?: OptionalInt;
10376
10627
  /**
10377
- * * Override the language metadata of an audio stream, or `""` to clear. RFC 5646 language tag.
10628
+ * * Override the language metadata of an audio stream, or `""` to clear. RFC
10629
+ * 5646 language tag.
10378
10630
  *
10379
10631
  * @generated from field: norsk.api.common.OptionalString audio_language = 4;
10380
10632
  */
10381
10633
  audioLanguage?: OptionalString;
10382
10634
  /**
10383
- * * Override the language metadata of a subtitles stream, or `""` to clear. RFC 5646 language tag.
10635
+ * * Override the language metadata of a subtitles stream, or `""` to clear.
10636
+ * RFC 5646 language tag.
10384
10637
  *
10385
10638
  * @generated from field: norsk.api.common.OptionalString subtitles_language = 5;
10386
10639
  */
@@ -11030,6 +11283,13 @@ export declare class StreamSwitchSmoothConfiguration extends Message<StreamSwitc
11030
11283
  * @generated from field: norsk.api.media.StreamSwitchSmoothConfiguration.Alignment alignment = 9;
11031
11284
  */
11032
11285
  alignment: StreamSwitchSmoothConfiguration_Alignment;
11286
+ /**
11287
+ * Whether to do the video compose operation in memory or on the specified
11288
+ * hardware
11289
+ *
11290
+ * @generated from field: norsk.api.media.StreamSwitchSmoothConfiguration.StreamSwitchSmoothHardwareAcceleration hardware_acceleration = 10;
11291
+ */
11292
+ hardwareAcceleration: StreamSwitchSmoothConfiguration_StreamSwitchSmoothHardwareAcceleration;
11033
11293
  constructor(data?: PartialMessage<StreamSwitchSmoothConfiguration>);
11034
11294
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
11035
11295
  static readonly typeName = "norsk.api.media.StreamSwitchSmoothConfiguration";
@@ -11039,6 +11299,23 @@ export declare class StreamSwitchSmoothConfiguration extends Message<StreamSwitc
11039
11299
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSwitchSmoothConfiguration;
11040
11300
  static equals(a: StreamSwitchSmoothConfiguration | PlainMessage<StreamSwitchSmoothConfiguration> | undefined, b: StreamSwitchSmoothConfiguration | PlainMessage<StreamSwitchSmoothConfiguration> | undefined): boolean;
11041
11301
  }
11302
+ /**
11303
+ * @generated from enum norsk.api.media.StreamSwitchSmoothConfiguration.StreamSwitchSmoothHardwareAcceleration
11304
+ */
11305
+ export declare enum StreamSwitchSmoothConfiguration_StreamSwitchSmoothHardwareAcceleration {
11306
+ /**
11307
+ * @generated from enum value: SS_NONE = 0;
11308
+ */
11309
+ SS_NONE = 0,
11310
+ /**
11311
+ * @generated from enum value: SS_QUADRA = 1;
11312
+ */
11313
+ SS_QUADRA = 1,
11314
+ /**
11315
+ * @generated from enum value: SS_NVIDIA = 2;
11316
+ */
11317
+ SS_NVIDIA = 2
11318
+ }
11042
11319
  /**
11043
11320
  * Whether to align all the incoming timestamps
11044
11321
  *
@@ -12227,15 +12504,16 @@ export declare class AudioTranscribeAzureConfiguration extends Message<AudioTran
12227
12504
  */
12228
12505
  outputStreamId: number;
12229
12506
  /**
12230
- * The source language to recognise - an RFC 5646/ IETF BCP 47 language tag, eg en-US,
12231
- * en-GB, de-DE. Supported languages are found at
12507
+ * The source language to recognise - an RFC 5646/ IETF BCP 47 language tag,
12508
+ * eg en-US, en-GB, de-DE. Supported languages are found at
12232
12509
  * https://learn.microsoft.com/en-us/azure/ai-services/speech-service/language-support?tabs=stt
12233
12510
  *
12234
12511
  * @generated from field: string source_language = 3;
12235
12512
  */
12236
12513
  sourceLanguage: string;
12237
12514
  /**
12238
- * The target output languages for translation - technically a RFC 5646 language
12515
+ * The target output languages for translation - technically a RFC 5646
12516
+ * language
12239
12517
  * tag but but in most cases omitting region, e.g. en, de, zh-Hant.
12240
12518
  *
12241
12519
  * Leave this field absent/empty to use the transcription service without
@@ -12399,6 +12677,36 @@ export declare class AudioTranscribeWhisperConfiguration extends Message<AudioTr
12399
12677
  * @generated from field: string model = 12;
12400
12678
  */
12401
12679
  model: string;
12680
+ /**
12681
+ * Translate (to English)
12682
+ *
12683
+ * @generated from field: bool translate = 13;
12684
+ */
12685
+ translate: boolean;
12686
+ /**
12687
+ * @generated from field: bool tiny_diarize = 14;
12688
+ */
12689
+ tinyDiarize: boolean;
12690
+ /**
12691
+ * @generated from field: string initial_prompt = 15;
12692
+ */
12693
+ initialPrompt: string;
12694
+ /**
12695
+ * @generated from field: norsk.api.common.OptionalBool suppress_non_speech_tokens = 16;
12696
+ */
12697
+ suppressNonSpeechTokens?: OptionalBool;
12698
+ /**
12699
+ * @generated from field: norsk.api.media.AudioTranscribeWhisperConfiguration.SamplingStrategy sampling_strategy = 17;
12700
+ */
12701
+ samplingStrategy: AudioTranscribeWhisperConfiguration_SamplingStrategy;
12702
+ /**
12703
+ * @generated from field: norsk.api.common.OptionalInt best_of = 18;
12704
+ */
12705
+ bestOf?: OptionalInt;
12706
+ /**
12707
+ * @generated from field: norsk.api.common.OptionalInt beam_size = 19;
12708
+ */
12709
+ beamSize?: OptionalInt;
12402
12710
  constructor(data?: PartialMessage<AudioTranscribeWhisperConfiguration>);
12403
12711
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
12404
12712
  static readonly typeName = "norsk.api.media.AudioTranscribeWhisperConfiguration";
@@ -12408,6 +12716,19 @@ export declare class AudioTranscribeWhisperConfiguration extends Message<AudioTr
12408
12716
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioTranscribeWhisperConfiguration;
12409
12717
  static equals(a: AudioTranscribeWhisperConfiguration | PlainMessage<AudioTranscribeWhisperConfiguration> | undefined, b: AudioTranscribeWhisperConfiguration | PlainMessage<AudioTranscribeWhisperConfiguration> | undefined): boolean;
12410
12718
  }
12719
+ /**
12720
+ * @generated from enum norsk.api.media.AudioTranscribeWhisperConfiguration.SamplingStrategy
12721
+ */
12722
+ export declare enum AudioTranscribeWhisperConfiguration_SamplingStrategy {
12723
+ /**
12724
+ * @generated from enum value: WHISPER_SAMPLING_GREEDY = 0;
12725
+ */
12726
+ WHISPER_SAMPLING_GREEDY = 0,
12727
+ /**
12728
+ * @generated from enum value: WHISPER_SAMPLING_BEAM_SEARCH = 1;
12729
+ */
12730
+ WHISPER_SAMPLING_BEAM_SEARCH = 1
12731
+ }
12411
12732
  /**
12412
12733
  * @generated from message norsk.api.media.AudioTranscribeWhisperMessage
12413
12734
  */
@@ -13467,6 +13788,38 @@ export declare class Scte35SegmentationComponent extends Message<Scte35Segmentat
13467
13788
  * ////////////////////////////////////////////////////////////////////////////
13468
13789
  * FrameStore
13469
13790
  *
13791
+ * @generated from message norsk.api.media.FrameStoreExpiry
13792
+ */
13793
+ export declare class FrameStoreExpiry extends Message<FrameStoreExpiry> {
13794
+ /**
13795
+ * @generated from oneof norsk.api.media.FrameStoreExpiry.message
13796
+ */
13797
+ message: {
13798
+ /**
13799
+ * @generated from field: uint32 by_size = 1;
13800
+ */
13801
+ value: number;
13802
+ case: "bySize";
13803
+ } | {
13804
+ /**
13805
+ * @generated from field: uint32 by_duration = 2;
13806
+ */
13807
+ value: number;
13808
+ case: "byDuration";
13809
+ } | {
13810
+ case: undefined;
13811
+ value?: undefined;
13812
+ };
13813
+ constructor(data?: PartialMessage<FrameStoreExpiry>);
13814
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13815
+ static readonly typeName = "norsk.api.media.FrameStoreExpiry";
13816
+ static readonly fields: FieldList;
13817
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FrameStoreExpiry;
13818
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FrameStoreExpiry;
13819
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStoreExpiry;
13820
+ static equals(a: FrameStoreExpiry | PlainMessage<FrameStoreExpiry> | undefined, b: FrameStoreExpiry | PlainMessage<FrameStoreExpiry> | undefined): boolean;
13821
+ }
13822
+ /**
13470
13823
  * @generated from message norsk.api.media.FrameStoreRecorderConfiguration
13471
13824
  */
13472
13825
  export declare class FrameStoreRecorderConfiguration extends Message<FrameStoreRecorderConfiguration> {
@@ -13486,6 +13839,10 @@ export declare class FrameStoreRecorderConfiguration extends Message<FrameStoreR
13486
13839
  * @generated from field: uint32 chunk_file_duration_seconds = 4;
13487
13840
  */
13488
13841
  chunkFileDurationSeconds: number;
13842
+ /**
13843
+ * @generated from field: norsk.api.media.FrameStoreExpiry expiry = 5;
13844
+ */
13845
+ expiry?: FrameStoreExpiry;
13489
13846
  constructor(data?: PartialMessage<FrameStoreRecorderConfiguration>);
13490
13847
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13491
13848
  static readonly typeName = "norsk.api.media.FrameStoreRecorderConfiguration";
@@ -13495,6 +13852,94 @@ export declare class FrameStoreRecorderConfiguration extends Message<FrameStoreR
13495
13852
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStoreRecorderConfiguration;
13496
13853
  static equals(a: FrameStoreRecorderConfiguration | PlainMessage<FrameStoreRecorderConfiguration> | undefined, b: FrameStoreRecorderConfiguration | PlainMessage<FrameStoreRecorderConfiguration> | undefined): boolean;
13497
13854
  }
13855
+ /**
13856
+ * @generated from message norsk.api.media.FrameStoreCutRequest
13857
+ */
13858
+ export declare class FrameStoreCutRequest extends Message<FrameStoreCutRequest> {
13859
+ /**
13860
+ * @generated from field: string id = 1;
13861
+ */
13862
+ id: string;
13863
+ /**
13864
+ * @generated from field: norsk.api.media.StreamSelection stream_selection = 2;
13865
+ */
13866
+ streamSelection?: StreamSelection;
13867
+ /**
13868
+ * @generated from field: repeated norsk.api.media.SingleCut cuts = 3;
13869
+ */
13870
+ cuts: SingleCut[];
13871
+ /**
13872
+ * @generated from field: bool trim_partial_segments = 4;
13873
+ */
13874
+ trimPartialSegments: boolean;
13875
+ /**
13876
+ * @generated from field: string file_name = 5;
13877
+ */
13878
+ fileName: string;
13879
+ /**
13880
+ * @generated from field: norsk.api.media.FrameStoreCutRequest.FileFormat file_format = 6;
13881
+ */
13882
+ fileFormat: FrameStoreCutRequest_FileFormat;
13883
+ constructor(data?: PartialMessage<FrameStoreCutRequest>);
13884
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13885
+ static readonly typeName = "norsk.api.media.FrameStoreCutRequest";
13886
+ static readonly fields: FieldList;
13887
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FrameStoreCutRequest;
13888
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FrameStoreCutRequest;
13889
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStoreCutRequest;
13890
+ static equals(a: FrameStoreCutRequest | PlainMessage<FrameStoreCutRequest> | undefined, b: FrameStoreCutRequest | PlainMessage<FrameStoreCutRequest> | undefined): boolean;
13891
+ }
13892
+ /**
13893
+ * @generated from enum norsk.api.media.FrameStoreCutRequest.FileFormat
13894
+ */
13895
+ export declare enum FrameStoreCutRequest_FileFormat {
13896
+ /**
13897
+ * @generated from enum value: CUT_MP4 = 0;
13898
+ */
13899
+ CUT_MP4 = 0
13900
+ }
13901
+ /**
13902
+ * @generated from message norsk.api.media.FrameStoreCutProgress
13903
+ */
13904
+ export declare class FrameStoreCutProgress extends Message<FrameStoreCutProgress> {
13905
+ /**
13906
+ * @generated from field: string id = 1;
13907
+ */
13908
+ id: string;
13909
+ /**
13910
+ * @generated from field: uint32 progress = 2;
13911
+ */
13912
+ progress: number;
13913
+ constructor(data?: PartialMessage<FrameStoreCutProgress>);
13914
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13915
+ static readonly typeName = "norsk.api.media.FrameStoreCutProgress";
13916
+ static readonly fields: FieldList;
13917
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FrameStoreCutProgress;
13918
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FrameStoreCutProgress;
13919
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStoreCutProgress;
13920
+ static equals(a: FrameStoreCutProgress | PlainMessage<FrameStoreCutProgress> | undefined, b: FrameStoreCutProgress | PlainMessage<FrameStoreCutProgress> | undefined): boolean;
13921
+ }
13922
+ /**
13923
+ * @generated from message norsk.api.media.FrameStoreCutComplete
13924
+ */
13925
+ export declare class FrameStoreCutComplete extends Message<FrameStoreCutComplete> {
13926
+ /**
13927
+ * @generated from field: string id = 1;
13928
+ */
13929
+ id: string;
13930
+ /**
13931
+ * @generated from field: uint64 size = 2;
13932
+ */
13933
+ size: bigint;
13934
+ constructor(data?: PartialMessage<FrameStoreCutComplete>);
13935
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13936
+ static readonly typeName = "norsk.api.media.FrameStoreCutComplete";
13937
+ static readonly fields: FieldList;
13938
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FrameStoreCutComplete;
13939
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FrameStoreCutComplete;
13940
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStoreCutComplete;
13941
+ static equals(a: FrameStoreCutComplete | PlainMessage<FrameStoreCutComplete> | undefined, b: FrameStoreCutComplete | PlainMessage<FrameStoreCutComplete> | undefined): boolean;
13942
+ }
13498
13943
  /**
13499
13944
  * @generated from message norsk.api.media.FrameStoreRecorderMessage
13500
13945
  */
@@ -13514,6 +13959,12 @@ export declare class FrameStoreRecorderMessage extends Message<FrameStoreRecorde
13514
13959
  */
13515
13960
  value: FrameStoreRecorderConfiguration;
13516
13961
  case: "configuration";
13962
+ } | {
13963
+ /**
13964
+ * @generated from field: norsk.api.media.FrameStoreCutRequest cut_request = 3;
13965
+ */
13966
+ value: FrameStoreCutRequest;
13967
+ case: "cutRequest";
13517
13968
  } | {
13518
13969
  case: undefined;
13519
13970
  value?: undefined;
@@ -13552,6 +14003,18 @@ export declare class FrameStoreRecorderEvent extends Message<FrameStoreRecorderE
13552
14003
  */
13553
14004
  value: Context;
13554
14005
  case: "inboundContext";
14006
+ } | {
14007
+ /**
14008
+ * @generated from field: norsk.api.media.FrameStoreCutProgress cut_progress = 4;
14009
+ */
14010
+ value: FrameStoreCutProgress;
14011
+ case: "cutProgress";
14012
+ } | {
14013
+ /**
14014
+ * @generated from field: norsk.api.media.FrameStoreCutComplete cut_complete = 5;
14015
+ */
14016
+ value: FrameStoreCutComplete;
14017
+ case: "cutComplete";
13555
14018
  } | {
13556
14019
  case: undefined;
13557
14020
  value?: undefined;
@@ -13578,9 +14041,9 @@ export declare class SingleCut extends Message<SingleCut> {
13578
14041
  */
13579
14042
  durationMs: number;
13580
14043
  /**
13581
- * @generated from field: norsk.api.common.OptionalInt session_id = 3;
14044
+ * @generated from field: norsk.api.common.OptionalInt session_num = 3;
13582
14045
  */
13583
- sessionId?: OptionalInt;
14046
+ sessionNum?: OptionalInt;
13584
14047
  constructor(data?: PartialMessage<SingleCut>);
13585
14048
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13586
14049
  static readonly typeName = "norsk.api.media.SingleCut";
@@ -13590,6 +14053,68 @@ export declare class SingleCut extends Message<SingleCut> {
13590
14053
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SingleCut;
13591
14054
  static equals(a: SingleCut | PlainMessage<SingleCut> | undefined, b: SingleCut | PlainMessage<SingleCut> | undefined): boolean;
13592
14055
  }
14056
+ /**
14057
+ * @generated from message norsk.api.media.StreamSelection
14058
+ */
14059
+ export declare class StreamSelection extends Message<StreamSelection> {
14060
+ /**
14061
+ * @generated from oneof norsk.api.media.StreamSelection.stream_selection
14062
+ */
14063
+ streamSelection: {
14064
+ /**
14065
+ * @generated from field: norsk.api.media.StreamSelection.All all = 1;
14066
+ */
14067
+ value: StreamSelection_All;
14068
+ case: "all";
14069
+ } | {
14070
+ /**
14071
+ * @generated from field: norsk.api.media.StreamSelection.Subset subset = 2;
14072
+ */
14073
+ value: StreamSelection_Subset;
14074
+ case: "subset";
14075
+ } | {
14076
+ case: undefined;
14077
+ value?: undefined;
14078
+ };
14079
+ constructor(data?: PartialMessage<StreamSelection>);
14080
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
14081
+ static readonly typeName = "norsk.api.media.StreamSelection";
14082
+ static readonly fields: FieldList;
14083
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSelection;
14084
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSelection;
14085
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSelection;
14086
+ static equals(a: StreamSelection | PlainMessage<StreamSelection> | undefined, b: StreamSelection | PlainMessage<StreamSelection> | undefined): boolean;
14087
+ }
14088
+ /**
14089
+ * @generated from message norsk.api.media.StreamSelection.All
14090
+ */
14091
+ export declare class StreamSelection_All extends Message<StreamSelection_All> {
14092
+ constructor(data?: PartialMessage<StreamSelection_All>);
14093
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
14094
+ static readonly typeName = "norsk.api.media.StreamSelection.All";
14095
+ static readonly fields: FieldList;
14096
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSelection_All;
14097
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSelection_All;
14098
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSelection_All;
14099
+ static equals(a: StreamSelection_All | PlainMessage<StreamSelection_All> | undefined, b: StreamSelection_All | PlainMessage<StreamSelection_All> | undefined): boolean;
14100
+ }
14101
+ /**
14102
+ * @generated from message norsk.api.media.StreamSelection.Subset
14103
+ */
14104
+ export declare class StreamSelection_Subset extends Message<StreamSelection_Subset> {
14105
+ /**
14106
+ * @generated from field: repeated norsk.api.media.StreamKey stream_list = 1;
14107
+ */
14108
+ streamList: StreamKey[];
14109
+ constructor(data?: PartialMessage<StreamSelection_Subset>);
14110
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
14111
+ static readonly typeName = "norsk.api.media.StreamSelection.Subset";
14112
+ static readonly fields: FieldList;
14113
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSelection_Subset;
14114
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSelection_Subset;
14115
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSelection_Subset;
14116
+ static equals(a: StreamSelection_Subset | PlainMessage<StreamSelection_Subset> | undefined, b: StreamSelection_Subset | PlainMessage<StreamSelection_Subset> | undefined): boolean;
14117
+ }
13593
14118
  /**
13594
14119
  * @generated from message norsk.api.media.FrameStorePlayerConfiguration
13595
14120
  */
@@ -13611,30 +14136,15 @@ export declare class FrameStorePlayerConfiguration extends Message<FrameStorePla
13611
14136
  */
13612
14137
  statsSampling?: StreamStatisticsSampling;
13613
14138
  /**
13614
- * @generated from oneof norsk.api.media.FrameStorePlayerConfiguration.stream_selection
14139
+ * @generated from field: norsk.api.media.StreamSelection stream_selection = 5;
13615
14140
  */
13616
- streamSelection: {
13617
- /**
13618
- * @generated from field: norsk.api.media.FrameStorePlayerConfiguration.All all = 5;
13619
- */
13620
- value: FrameStorePlayerConfiguration_All;
13621
- case: "all";
13622
- } | {
13623
- /**
13624
- * @generated from field: norsk.api.media.FrameStorePlayerConfiguration.Subset subset = 6;
13625
- */
13626
- value: FrameStorePlayerConfiguration_Subset;
13627
- case: "subset";
13628
- } | {
13629
- case: undefined;
13630
- value?: undefined;
13631
- };
14141
+ streamSelection?: StreamSelection;
13632
14142
  /**
13633
- * @generated from field: repeated norsk.api.media.SingleCut cuts = 7;
14143
+ * @generated from field: repeated norsk.api.media.SingleCut cuts = 6;
13634
14144
  */
13635
14145
  cuts: SingleCut[];
13636
14146
  /**
13637
- * @generated from field: bool trim_partial_segments = 8;
14147
+ * @generated from field: bool trim_partial_segments = 7;
13638
14148
  */
13639
14149
  trimPartialSegments: boolean;
13640
14150
  constructor(data?: PartialMessage<FrameStorePlayerConfiguration>);
@@ -13646,36 +14156,6 @@ export declare class FrameStorePlayerConfiguration extends Message<FrameStorePla
13646
14156
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStorePlayerConfiguration;
13647
14157
  static equals(a: FrameStorePlayerConfiguration | PlainMessage<FrameStorePlayerConfiguration> | undefined, b: FrameStorePlayerConfiguration | PlainMessage<FrameStorePlayerConfiguration> | undefined): boolean;
13648
14158
  }
13649
- /**
13650
- * @generated from message norsk.api.media.FrameStorePlayerConfiguration.All
13651
- */
13652
- export declare class FrameStorePlayerConfiguration_All extends Message<FrameStorePlayerConfiguration_All> {
13653
- constructor(data?: PartialMessage<FrameStorePlayerConfiguration_All>);
13654
- static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13655
- static readonly typeName = "norsk.api.media.FrameStorePlayerConfiguration.All";
13656
- static readonly fields: FieldList;
13657
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FrameStorePlayerConfiguration_All;
13658
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FrameStorePlayerConfiguration_All;
13659
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStorePlayerConfiguration_All;
13660
- static equals(a: FrameStorePlayerConfiguration_All | PlainMessage<FrameStorePlayerConfiguration_All> | undefined, b: FrameStorePlayerConfiguration_All | PlainMessage<FrameStorePlayerConfiguration_All> | undefined): boolean;
13661
- }
13662
- /**
13663
- * @generated from message norsk.api.media.FrameStorePlayerConfiguration.Subset
13664
- */
13665
- export declare class FrameStorePlayerConfiguration_Subset extends Message<FrameStorePlayerConfiguration_Subset> {
13666
- /**
13667
- * @generated from field: repeated norsk.api.media.StreamKey stream_list = 1;
13668
- */
13669
- streamList: StreamKey[];
13670
- constructor(data?: PartialMessage<FrameStorePlayerConfiguration_Subset>);
13671
- static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13672
- static readonly typeName = "norsk.api.media.FrameStorePlayerConfiguration.Subset";
13673
- static readonly fields: FieldList;
13674
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FrameStorePlayerConfiguration_Subset;
13675
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FrameStorePlayerConfiguration_Subset;
13676
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStorePlayerConfiguration_Subset;
13677
- static equals(a: FrameStorePlayerConfiguration_Subset | PlainMessage<FrameStorePlayerConfiguration_Subset> | undefined, b: FrameStorePlayerConfiguration_Subset | PlainMessage<FrameStorePlayerConfiguration_Subset> | undefined): boolean;
13678
- }
13679
14159
  /**
13680
14160
  * @generated from message norsk.api.media.FrameStorePlayerMessage
13681
14161
  */