@norskvideo/norsk-api 0.0.330 → 1.0.331

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
@@ -1881,32 +1881,32 @@ export declare class TimestampSourceProgramNudge extends Message<TimestampSource
1881
1881
  * sent to the client.
1882
1882
  *
1883
1883
  * These are reported on most input and output media nodes and also for the
1884
- * dedicated StreamStats node.
1884
+ * dedicated StreamStatistics node.
1885
1885
  *
1886
- * @generated from message norsk.api.media.MultiStreamStats
1886
+ * @generated from message norsk.api.media.MultiStreamStatistics
1887
1887
  */
1888
- export declare class MultiStreamStats extends Message<MultiStreamStats> {
1888
+ export declare class MultiStreamStatistics extends Message<MultiStreamStatistics> {
1889
1889
  /**
1890
1890
  * @generated from field: double sample_size_seconds = 1;
1891
1891
  */
1892
1892
  sampleSizeSeconds: number;
1893
1893
  /**
1894
- * @generated from field: repeated norsk.api.media.MultiStreamStats.SingleStreamStats all_streams = 2;
1894
+ * @generated from field: repeated norsk.api.media.MultiStreamStatistics.SingleStreamStatistics all_streams = 2;
1895
1895
  */
1896
- allStreams: MultiStreamStats_SingleStreamStats[];
1897
- constructor(data?: PartialMessage<MultiStreamStats>);
1896
+ allStreams: MultiStreamStatistics_SingleStreamStatistics[];
1897
+ constructor(data?: PartialMessage<MultiStreamStatistics>);
1898
1898
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
1899
- static readonly typeName = "norsk.api.media.MultiStreamStats";
1899
+ static readonly typeName = "norsk.api.media.MultiStreamStatistics";
1900
1900
  static readonly fields: FieldList;
1901
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MultiStreamStats;
1902
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MultiStreamStats;
1903
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MultiStreamStats;
1904
- static equals(a: MultiStreamStats | PlainMessage<MultiStreamStats> | undefined, b: MultiStreamStats | PlainMessage<MultiStreamStats> | undefined): boolean;
1901
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MultiStreamStatistics;
1902
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MultiStreamStatistics;
1903
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MultiStreamStatistics;
1904
+ static equals(a: MultiStreamStatistics | PlainMessage<MultiStreamStatistics> | undefined, b: MultiStreamStatistics | PlainMessage<MultiStreamStatistics> | undefined): boolean;
1905
1905
  }
1906
1906
  /**
1907
- * @generated from message norsk.api.media.MultiStreamStats.SingleStreamStats
1907
+ * @generated from message norsk.api.media.MultiStreamStatistics.SingleStreamStatistics
1908
1908
  */
1909
- export declare class MultiStreamStats_SingleStreamStats extends Message<MultiStreamStats_SingleStreamStats> {
1909
+ export declare class MultiStreamStatistics_SingleStreamStatistics extends Message<MultiStreamStatistics_SingleStreamStatistics> {
1910
1910
  /**
1911
1911
  * @generated from field: norsk.api.media.StreamKey stream_key = 1;
1912
1912
  */
@@ -1923,31 +1923,31 @@ export declare class MultiStreamStats_SingleStreamStats extends Message<MultiStr
1923
1923
  * @generated from field: int32 key_frames_for_sample = 5;
1924
1924
  */
1925
1925
  keyFramesForSample: number;
1926
- constructor(data?: PartialMessage<MultiStreamStats_SingleStreamStats>);
1926
+ constructor(data?: PartialMessage<MultiStreamStatistics_SingleStreamStatistics>);
1927
1927
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
1928
- static readonly typeName = "norsk.api.media.MultiStreamStats.SingleStreamStats";
1928
+ static readonly typeName = "norsk.api.media.MultiStreamStatistics.SingleStreamStatistics";
1929
1929
  static readonly fields: FieldList;
1930
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MultiStreamStats_SingleStreamStats;
1931
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MultiStreamStats_SingleStreamStats;
1932
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MultiStreamStats_SingleStreamStats;
1933
- static equals(a: MultiStreamStats_SingleStreamStats | PlainMessage<MultiStreamStats_SingleStreamStats> | undefined, b: MultiStreamStats_SingleStreamStats | PlainMessage<MultiStreamStats_SingleStreamStats> | undefined): boolean;
1930
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MultiStreamStatistics_SingleStreamStatistics;
1931
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MultiStreamStatistics_SingleStreamStatistics;
1932
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MultiStreamStatistics_SingleStreamStatistics;
1933
+ static equals(a: MultiStreamStatistics_SingleStreamStatistics | PlainMessage<MultiStreamStatistics_SingleStreamStatistics> | undefined, b: MultiStreamStatistics_SingleStreamStatistics | PlainMessage<MultiStreamStatistics_SingleStreamStatistics> | undefined): boolean;
1934
1934
  }
1935
1935
  /**
1936
- * @generated from message norsk.api.media.StreamStatsSampling
1936
+ * @generated from message norsk.api.media.StreamStatisticsSampling
1937
1937
  */
1938
- export declare class StreamStatsSampling extends Message<StreamStatsSampling> {
1938
+ export declare class StreamStatisticsSampling extends Message<StreamStatisticsSampling> {
1939
1939
  /**
1940
1940
  * @generated from field: repeated double sample_intervals_seconds = 3;
1941
1941
  */
1942
1942
  sampleIntervalsSeconds: number[];
1943
- constructor(data?: PartialMessage<StreamStatsSampling>);
1943
+ constructor(data?: PartialMessage<StreamStatisticsSampling>);
1944
1944
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
1945
- static readonly typeName = "norsk.api.media.StreamStatsSampling";
1945
+ static readonly typeName = "norsk.api.media.StreamStatisticsSampling";
1946
1946
  static readonly fields: FieldList;
1947
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamStatsSampling;
1948
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamStatsSampling;
1949
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamStatsSampling;
1950
- static equals(a: StreamStatsSampling | PlainMessage<StreamStatsSampling> | undefined, b: StreamStatsSampling | PlainMessage<StreamStatsSampling> | undefined): boolean;
1947
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamStatisticsSampling;
1948
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamStatisticsSampling;
1949
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamStatisticsSampling;
1950
+ static equals(a: StreamStatisticsSampling | PlainMessage<StreamStatisticsSampling> | undefined, b: StreamStatisticsSampling | PlainMessage<StreamStatisticsSampling> | undefined): boolean;
1951
1951
  }
1952
1952
  /**
1953
1953
  * @generated from message norsk.api.media.ConnectionId
@@ -1971,9 +1971,9 @@ export declare class ConnectionId extends Message<ConnectionId> {
1971
1971
  * Configure an RTMP Input Media Node. Should
1972
1972
  * be sent once, after the node has been created.
1973
1973
  *
1974
- * @generated from message norsk.api.media.RtmpInputConfiguration
1974
+ * @generated from message norsk.api.media.RtmpServerInputConfiguration
1975
1975
  */
1976
- export declare class RtmpInputConfiguration extends Message<RtmpInputConfiguration> {
1976
+ export declare class RtmpServerInputConfiguration extends Message<RtmpServerInputConfiguration> {
1977
1977
  /**
1978
1978
  * The Media Node Id
1979
1979
  *
@@ -1987,17 +1987,17 @@ export declare class RtmpInputConfiguration extends Message<RtmpInputConfigurati
1987
1987
  */
1988
1988
  port: number;
1989
1989
  /**
1990
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 3;
1990
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 3;
1991
1991
  */
1992
- statsSampling?: StreamStatsSampling;
1993
- constructor(data?: PartialMessage<RtmpInputConfiguration>);
1992
+ statsSampling?: StreamStatisticsSampling;
1993
+ constructor(data?: PartialMessage<RtmpServerInputConfiguration>);
1994
1994
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
1995
- static readonly typeName = "norsk.api.media.RtmpInputConfiguration";
1995
+ static readonly typeName = "norsk.api.media.RtmpServerInputConfiguration";
1996
1996
  static readonly fields: FieldList;
1997
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtmpInputConfiguration;
1998
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtmpInputConfiguration;
1999
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtmpInputConfiguration;
2000
- static equals(a: RtmpInputConfiguration | PlainMessage<RtmpInputConfiguration> | undefined, b: RtmpInputConfiguration | PlainMessage<RtmpInputConfiguration> | undefined): boolean;
1997
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtmpServerInputConfiguration;
1998
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtmpServerInputConfiguration;
1999
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtmpServerInputConfiguration;
2000
+ static equals(a: RtmpServerInputConfiguration | PlainMessage<RtmpServerInputConfiguration> | undefined, b: RtmpServerInputConfiguration | PlainMessage<RtmpServerInputConfiguration> | undefined): boolean;
2001
2001
  }
2002
2002
  /**
2003
2003
  * *
@@ -2114,17 +2114,17 @@ export declare class RtmpStreamReject extends Message<RtmpStreamReject> {
2114
2114
  * *
2115
2115
  * Messages that your code can send to the Norsk RTMP Input Media Node.
2116
2116
  *
2117
- * @generated from message norsk.api.media.RtmpInputMessage
2117
+ * @generated from message norsk.api.media.RtmpServerInputMessage
2118
2118
  */
2119
- export declare class RtmpInputMessage extends Message<RtmpInputMessage> {
2119
+ export declare class RtmpServerInputMessage extends Message<RtmpServerInputMessage> {
2120
2120
  /**
2121
- * @generated from oneof norsk.api.media.RtmpInputMessage.message
2121
+ * @generated from oneof norsk.api.media.RtmpServerInputMessage.message
2122
2122
  */
2123
2123
  message: {
2124
2124
  /**
2125
- * @generated from field: norsk.api.media.RtmpInputConfiguration initial_config = 1;
2125
+ * @generated from field: norsk.api.media.RtmpServerInputConfiguration initial_config = 1;
2126
2126
  */
2127
- value: RtmpInputConfiguration;
2127
+ value: RtmpServerInputConfiguration;
2128
2128
  case: "initialConfig";
2129
2129
  } | {
2130
2130
  /**
@@ -2160,14 +2160,14 @@ export declare class RtmpInputMessage extends Message<RtmpInputMessage> {
2160
2160
  case: undefined;
2161
2161
  value?: undefined;
2162
2162
  };
2163
- constructor(data?: PartialMessage<RtmpInputMessage>);
2163
+ constructor(data?: PartialMessage<RtmpServerInputMessage>);
2164
2164
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
2165
- static readonly typeName = "norsk.api.media.RtmpInputMessage";
2165
+ static readonly typeName = "norsk.api.media.RtmpServerInputMessage";
2166
2166
  static readonly fields: FieldList;
2167
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtmpInputMessage;
2168
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtmpInputMessage;
2169
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtmpInputMessage;
2170
- static equals(a: RtmpInputMessage | PlainMessage<RtmpInputMessage> | undefined, b: RtmpInputMessage | PlainMessage<RtmpInputMessage> | undefined): boolean;
2167
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtmpServerInputMessage;
2168
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtmpServerInputMessage;
2169
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtmpServerInputMessage;
2170
+ static equals(a: RtmpServerInputMessage | PlainMessage<RtmpServerInputMessage> | undefined, b: RtmpServerInputMessage | PlainMessage<RtmpServerInputMessage> | undefined): boolean;
2171
2171
  }
2172
2172
  /**
2173
2173
  * *
@@ -2210,30 +2210,30 @@ export declare class RtmpConnection extends Message<RtmpConnection> {
2210
2210
  * Sent to your code when an active RTMP connection changes state.
2211
2211
  * Currently, this is only to indicate that the remote client has disconnected.
2212
2212
  *
2213
- * @generated from message norsk.api.media.RtmpInputStatus
2213
+ * @generated from message norsk.api.media.RtmpServerInputStatus
2214
2214
  */
2215
- export declare class RtmpInputStatus extends Message<RtmpInputStatus> {
2215
+ export declare class RtmpServerInputStatus extends Message<RtmpServerInputStatus> {
2216
2216
  /**
2217
2217
  * @generated from field: norsk.api.media.ConnectionId connection_id = 1;
2218
2218
  */
2219
2219
  connectionId?: ConnectionId;
2220
2220
  /**
2221
- * @generated from field: norsk.api.media.RtmpInputStatus.State state = 2;
2221
+ * @generated from field: norsk.api.media.RtmpServerInputStatus.State state = 2;
2222
2222
  */
2223
- state: RtmpInputStatus_State;
2224
- constructor(data?: PartialMessage<RtmpInputStatus>);
2223
+ state: RtmpServerInputStatus_State;
2224
+ constructor(data?: PartialMessage<RtmpServerInputStatus>);
2225
2225
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
2226
- static readonly typeName = "norsk.api.media.RtmpInputStatus";
2226
+ static readonly typeName = "norsk.api.media.RtmpServerInputStatus";
2227
2227
  static readonly fields: FieldList;
2228
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtmpInputStatus;
2229
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtmpInputStatus;
2230
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtmpInputStatus;
2231
- static equals(a: RtmpInputStatus | PlainMessage<RtmpInputStatus> | undefined, b: RtmpInputStatus | PlainMessage<RtmpInputStatus> | undefined): boolean;
2228
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtmpServerInputStatus;
2229
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtmpServerInputStatus;
2230
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtmpServerInputStatus;
2231
+ static equals(a: RtmpServerInputStatus | PlainMessage<RtmpServerInputStatus> | undefined, b: RtmpServerInputStatus | PlainMessage<RtmpServerInputStatus> | undefined): boolean;
2232
2232
  }
2233
2233
  /**
2234
- * @generated from enum norsk.api.media.RtmpInputStatus.State
2234
+ * @generated from enum norsk.api.media.RtmpServerInputStatus.State
2235
2235
  */
2236
- export declare enum RtmpInputStatus_State {
2236
+ export declare enum RtmpServerInputStatus_State {
2237
2237
  /**
2238
2238
  * @generated from enum value: DISCONNECTED = 0;
2239
2239
  */
@@ -2286,11 +2286,11 @@ export declare class RtmpOnStream extends Message<RtmpOnStream> {
2286
2286
  * Messages that Norsk can send to your code in response to various RTMP
2287
2287
  * events.
2288
2288
  *
2289
- * @generated from message norsk.api.media.RtmpInputEvent
2289
+ * @generated from message norsk.api.media.RtmpServerInputEvent
2290
2290
  */
2291
- export declare class RtmpInputEvent extends Message<RtmpInputEvent> {
2291
+ export declare class RtmpServerInputEvent extends Message<RtmpServerInputEvent> {
2292
2292
  /**
2293
- * @generated from oneof norsk.api.media.RtmpInputEvent.message
2293
+ * @generated from oneof norsk.api.media.RtmpServerInputEvent.message
2294
2294
  */
2295
2295
  message: {
2296
2296
  /**
@@ -2318,28 +2318,28 @@ export declare class RtmpInputEvent extends Message<RtmpInputEvent> {
2318
2318
  case: "outboundContext";
2319
2319
  } | {
2320
2320
  /**
2321
- * @generated from field: norsk.api.media.RtmpInputStatus status = 5;
2321
+ * @generated from field: norsk.api.media.RtmpServerInputStatus status = 5;
2322
2322
  */
2323
- value: RtmpInputStatus;
2323
+ value: RtmpServerInputStatus;
2324
2324
  case: "status";
2325
2325
  } | {
2326
2326
  /**
2327
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 6;
2327
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 6;
2328
2328
  */
2329
- value: MultiStreamStats;
2330
- case: "streamStats";
2329
+ value: MultiStreamStatistics;
2330
+ case: "streamStatistics";
2331
2331
  } | {
2332
2332
  case: undefined;
2333
2333
  value?: undefined;
2334
2334
  };
2335
- constructor(data?: PartialMessage<RtmpInputEvent>);
2335
+ constructor(data?: PartialMessage<RtmpServerInputEvent>);
2336
2336
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
2337
- static readonly typeName = "norsk.api.media.RtmpInputEvent";
2337
+ static readonly typeName = "norsk.api.media.RtmpServerInputEvent";
2338
2338
  static readonly fields: FieldList;
2339
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtmpInputEvent;
2340
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtmpInputEvent;
2341
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtmpInputEvent;
2342
- static equals(a: RtmpInputEvent | PlainMessage<RtmpInputEvent> | undefined, b: RtmpInputEvent | PlainMessage<RtmpInputEvent> | undefined): boolean;
2339
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtmpServerInputEvent;
2340
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtmpServerInputEvent;
2341
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtmpServerInputEvent;
2342
+ static equals(a: RtmpServerInputEvent | PlainMessage<RtmpServerInputEvent> | undefined, b: RtmpServerInputEvent | PlainMessage<RtmpServerInputEvent> | undefined): boolean;
2343
2343
  }
2344
2344
  /**
2345
2345
  * ////////////////////////////////////////////////////////////////////////////
@@ -2516,10 +2516,10 @@ export declare class TsInputEvent extends Message<TsInputEvent> {
2516
2516
  case: "outboundContext";
2517
2517
  } | {
2518
2518
  /**
2519
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 5;
2519
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 5;
2520
2520
  */
2521
- value: MultiStreamStats;
2522
- case: "streamStats";
2521
+ value: MultiStreamStatistics;
2522
+ case: "streamStatistics";
2523
2523
  } | {
2524
2524
  case: undefined;
2525
2525
  value?: undefined;
@@ -2534,9 +2534,9 @@ export declare class TsInputEvent extends Message<TsInputEvent> {
2534
2534
  static equals(a: TsInputEvent | PlainMessage<TsInputEvent> | undefined, b: TsInputEvent | PlainMessage<TsInputEvent> | undefined): boolean;
2535
2535
  }
2536
2536
  /**
2537
- * @generated from message norsk.api.media.TsFileInputConfiguration
2537
+ * @generated from message norsk.api.media.FileTsInputConfiguration
2538
2538
  */
2539
- export declare class TsFileInputConfiguration extends Message<TsFileInputConfiguration> {
2539
+ export declare class FileTsInputConfiguration extends Message<FileTsInputConfiguration> {
2540
2540
  /**
2541
2541
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
2542
2542
  */
@@ -2550,30 +2550,30 @@ export declare class TsFileInputConfiguration extends Message<TsFileInputConfigu
2550
2550
  */
2551
2551
  filename: string;
2552
2552
  /**
2553
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 4;
2553
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 4;
2554
2554
  */
2555
- statsSampling?: StreamStatsSampling;
2556
- constructor(data?: PartialMessage<TsFileInputConfiguration>);
2555
+ statsSampling?: StreamStatisticsSampling;
2556
+ constructor(data?: PartialMessage<FileTsInputConfiguration>);
2557
2557
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
2558
- static readonly typeName = "norsk.api.media.TsFileInputConfiguration";
2558
+ static readonly typeName = "norsk.api.media.FileTsInputConfiguration";
2559
2559
  static readonly fields: FieldList;
2560
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TsFileInputConfiguration;
2561
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TsFileInputConfiguration;
2562
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TsFileInputConfiguration;
2563
- static equals(a: TsFileInputConfiguration | PlainMessage<TsFileInputConfiguration> | undefined, b: TsFileInputConfiguration | PlainMessage<TsFileInputConfiguration> | undefined): boolean;
2560
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileTsInputConfiguration;
2561
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileTsInputConfiguration;
2562
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileTsInputConfiguration;
2563
+ static equals(a: FileTsInputConfiguration | PlainMessage<FileTsInputConfiguration> | undefined, b: FileTsInputConfiguration | PlainMessage<FileTsInputConfiguration> | undefined): boolean;
2564
2564
  }
2565
2565
  /**
2566
- * @generated from message norsk.api.media.TsFileInputMessage
2566
+ * @generated from message norsk.api.media.FileTsInputMessage
2567
2567
  */
2568
- export declare class TsFileInputMessage extends Message<TsFileInputMessage> {
2568
+ export declare class FileTsInputMessage extends Message<FileTsInputMessage> {
2569
2569
  /**
2570
- * @generated from oneof norsk.api.media.TsFileInputMessage.message
2570
+ * @generated from oneof norsk.api.media.FileTsInputMessage.message
2571
2571
  */
2572
2572
  message: {
2573
2573
  /**
2574
- * @generated from field: norsk.api.media.TsFileInputConfiguration initial_config = 1;
2574
+ * @generated from field: norsk.api.media.FileTsInputConfiguration initial_config = 1;
2575
2575
  */
2576
- value: TsFileInputConfiguration;
2576
+ value: FileTsInputConfiguration;
2577
2577
  case: "initialConfig";
2578
2578
  } | {
2579
2579
  /**
@@ -2585,45 +2585,45 @@ export declare class TsFileInputMessage extends Message<TsFileInputMessage> {
2585
2585
  case: undefined;
2586
2586
  value?: undefined;
2587
2587
  };
2588
- constructor(data?: PartialMessage<TsFileInputMessage>);
2588
+ constructor(data?: PartialMessage<FileTsInputMessage>);
2589
2589
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
2590
- static readonly typeName = "norsk.api.media.TsFileInputMessage";
2590
+ static readonly typeName = "norsk.api.media.FileTsInputMessage";
2591
2591
  static readonly fields: FieldList;
2592
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TsFileInputMessage;
2593
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TsFileInputMessage;
2594
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TsFileInputMessage;
2595
- static equals(a: TsFileInputMessage | PlainMessage<TsFileInputMessage> | undefined, b: TsFileInputMessage | PlainMessage<TsFileInputMessage> | undefined): boolean;
2592
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileTsInputMessage;
2593
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileTsInputMessage;
2594
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileTsInputMessage;
2595
+ static equals(a: FileTsInputMessage | PlainMessage<FileTsInputMessage> | undefined, b: FileTsInputMessage | PlainMessage<FileTsInputMessage> | undefined): boolean;
2596
2596
  }
2597
2597
  /**
2598
- * @generated from message norsk.api.media.TsFileInputEvent
2598
+ * @generated from message norsk.api.media.FileTsInputEvent
2599
2599
  */
2600
- export declare class TsFileInputEvent extends Message<TsFileInputEvent> {
2600
+ export declare class FileTsInputEvent extends Message<FileTsInputEvent> {
2601
2601
  /**
2602
- * @generated from oneof norsk.api.media.TsFileInputEvent.message
2602
+ * @generated from oneof norsk.api.media.FileTsInputEvent.message
2603
2603
  */
2604
2604
  message: {
2605
2605
  /**
2606
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 1;
2606
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 1;
2607
2607
  */
2608
- value: MultiStreamStats;
2609
- case: "streamStats";
2608
+ value: MultiStreamStatistics;
2609
+ case: "streamStatistics";
2610
2610
  } | {
2611
2611
  case: undefined;
2612
2612
  value?: undefined;
2613
2613
  };
2614
- constructor(data?: PartialMessage<TsFileInputEvent>);
2614
+ constructor(data?: PartialMessage<FileTsInputEvent>);
2615
2615
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
2616
- static readonly typeName = "norsk.api.media.TsFileInputEvent";
2616
+ static readonly typeName = "norsk.api.media.FileTsInputEvent";
2617
2617
  static readonly fields: FieldList;
2618
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TsFileInputEvent;
2619
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TsFileInputEvent;
2620
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TsFileInputEvent;
2621
- static equals(a: TsFileInputEvent | PlainMessage<TsFileInputEvent> | undefined, b: TsFileInputEvent | PlainMessage<TsFileInputEvent> | undefined): boolean;
2618
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileTsInputEvent;
2619
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileTsInputEvent;
2620
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileTsInputEvent;
2621
+ static equals(a: FileTsInputEvent | PlainMessage<FileTsInputEvent> | undefined, b: FileTsInputEvent | PlainMessage<FileTsInputEvent> | undefined): boolean;
2622
2622
  }
2623
2623
  /**
2624
- * @generated from message norsk.api.media.WebVttFileInputConfiguration
2624
+ * @generated from message norsk.api.media.FileWebVttInputConfiguration
2625
2625
  */
2626
- export declare class WebVttFileInputConfiguration extends Message<WebVttFileInputConfiguration> {
2626
+ export declare class FileWebVttInputConfiguration extends Message<FileWebVttInputConfiguration> {
2627
2627
  /**
2628
2628
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
2629
2629
  */
@@ -2636,21 +2636,21 @@ export declare class WebVttFileInputConfiguration extends Message<WebVttFileInpu
2636
2636
  * @generated from field: string filename = 3;
2637
2637
  */
2638
2638
  filename: string;
2639
- constructor(data?: PartialMessage<WebVttFileInputConfiguration>);
2639
+ constructor(data?: PartialMessage<FileWebVttInputConfiguration>);
2640
2640
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
2641
- static readonly typeName = "norsk.api.media.WebVttFileInputConfiguration";
2641
+ static readonly typeName = "norsk.api.media.FileWebVttInputConfiguration";
2642
2642
  static readonly fields: FieldList;
2643
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WebVttFileInputConfiguration;
2644
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WebVttFileInputConfiguration;
2645
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WebVttFileInputConfiguration;
2646
- static equals(a: WebVttFileInputConfiguration | PlainMessage<WebVttFileInputConfiguration> | undefined, b: WebVttFileInputConfiguration | PlainMessage<WebVttFileInputConfiguration> | undefined): boolean;
2643
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileWebVttInputConfiguration;
2644
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileWebVttInputConfiguration;
2645
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileWebVttInputConfiguration;
2646
+ static equals(a: FileWebVttInputConfiguration | PlainMessage<FileWebVttInputConfiguration> | undefined, b: FileWebVttInputConfiguration | PlainMessage<FileWebVttInputConfiguration> | undefined): boolean;
2647
2647
  }
2648
2648
  /**
2649
- * @generated from message norsk.api.media.WebVttFileInputEvent
2649
+ * @generated from message norsk.api.media.FileWebVttInputEvent
2650
2650
  */
2651
- export declare class WebVttFileInputEvent extends Message<WebVttFileInputEvent> {
2651
+ export declare class FileWebVttInputEvent extends Message<FileWebVttInputEvent> {
2652
2652
  /**
2653
- * @generated from oneof norsk.api.media.WebVttFileInputEvent.message
2653
+ * @generated from oneof norsk.api.media.FileWebVttInputEvent.message
2654
2654
  */
2655
2655
  message: {
2656
2656
  /**
@@ -2668,14 +2668,14 @@ export declare class WebVttFileInputEvent extends Message<WebVttFileInputEvent>
2668
2668
  case: undefined;
2669
2669
  value?: undefined;
2670
2670
  };
2671
- constructor(data?: PartialMessage<WebVttFileInputEvent>);
2671
+ constructor(data?: PartialMessage<FileWebVttInputEvent>);
2672
2672
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
2673
- static readonly typeName = "norsk.api.media.WebVttFileInputEvent";
2673
+ static readonly typeName = "norsk.api.media.FileWebVttInputEvent";
2674
2674
  static readonly fields: FieldList;
2675
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WebVttFileInputEvent;
2676
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WebVttFileInputEvent;
2677
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WebVttFileInputEvent;
2678
- static equals(a: WebVttFileInputEvent | PlainMessage<WebVttFileInputEvent> | undefined, b: WebVttFileInputEvent | PlainMessage<WebVttFileInputEvent> | undefined): boolean;
2675
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileWebVttInputEvent;
2676
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileWebVttInputEvent;
2677
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileWebVttInputEvent;
2678
+ static equals(a: FileWebVttInputEvent | PlainMessage<FileWebVttInputEvent> | undefined, b: FileWebVttInputEvent | PlainMessage<FileWebVttInputEvent> | undefined): boolean;
2679
2679
  }
2680
2680
  /**
2681
2681
  * @generated from message norsk.api.media.SrtInputConfiguration
@@ -2712,9 +2712,9 @@ export declare class SrtInputConfiguration extends Message<SrtInputConfiguration
2712
2712
  */
2713
2713
  streamId?: OptionalString;
2714
2714
  /**
2715
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 8;
2715
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 8;
2716
2716
  */
2717
- statsSampling?: StreamStatsSampling;
2717
+ statsSampling?: StreamStatisticsSampling;
2718
2718
  constructor(data?: PartialMessage<SrtInputConfiguration>);
2719
2719
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
2720
2720
  static readonly typeName = "norsk.api.media.SrtInputConfiguration";
@@ -2975,10 +2975,10 @@ export declare class SrtInputEvent extends Message<SrtInputEvent> {
2975
2975
  case: "status";
2976
2976
  } | {
2977
2977
  /**
2978
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 7;
2978
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 7;
2979
2979
  */
2980
- value: MultiStreamStats;
2981
- case: "streamStats";
2980
+ value: MultiStreamStatistics;
2981
+ case: "streamStatistics";
2982
2982
  } | {
2983
2983
  case: undefined;
2984
2984
  value?: undefined;
@@ -3013,9 +3013,9 @@ export declare class UdpTsInputConfiguration extends Message<UdpTsInputConfigura
3013
3013
  */
3014
3014
  port: number;
3015
3015
  /**
3016
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 5;
3016
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 5;
3017
3017
  */
3018
- statsSampling?: StreamStatsSampling;
3018
+ statsSampling?: StreamStatisticsSampling;
3019
3019
  constructor(data?: PartialMessage<UdpTsInputConfiguration>);
3020
3020
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3021
3021
  static readonly typeName = "norsk.api.media.UdpTsInputConfiguration";
@@ -3066,10 +3066,10 @@ export declare class UdpTsInputEvent extends Message<UdpTsInputEvent> {
3066
3066
  */
3067
3067
  message: {
3068
3068
  /**
3069
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 1;
3069
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 1;
3070
3070
  */
3071
- value: MultiStreamStats;
3072
- case: "streamStats";
3071
+ value: MultiStreamStatistics;
3072
+ case: "streamStatistics";
3073
3073
  } | {
3074
3074
  case: undefined;
3075
3075
  value?: undefined;
@@ -3100,9 +3100,9 @@ export declare class M3u8MediaInputConfiguration extends Message<M3u8MediaInputC
3100
3100
  */
3101
3101
  url: string;
3102
3102
  /**
3103
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 4;
3103
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 4;
3104
3104
  */
3105
- statsSampling?: StreamStatsSampling;
3105
+ statsSampling?: StreamStatisticsSampling;
3106
3106
  constructor(data?: PartialMessage<M3u8MediaInputConfiguration>);
3107
3107
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3108
3108
  static readonly typeName = "norsk.api.media.M3u8MediaInputConfiguration";
@@ -3153,10 +3153,10 @@ export declare class M3u8MediaInputEvent extends Message<M3u8MediaInputEvent> {
3153
3153
  */
3154
3154
  message: {
3155
3155
  /**
3156
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 1;
3156
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 1;
3157
3157
  */
3158
- value: MultiStreamStats;
3159
- case: "streamStats";
3158
+ value: MultiStreamStatistics;
3159
+ case: "streamStatistics";
3160
3160
  } | {
3161
3161
  case: undefined;
3162
3162
  value?: undefined;
@@ -3213,11 +3213,11 @@ export declare class TestCardVideoConfiguration extends Message<TestCardVideoCon
3213
3213
  static equals(a: TestCardVideoConfiguration | PlainMessage<TestCardVideoConfiguration> | undefined, b: TestCardVideoConfiguration | PlainMessage<TestCardVideoConfiguration> | undefined): boolean;
3214
3214
  }
3215
3215
  /**
3216
- * @generated from message norsk.api.media.TestCardVideoGeneratorMessage
3216
+ * @generated from message norsk.api.media.VideoTestCardGeneratorMessage
3217
3217
  */
3218
- export declare class TestCardVideoGeneratorMessage extends Message<TestCardVideoGeneratorMessage> {
3218
+ export declare class VideoTestCardGeneratorMessage extends Message<VideoTestCardGeneratorMessage> {
3219
3219
  /**
3220
- * @generated from oneof norsk.api.media.TestCardVideoGeneratorMessage.message
3220
+ * @generated from oneof norsk.api.media.VideoTestCardGeneratorMessage.message
3221
3221
  */
3222
3222
  message: {
3223
3223
  /**
@@ -3235,21 +3235,21 @@ export declare class TestCardVideoGeneratorMessage extends Message<TestCardVideo
3235
3235
  case: undefined;
3236
3236
  value?: undefined;
3237
3237
  };
3238
- constructor(data?: PartialMessage<TestCardVideoGeneratorMessage>);
3238
+ constructor(data?: PartialMessage<VideoTestCardGeneratorMessage>);
3239
3239
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3240
- static readonly typeName = "norsk.api.media.TestCardVideoGeneratorMessage";
3240
+ static readonly typeName = "norsk.api.media.VideoTestCardGeneratorMessage";
3241
3241
  static readonly fields: FieldList;
3242
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TestCardVideoGeneratorMessage;
3243
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TestCardVideoGeneratorMessage;
3244
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TestCardVideoGeneratorMessage;
3245
- static equals(a: TestCardVideoGeneratorMessage | PlainMessage<TestCardVideoGeneratorMessage> | undefined, b: TestCardVideoGeneratorMessage | PlainMessage<TestCardVideoGeneratorMessage> | undefined): boolean;
3242
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoTestCardGeneratorMessage;
3243
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoTestCardGeneratorMessage;
3244
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoTestCardGeneratorMessage;
3245
+ static equals(a: VideoTestCardGeneratorMessage | PlainMessage<VideoTestCardGeneratorMessage> | undefined, b: VideoTestCardGeneratorMessage | PlainMessage<VideoTestCardGeneratorMessage> | undefined): boolean;
3246
3246
  }
3247
3247
  /**
3248
- * @generated from message norsk.api.media.TestCardVideoGeneratorEvent
3248
+ * @generated from message norsk.api.media.VideoTestCardGeneratorEvent
3249
3249
  */
3250
- export declare class TestCardVideoGeneratorEvent extends Message<TestCardVideoGeneratorEvent> {
3250
+ export declare class VideoTestCardGeneratorEvent extends Message<VideoTestCardGeneratorEvent> {
3251
3251
  /**
3252
- * @generated from oneof norsk.api.media.TestCardVideoGeneratorEvent.message
3252
+ * @generated from oneof norsk.api.media.VideoTestCardGeneratorEvent.message
3253
3253
  */
3254
3254
  message: {
3255
3255
  /**
@@ -3273,14 +3273,14 @@ export declare class TestCardVideoGeneratorEvent extends Message<TestCardVideoGe
3273
3273
  case: undefined;
3274
3274
  value?: undefined;
3275
3275
  };
3276
- constructor(data?: PartialMessage<TestCardVideoGeneratorEvent>);
3276
+ constructor(data?: PartialMessage<VideoTestCardGeneratorEvent>);
3277
3277
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3278
- static readonly typeName = "norsk.api.media.TestCardVideoGeneratorEvent";
3278
+ static readonly typeName = "norsk.api.media.VideoTestCardGeneratorEvent";
3279
3279
  static readonly fields: FieldList;
3280
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TestCardVideoGeneratorEvent;
3281
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TestCardVideoGeneratorEvent;
3282
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TestCardVideoGeneratorEvent;
3283
- static equals(a: TestCardVideoGeneratorEvent | PlainMessage<TestCardVideoGeneratorEvent> | undefined, b: TestCardVideoGeneratorEvent | PlainMessage<TestCardVideoGeneratorEvent> | undefined): boolean;
3280
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoTestCardGeneratorEvent;
3281
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoTestCardGeneratorEvent;
3282
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoTestCardGeneratorEvent;
3283
+ static equals(a: VideoTestCardGeneratorEvent | PlainMessage<VideoTestCardGeneratorEvent> | undefined, b: VideoTestCardGeneratorEvent | PlainMessage<VideoTestCardGeneratorEvent> | undefined): boolean;
3284
3284
  }
3285
3285
  /**
3286
3286
  * @generated from message norsk.api.media.DeckLinkCardIndex
@@ -3332,9 +3332,9 @@ export declare class DeckLinkInputConfiguration extends Message<DeckLinkInputCon
3332
3332
  */
3333
3333
  pixelFormat: DeckLinkPixelFormat;
3334
3334
  /**
3335
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 8;
3335
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 8;
3336
3336
  */
3337
- statsSampling?: StreamStatsSampling;
3337
+ statsSampling?: StreamStatisticsSampling;
3338
3338
  constructor(data?: PartialMessage<DeckLinkInputConfiguration>);
3339
3339
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3340
3340
  static readonly typeName = "norsk.api.media.DeckLinkInputConfiguration";
@@ -3397,10 +3397,10 @@ export declare class DeckLinkInputEvent extends Message<DeckLinkInputEvent> {
3397
3397
  case: "outboundContext";
3398
3398
  } | {
3399
3399
  /**
3400
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 3;
3400
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 3;
3401
3401
  */
3402
- value: MultiStreamStats;
3403
- case: "streamStats";
3402
+ value: MultiStreamStatistics;
3403
+ case: "streamStatistics";
3404
3404
  } | {
3405
3405
  case: undefined;
3406
3406
  value?: undefined;
@@ -3415,9 +3415,9 @@ export declare class DeckLinkInputEvent extends Message<DeckLinkInputEvent> {
3415
3415
  static equals(a: DeckLinkInputEvent | PlainMessage<DeckLinkInputEvent> | undefined, b: DeckLinkInputEvent | PlainMessage<DeckLinkInputEvent> | undefined): boolean;
3416
3416
  }
3417
3417
  /**
3418
- * @generated from message norsk.api.media.ImageFileInputConfiguration
3418
+ * @generated from message norsk.api.media.FileImageInputConfiguration
3419
3419
  */
3420
- export declare class ImageFileInputConfiguration extends Message<ImageFileInputConfiguration> {
3420
+ export declare class FileImageInputConfiguration extends Message<FileImageInputConfiguration> {
3421
3421
  /**
3422
3422
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
3423
3423
  */
@@ -3431,26 +3431,26 @@ export declare class ImageFileInputConfiguration extends Message<ImageFileInputC
3431
3431
  */
3432
3432
  fileName: string;
3433
3433
  /**
3434
- * @generated from field: norsk.api.media.ImageFileInputConfiguration.ImageFormat image_format = 4;
3434
+ * @generated from field: norsk.api.media.FileImageInputConfiguration.ImageFormat image_format = 4;
3435
3435
  */
3436
- imageFormat: ImageFileInputConfiguration_ImageFormat;
3436
+ imageFormat: FileImageInputConfiguration_ImageFormat;
3437
3437
  /**
3438
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 5;
3438
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 5;
3439
3439
  */
3440
- statsSampling?: StreamStatsSampling;
3441
- constructor(data?: PartialMessage<ImageFileInputConfiguration>);
3440
+ statsSampling?: StreamStatisticsSampling;
3441
+ constructor(data?: PartialMessage<FileImageInputConfiguration>);
3442
3442
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3443
- static readonly typeName = "norsk.api.media.ImageFileInputConfiguration";
3443
+ static readonly typeName = "norsk.api.media.FileImageInputConfiguration";
3444
3444
  static readonly fields: FieldList;
3445
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ImageFileInputConfiguration;
3446
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ImageFileInputConfiguration;
3447
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ImageFileInputConfiguration;
3448
- static equals(a: ImageFileInputConfiguration | PlainMessage<ImageFileInputConfiguration> | undefined, b: ImageFileInputConfiguration | PlainMessage<ImageFileInputConfiguration> | undefined): boolean;
3445
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileImageInputConfiguration;
3446
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileImageInputConfiguration;
3447
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileImageInputConfiguration;
3448
+ static equals(a: FileImageInputConfiguration | PlainMessage<FileImageInputConfiguration> | undefined, b: FileImageInputConfiguration | PlainMessage<FileImageInputConfiguration> | undefined): boolean;
3449
3449
  }
3450
3450
  /**
3451
- * @generated from enum norsk.api.media.ImageFileInputConfiguration.ImageFormat
3451
+ * @generated from enum norsk.api.media.FileImageInputConfiguration.ImageFormat
3452
3452
  */
3453
- export declare enum ImageFileInputConfiguration_ImageFormat {
3453
+ export declare enum FileImageInputConfiguration_ImageFormat {
3454
3454
  /**
3455
3455
  * @generated from enum value: INFER = 0;
3456
3456
  */
@@ -3513,11 +3513,11 @@ export declare enum ImageFileInputConfiguration_ImageFormat {
3513
3513
  AVIF = 14
3514
3514
  }
3515
3515
  /**
3516
- * @generated from message norsk.api.media.ImageFileInputEvent
3516
+ * @generated from message norsk.api.media.FileImageInputEvent
3517
3517
  */
3518
- export declare class ImageFileInputEvent extends Message<ImageFileInputEvent> {
3518
+ export declare class FileImageInputEvent extends Message<FileImageInputEvent> {
3519
3519
  /**
3520
- * @generated from oneof norsk.api.media.ImageFileInputEvent.message
3520
+ * @generated from oneof norsk.api.media.FileImageInputEvent.message
3521
3521
  */
3522
3522
  message: {
3523
3523
  /**
@@ -3533,27 +3533,27 @@ export declare class ImageFileInputEvent extends Message<ImageFileInputEvent> {
3533
3533
  case: "outboundContext";
3534
3534
  } | {
3535
3535
  /**
3536
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 3;
3536
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 3;
3537
3537
  */
3538
- value: MultiStreamStats;
3539
- case: "streamStats";
3538
+ value: MultiStreamStatistics;
3539
+ case: "streamStatistics";
3540
3540
  } | {
3541
3541
  case: undefined;
3542
3542
  value?: undefined;
3543
3543
  };
3544
- constructor(data?: PartialMessage<ImageFileInputEvent>);
3544
+ constructor(data?: PartialMessage<FileImageInputEvent>);
3545
3545
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3546
- static readonly typeName = "norsk.api.media.ImageFileInputEvent";
3546
+ static readonly typeName = "norsk.api.media.FileImageInputEvent";
3547
3547
  static readonly fields: FieldList;
3548
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ImageFileInputEvent;
3549
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ImageFileInputEvent;
3550
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ImageFileInputEvent;
3551
- static equals(a: ImageFileInputEvent | PlainMessage<ImageFileInputEvent> | undefined, b: ImageFileInputEvent | PlainMessage<ImageFileInputEvent> | undefined): boolean;
3548
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileImageInputEvent;
3549
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileImageInputEvent;
3550
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileImageInputEvent;
3551
+ static equals(a: FileImageInputEvent | PlainMessage<FileImageInputEvent> | undefined, b: FileImageInputEvent | PlainMessage<FileImageInputEvent> | undefined): boolean;
3552
3552
  }
3553
3553
  /**
3554
- * @generated from message norsk.api.media.Mp4FileInputConfiguration
3554
+ * @generated from message norsk.api.media.FileMp4InputConfiguration
3555
3555
  */
3556
- export declare class Mp4FileInputConfiguration extends Message<Mp4FileInputConfiguration> {
3556
+ export declare class FileMp4InputConfiguration extends Message<FileMp4InputConfiguration> {
3557
3557
  /**
3558
3558
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
3559
3559
  */
@@ -3567,30 +3567,30 @@ export declare class Mp4FileInputConfiguration extends Message<Mp4FileInputConfi
3567
3567
  */
3568
3568
  fileName: string;
3569
3569
  /**
3570
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 4;
3570
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 4;
3571
3571
  */
3572
- statsSampling?: StreamStatsSampling;
3573
- constructor(data?: PartialMessage<Mp4FileInputConfiguration>);
3572
+ statsSampling?: StreamStatisticsSampling;
3573
+ constructor(data?: PartialMessage<FileMp4InputConfiguration>);
3574
3574
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3575
- static readonly typeName = "norsk.api.media.Mp4FileInputConfiguration";
3575
+ static readonly typeName = "norsk.api.media.FileMp4InputConfiguration";
3576
3576
  static readonly fields: FieldList;
3577
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Mp4FileInputConfiguration;
3578
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Mp4FileInputConfiguration;
3579
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Mp4FileInputConfiguration;
3580
- static equals(a: Mp4FileInputConfiguration | PlainMessage<Mp4FileInputConfiguration> | undefined, b: Mp4FileInputConfiguration | PlainMessage<Mp4FileInputConfiguration> | undefined): boolean;
3577
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileMp4InputConfiguration;
3578
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileMp4InputConfiguration;
3579
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileMp4InputConfiguration;
3580
+ static equals(a: FileMp4InputConfiguration | PlainMessage<FileMp4InputConfiguration> | undefined, b: FileMp4InputConfiguration | PlainMessage<FileMp4InputConfiguration> | undefined): boolean;
3581
3581
  }
3582
3582
  /**
3583
- * @generated from message norsk.api.media.Mp4FileInputMessage
3583
+ * @generated from message norsk.api.media.FileMp4InputMessage
3584
3584
  */
3585
- export declare class Mp4FileInputMessage extends Message<Mp4FileInputMessage> {
3585
+ export declare class FileMp4InputMessage extends Message<FileMp4InputMessage> {
3586
3586
  /**
3587
- * @generated from oneof norsk.api.media.Mp4FileInputMessage.message
3587
+ * @generated from oneof norsk.api.media.FileMp4InputMessage.message
3588
3588
  */
3589
3589
  message: {
3590
3590
  /**
3591
- * @generated from field: norsk.api.media.Mp4FileInputConfiguration initial_config = 1;
3591
+ * @generated from field: norsk.api.media.FileMp4InputConfiguration initial_config = 1;
3592
3592
  */
3593
- value: Mp4FileInputConfiguration;
3593
+ value: FileMp4InputConfiguration;
3594
3594
  case: "initialConfig";
3595
3595
  } | {
3596
3596
  /**
@@ -3602,36 +3602,36 @@ export declare class Mp4FileInputMessage extends Message<Mp4FileInputMessage> {
3602
3602
  case: undefined;
3603
3603
  value?: undefined;
3604
3604
  };
3605
- constructor(data?: PartialMessage<Mp4FileInputMessage>);
3605
+ constructor(data?: PartialMessage<FileMp4InputMessage>);
3606
3606
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3607
- static readonly typeName = "norsk.api.media.Mp4FileInputMessage";
3607
+ static readonly typeName = "norsk.api.media.FileMp4InputMessage";
3608
3608
  static readonly fields: FieldList;
3609
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Mp4FileInputMessage;
3610
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Mp4FileInputMessage;
3611
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Mp4FileInputMessage;
3612
- static equals(a: Mp4FileInputMessage | PlainMessage<Mp4FileInputMessage> | undefined, b: Mp4FileInputMessage | PlainMessage<Mp4FileInputMessage> | undefined): boolean;
3609
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileMp4InputMessage;
3610
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileMp4InputMessage;
3611
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileMp4InputMessage;
3612
+ static equals(a: FileMp4InputMessage | PlainMessage<FileMp4InputMessage> | undefined, b: FileMp4InputMessage | PlainMessage<FileMp4InputMessage> | undefined): boolean;
3613
3613
  }
3614
3614
  /**
3615
- * @generated from message norsk.api.media.Mp4FileInputStatus
3615
+ * @generated from message norsk.api.media.FileMp4InputStatus
3616
3616
  */
3617
- export declare class Mp4FileInputStatus extends Message<Mp4FileInputStatus> {
3617
+ export declare class FileMp4InputStatus extends Message<FileMp4InputStatus> {
3618
3618
  /**
3619
- * @generated from field: norsk.api.media.Mp4FileInputStatus.State state = 1;
3619
+ * @generated from field: norsk.api.media.FileMp4InputStatus.State state = 1;
3620
3620
  */
3621
- state: Mp4FileInputStatus_State;
3622
- constructor(data?: PartialMessage<Mp4FileInputStatus>);
3621
+ state: FileMp4InputStatus_State;
3622
+ constructor(data?: PartialMessage<FileMp4InputStatus>);
3623
3623
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3624
- static readonly typeName = "norsk.api.media.Mp4FileInputStatus";
3624
+ static readonly typeName = "norsk.api.media.FileMp4InputStatus";
3625
3625
  static readonly fields: FieldList;
3626
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Mp4FileInputStatus;
3627
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Mp4FileInputStatus;
3628
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Mp4FileInputStatus;
3629
- static equals(a: Mp4FileInputStatus | PlainMessage<Mp4FileInputStatus> | undefined, b: Mp4FileInputStatus | PlainMessage<Mp4FileInputStatus> | undefined): boolean;
3626
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileMp4InputStatus;
3627
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileMp4InputStatus;
3628
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileMp4InputStatus;
3629
+ static equals(a: FileMp4InputStatus | PlainMessage<FileMp4InputStatus> | undefined, b: FileMp4InputStatus | PlainMessage<FileMp4InputStatus> | undefined): boolean;
3630
3630
  }
3631
3631
  /**
3632
- * @generated from enum norsk.api.media.Mp4FileInputStatus.State
3632
+ * @generated from enum norsk.api.media.FileMp4InputStatus.State
3633
3633
  */
3634
- export declare enum Mp4FileInputStatus_State {
3634
+ export declare enum FileMp4InputStatus_State {
3635
3635
  /**
3636
3636
  * @generated from enum value: INPUT_STATUS_UNKNOWN = 0;
3637
3637
  */
@@ -3642,9 +3642,9 @@ export declare enum Mp4FileInputStatus_State {
3642
3642
  INPUT_STATUS_EOF = 1
3643
3643
  }
3644
3644
  /**
3645
- * @generated from message norsk.api.media.Mp4FileInputInfo
3645
+ * @generated from message norsk.api.media.FileMp4InputInfo
3646
3646
  */
3647
- export declare class Mp4FileInputInfo extends Message<Mp4FileInputInfo> {
3647
+ export declare class FileMp4InputInfo extends Message<FileMp4InputInfo> {
3648
3648
  /**
3649
3649
  * @generated from field: norsk.api.media.OptionalInt byte_length = 1;
3650
3650
  */
@@ -3653,21 +3653,21 @@ export declare class Mp4FileInputInfo extends Message<Mp4FileInputInfo> {
3653
3653
  * @generated from field: norsk.api.media.OptionalInt duration_ms = 2;
3654
3654
  */
3655
3655
  durationMs?: OptionalInt;
3656
- constructor(data?: PartialMessage<Mp4FileInputInfo>);
3656
+ constructor(data?: PartialMessage<FileMp4InputInfo>);
3657
3657
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3658
- static readonly typeName = "norsk.api.media.Mp4FileInputInfo";
3658
+ static readonly typeName = "norsk.api.media.FileMp4InputInfo";
3659
3659
  static readonly fields: FieldList;
3660
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Mp4FileInputInfo;
3661
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Mp4FileInputInfo;
3662
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Mp4FileInputInfo;
3663
- static equals(a: Mp4FileInputInfo | PlainMessage<Mp4FileInputInfo> | undefined, b: Mp4FileInputInfo | PlainMessage<Mp4FileInputInfo> | undefined): boolean;
3660
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileMp4InputInfo;
3661
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileMp4InputInfo;
3662
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileMp4InputInfo;
3663
+ static equals(a: FileMp4InputInfo | PlainMessage<FileMp4InputInfo> | undefined, b: FileMp4InputInfo | PlainMessage<FileMp4InputInfo> | undefined): boolean;
3664
3664
  }
3665
3665
  /**
3666
- * @generated from message norsk.api.media.Mp4FileInputEvent
3666
+ * @generated from message norsk.api.media.FileMp4InputEvent
3667
3667
  */
3668
- export declare class Mp4FileInputEvent extends Message<Mp4FileInputEvent> {
3668
+ export declare class FileMp4InputEvent extends Message<FileMp4InputEvent> {
3669
3669
  /**
3670
- * @generated from oneof norsk.api.media.Mp4FileInputEvent.message
3670
+ * @generated from oneof norsk.api.media.FileMp4InputEvent.message
3671
3671
  */
3672
3672
  message: {
3673
3673
  /**
@@ -3683,34 +3683,34 @@ export declare class Mp4FileInputEvent extends Message<Mp4FileInputEvent> {
3683
3683
  case: "outboundContext";
3684
3684
  } | {
3685
3685
  /**
3686
- * @generated from field: norsk.api.media.Mp4FileInputStatus status = 3;
3686
+ * @generated from field: norsk.api.media.FileMp4InputStatus status = 3;
3687
3687
  */
3688
- value: Mp4FileInputStatus;
3688
+ value: FileMp4InputStatus;
3689
3689
  case: "status";
3690
3690
  } | {
3691
3691
  /**
3692
- * @generated from field: norsk.api.media.Mp4FileInputInfo info = 4;
3692
+ * @generated from field: norsk.api.media.FileMp4InputInfo info = 4;
3693
3693
  */
3694
- value: Mp4FileInputInfo;
3694
+ value: FileMp4InputInfo;
3695
3695
  case: "info";
3696
3696
  } | {
3697
3697
  /**
3698
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 5;
3698
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 5;
3699
3699
  */
3700
- value: MultiStreamStats;
3701
- case: "streamStats";
3700
+ value: MultiStreamStatistics;
3701
+ case: "streamStatistics";
3702
3702
  } | {
3703
3703
  case: undefined;
3704
3704
  value?: undefined;
3705
3705
  };
3706
- constructor(data?: PartialMessage<Mp4FileInputEvent>);
3706
+ constructor(data?: PartialMessage<FileMp4InputEvent>);
3707
3707
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3708
- static readonly typeName = "norsk.api.media.Mp4FileInputEvent";
3708
+ static readonly typeName = "norsk.api.media.FileMp4InputEvent";
3709
3709
  static readonly fields: FieldList;
3710
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Mp4FileInputEvent;
3711
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Mp4FileInputEvent;
3712
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Mp4FileInputEvent;
3713
- static equals(a: Mp4FileInputEvent | PlainMessage<Mp4FileInputEvent> | undefined, b: Mp4FileInputEvent | PlainMessage<Mp4FileInputEvent> | undefined): boolean;
3710
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileMp4InputEvent;
3711
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileMp4InputEvent;
3712
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileMp4InputEvent;
3713
+ static equals(a: FileMp4InputEvent | PlainMessage<FileMp4InputEvent> | undefined, b: FileMp4InputEvent | PlainMessage<FileMp4InputEvent> | undefined): boolean;
3714
3714
  }
3715
3715
  /**
3716
3716
  * @generated from message norsk.api.media.SineWave
@@ -3849,9 +3849,9 @@ export declare class BrowserInputConfiguration extends Message<BrowserInputConfi
3849
3849
  */
3850
3850
  frameRate?: FrameRate;
3851
3851
  /**
3852
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 6;
3852
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 6;
3853
3853
  */
3854
- statsSampling?: StreamStatsSampling;
3854
+ statsSampling?: StreamStatisticsSampling;
3855
3855
  constructor(data?: PartialMessage<BrowserInputConfiguration>);
3856
3856
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3857
3857
  static readonly typeName = "norsk.api.media.BrowserInputConfiguration";
@@ -4033,10 +4033,10 @@ export declare class BrowserEvent extends Message<BrowserEvent> {
4033
4033
  case: "onLoadError";
4034
4034
  } | {
4035
4035
  /**
4036
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 5;
4036
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 5;
4037
4037
  */
4038
- value: MultiStreamStats;
4039
- case: "streamStats";
4038
+ value: MultiStreamStatistics;
4039
+ case: "streamStatistics";
4040
4040
  } | {
4041
4041
  case: undefined;
4042
4042
  value?: undefined;
@@ -4077,10 +4077,10 @@ export declare class BrowserInputEvent extends Message<BrowserInputEvent> {
4077
4077
  case: "browserEvent";
4078
4078
  } | {
4079
4079
  /**
4080
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 4;
4080
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 4;
4081
4081
  */
4082
- value: MultiStreamStats;
4083
- case: "streamStats";
4082
+ value: MultiStreamStatistics;
4083
+ case: "streamStatistics";
4084
4084
  } | {
4085
4085
  case: undefined;
4086
4086
  value?: undefined;
@@ -4107,9 +4107,9 @@ export declare class WhipInputConfiguration extends Message<WhipInputConfigurati
4107
4107
  */
4108
4108
  sourceName: string;
4109
4109
  /**
4110
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 3;
4110
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 3;
4111
4111
  */
4112
- statsSampling?: StreamStatsSampling;
4112
+ statsSampling?: StreamStatisticsSampling;
4113
4113
  constructor(data?: PartialMessage<WhipInputConfiguration>);
4114
4114
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
4115
4115
  static readonly typeName = "norsk.api.media.WhipInputConfiguration";
@@ -4172,10 +4172,10 @@ export declare class WhipInputEvent extends Message<WhipInputEvent> {
4172
4172
  case: "outboundContext";
4173
4173
  } | {
4174
4174
  /**
4175
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 3;
4175
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 3;
4176
4176
  */
4177
- value: MultiStreamStats;
4178
- case: "streamStats";
4177
+ value: MultiStreamStatistics;
4178
+ case: "streamStatistics";
4179
4179
  } | {
4180
4180
  case: undefined;
4181
4181
  value?: undefined;
@@ -4401,11 +4401,11 @@ export declare class PartId extends Message<PartId> {
4401
4401
  static equals(a: PartId | PlainMessage<PartId> | undefined, b: PartId | PlainMessage<PartId> | undefined): boolean;
4402
4402
  }
4403
4403
  /**
4404
- * @generated from message norsk.api.media.ComposeVideoMessage
4404
+ * @generated from message norsk.api.media.VideoComposeMessage
4405
4405
  */
4406
- export declare class ComposeVideoMessage extends Message<ComposeVideoMessage> {
4406
+ export declare class VideoComposeMessage extends Message<VideoComposeMessage> {
4407
4407
  /**
4408
- * @generated from oneof norsk.api.media.ComposeVideoMessage.message
4408
+ * @generated from oneof norsk.api.media.VideoComposeMessage.message
4409
4409
  */
4410
4410
  message: {
4411
4411
  /**
@@ -4415,36 +4415,36 @@ export declare class ComposeVideoMessage extends Message<ComposeVideoMessage> {
4415
4415
  case: "subscription";
4416
4416
  } | {
4417
4417
  /**
4418
- * @generated from field: norsk.api.media.ComposeVideoConfiguration initial_config = 2;
4418
+ * @generated from field: norsk.api.media.VideoComposeConfiguration initial_config = 2;
4419
4419
  */
4420
- value: ComposeVideoConfiguration;
4420
+ value: VideoComposeConfiguration;
4421
4421
  case: "initialConfig";
4422
4422
  } | {
4423
4423
  /**
4424
- * @generated from field: norsk.api.media.ComposeVideoUpdateConfiguration update_config = 3;
4424
+ * @generated from field: norsk.api.media.VideoComposeUpdateConfiguration update_config = 3;
4425
4425
  */
4426
- value: ComposeVideoUpdateConfiguration;
4426
+ value: VideoComposeUpdateConfiguration;
4427
4427
  case: "updateConfig";
4428
4428
  } | {
4429
4429
  case: undefined;
4430
4430
  value?: undefined;
4431
4431
  };
4432
- constructor(data?: PartialMessage<ComposeVideoMessage>);
4432
+ constructor(data?: PartialMessage<VideoComposeMessage>);
4433
4433
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
4434
- static readonly typeName = "norsk.api.media.ComposeVideoMessage";
4434
+ static readonly typeName = "norsk.api.media.VideoComposeMessage";
4435
4435
  static readonly fields: FieldList;
4436
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ComposeVideoMessage;
4437
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ComposeVideoMessage;
4438
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ComposeVideoMessage;
4439
- static equals(a: ComposeVideoMessage | PlainMessage<ComposeVideoMessage> | undefined, b: ComposeVideoMessage | PlainMessage<ComposeVideoMessage> | undefined): boolean;
4436
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoComposeMessage;
4437
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoComposeMessage;
4438
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoComposeMessage;
4439
+ static equals(a: VideoComposeMessage | PlainMessage<VideoComposeMessage> | undefined, b: VideoComposeMessage | PlainMessage<VideoComposeMessage> | undefined): boolean;
4440
4440
  }
4441
4441
  /**
4442
4442
  * *
4443
4443
  * Configure a Compose Media Node.
4444
4444
  *
4445
- * @generated from message norsk.api.media.ComposeVideoConfiguration
4445
+ * @generated from message norsk.api.media.VideoComposeConfiguration
4446
4446
  */
4447
- export declare class ComposeVideoConfiguration extends Message<ComposeVideoConfiguration> {
4447
+ export declare class VideoComposeConfiguration extends Message<VideoComposeConfiguration> {
4448
4448
  /**
4449
4449
  * The Media Node Id
4450
4450
  *
@@ -4493,9 +4493,9 @@ export declare class ComposeVideoConfiguration extends Message<ComposeVideoConfi
4493
4493
  * Output pixel format to use. If not specified, this will be chosen
4494
4494
  * automatically based on the sources present in the initial composition
4495
4495
  *
4496
- * @generated from field: norsk.api.media.ComposeVideoConfiguration.PixelFormat output_pixel_format = 6;
4496
+ * @generated from field: norsk.api.media.VideoComposeConfiguration.PixelFormat output_pixel_format = 6;
4497
4497
  */
4498
- outputPixelFormat: ComposeVideoConfiguration_PixelFormat;
4498
+ outputPixelFormat: VideoComposeConfiguration_PixelFormat;
4499
4499
  /**
4500
4500
  * Behaviour in the case of a missing stream used in an active composition
4501
4501
  * part. Note that this does not apply to the reference stream, but to every
@@ -4504,22 +4504,22 @@ export declare class ComposeVideoConfiguration extends Message<ComposeVideoConfi
4504
4504
  *
4505
4505
  * Missing means not present in the context or never having sent a frame.
4506
4506
  *
4507
- * @generated from field: norsk.api.media.ComposeVideoConfiguration.MissingStreamBehaviour missing_stream_behaviour = 7;
4507
+ * @generated from field: norsk.api.media.VideoComposeConfiguration.MissingStreamBehaviour missing_stream_behaviour = 7;
4508
4508
  */
4509
- missingStreamBehaviour: ComposeVideoConfiguration_MissingStreamBehaviour;
4510
- constructor(data?: PartialMessage<ComposeVideoConfiguration>);
4509
+ missingStreamBehaviour: VideoComposeConfiguration_MissingStreamBehaviour;
4510
+ constructor(data?: PartialMessage<VideoComposeConfiguration>);
4511
4511
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
4512
- static readonly typeName = "norsk.api.media.ComposeVideoConfiguration";
4512
+ static readonly typeName = "norsk.api.media.VideoComposeConfiguration";
4513
4513
  static readonly fields: FieldList;
4514
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ComposeVideoConfiguration;
4515
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ComposeVideoConfiguration;
4516
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ComposeVideoConfiguration;
4517
- static equals(a: ComposeVideoConfiguration | PlainMessage<ComposeVideoConfiguration> | undefined, b: ComposeVideoConfiguration | PlainMessage<ComposeVideoConfiguration> | undefined): boolean;
4514
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoComposeConfiguration;
4515
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoComposeConfiguration;
4516
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoComposeConfiguration;
4517
+ static equals(a: VideoComposeConfiguration | PlainMessage<VideoComposeConfiguration> | undefined, b: VideoComposeConfiguration | PlainMessage<VideoComposeConfiguration> | undefined): boolean;
4518
4518
  }
4519
4519
  /**
4520
- * @generated from enum norsk.api.media.ComposeVideoConfiguration.PixelFormat
4520
+ * @generated from enum norsk.api.media.VideoComposeConfiguration.PixelFormat
4521
4521
  */
4522
- export declare enum ComposeVideoConfiguration_PixelFormat {
4522
+ export declare enum VideoComposeConfiguration_PixelFormat {
4523
4523
  /**
4524
4524
  * @generated from enum value: UNSPECIFIED = 0;
4525
4525
  */
@@ -4558,9 +4558,9 @@ export declare enum ComposeVideoConfiguration_PixelFormat {
4558
4558
  BGRA = 8
4559
4559
  }
4560
4560
  /**
4561
- * @generated from enum norsk.api.media.ComposeVideoConfiguration.MissingStreamBehaviour
4561
+ * @generated from enum norsk.api.media.VideoComposeConfiguration.MissingStreamBehaviour
4562
4562
  */
4563
- export declare enum ComposeVideoConfiguration_MissingStreamBehaviour {
4563
+ export declare enum VideoComposeConfiguration_MissingStreamBehaviour {
4564
4564
  /**
4565
4565
  * @generated from enum value: UNSPECIFIED_BEHAVIOUR = 0;
4566
4566
  */
@@ -4580,30 +4580,30 @@ export declare enum ComposeVideoConfiguration_MissingStreamBehaviour {
4580
4580
  DROP_PART = 2
4581
4581
  }
4582
4582
  /**
4583
- * @generated from message norsk.api.media.ComposeVideoUpdateConfiguration
4583
+ * @generated from message norsk.api.media.VideoComposeUpdateConfiguration
4584
4584
  */
4585
- export declare class ComposeVideoUpdateConfiguration extends Message<ComposeVideoUpdateConfiguration> {
4585
+ export declare class VideoComposeUpdateConfiguration extends Message<VideoComposeUpdateConfiguration> {
4586
4586
  /**
4587
4587
  * Update the parts (images/overlays) to include in the composition
4588
4588
  *
4589
4589
  * @generated from field: repeated norsk.api.media.ComposePart parts = 1;
4590
4590
  */
4591
4591
  parts: ComposePart[];
4592
- constructor(data?: PartialMessage<ComposeVideoUpdateConfiguration>);
4592
+ constructor(data?: PartialMessage<VideoComposeUpdateConfiguration>);
4593
4593
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
4594
- static readonly typeName = "norsk.api.media.ComposeVideoUpdateConfiguration";
4594
+ static readonly typeName = "norsk.api.media.VideoComposeUpdateConfiguration";
4595
4595
  static readonly fields: FieldList;
4596
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ComposeVideoUpdateConfiguration;
4597
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ComposeVideoUpdateConfiguration;
4598
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ComposeVideoUpdateConfiguration;
4599
- static equals(a: ComposeVideoUpdateConfiguration | PlainMessage<ComposeVideoUpdateConfiguration> | undefined, b: ComposeVideoUpdateConfiguration | PlainMessage<ComposeVideoUpdateConfiguration> | undefined): boolean;
4596
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoComposeUpdateConfiguration;
4597
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoComposeUpdateConfiguration;
4598
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoComposeUpdateConfiguration;
4599
+ static equals(a: VideoComposeUpdateConfiguration | PlainMessage<VideoComposeUpdateConfiguration> | undefined, b: VideoComposeUpdateConfiguration | PlainMessage<VideoComposeUpdateConfiguration> | undefined): boolean;
4600
4600
  }
4601
4601
  /**
4602
- * @generated from message norsk.api.media.ComposeVideoSourceEvent
4602
+ * @generated from message norsk.api.media.VideoComposeSourceEvent
4603
4603
  */
4604
- export declare class ComposeVideoSourceEvent extends Message<ComposeVideoSourceEvent> {
4604
+ export declare class VideoComposeSourceEvent extends Message<VideoComposeSourceEvent> {
4605
4605
  /**
4606
- * @generated from oneof norsk.api.media.ComposeVideoSourceEvent.message
4606
+ * @generated from oneof norsk.api.media.VideoComposeSourceEvent.message
4607
4607
  */
4608
4608
  message: {
4609
4609
  /**
@@ -4633,14 +4633,14 @@ export declare class ComposeVideoSourceEvent extends Message<ComposeVideoSourceE
4633
4633
  case: undefined;
4634
4634
  value?: undefined;
4635
4635
  };
4636
- constructor(data?: PartialMessage<ComposeVideoSourceEvent>);
4636
+ constructor(data?: PartialMessage<VideoComposeSourceEvent>);
4637
4637
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
4638
- static readonly typeName = "norsk.api.media.ComposeVideoSourceEvent";
4638
+ static readonly typeName = "norsk.api.media.VideoComposeSourceEvent";
4639
4639
  static readonly fields: FieldList;
4640
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ComposeVideoSourceEvent;
4641
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ComposeVideoSourceEvent;
4642
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ComposeVideoSourceEvent;
4643
- static equals(a: ComposeVideoSourceEvent | PlainMessage<ComposeVideoSourceEvent> | undefined, b: ComposeVideoSourceEvent | PlainMessage<ComposeVideoSourceEvent> | undefined): boolean;
4640
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoComposeSourceEvent;
4641
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoComposeSourceEvent;
4642
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoComposeSourceEvent;
4643
+ static equals(a: VideoComposeSourceEvent | PlainMessage<VideoComposeSourceEvent> | undefined, b: VideoComposeSourceEvent | PlainMessage<VideoComposeSourceEvent> | undefined): boolean;
4644
4644
  }
4645
4645
  /**
4646
4646
  * Indicates that the transitions specified in the last config update have
@@ -4664,9 +4664,9 @@ export declare class TransitionComplete extends Message<TransitionComplete> {
4664
4664
  * *
4665
4665
  * Describe an audio source with the output gain mapping for a mixer.
4666
4666
  *
4667
- * @generated from message norsk.api.media.AudioMixerSource
4667
+ * @generated from message norsk.api.media.AudioMixSource
4668
4668
  */
4669
- export declare class AudioMixerSource extends Message<AudioMixerSource> {
4669
+ export declare class AudioMixSource extends Message<AudioMixSource> {
4670
4670
  /**
4671
4671
  * Input pin for this source
4672
4672
  *
@@ -4679,21 +4679,21 @@ export declare class AudioMixerSource extends Message<AudioMixerSource> {
4679
4679
  * @generated from field: repeated norsk.api.media.Db channel_gains = 2;
4680
4680
  */
4681
4681
  channelGains: Db[];
4682
- constructor(data?: PartialMessage<AudioMixerSource>);
4682
+ constructor(data?: PartialMessage<AudioMixSource>);
4683
4683
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
4684
- static readonly typeName = "norsk.api.media.AudioMixerSource";
4684
+ static readonly typeName = "norsk.api.media.AudioMixSource";
4685
4685
  static readonly fields: FieldList;
4686
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMixerSource;
4687
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMixerSource;
4688
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMixerSource;
4689
- static equals(a: AudioMixerSource | PlainMessage<AudioMixerSource> | undefined, b: AudioMixerSource | PlainMessage<AudioMixerSource> | undefined): boolean;
4686
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMixSource;
4687
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMixSource;
4688
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMixSource;
4689
+ static equals(a: AudioMixSource | PlainMessage<AudioMixSource> | undefined, b: AudioMixSource | PlainMessage<AudioMixSource> | undefined): boolean;
4690
4690
  }
4691
4691
  /**
4692
- * @generated from message norsk.api.media.AudioMixerMessage
4692
+ * @generated from message norsk.api.media.AudioMixMessage
4693
4693
  */
4694
- export declare class AudioMixerMessage extends Message<AudioMixerMessage> {
4694
+ export declare class AudioMixMessage extends Message<AudioMixMessage> {
4695
4695
  /**
4696
- * @generated from oneof norsk.api.media.AudioMixerMessage.message
4696
+ * @generated from oneof norsk.api.media.AudioMixMessage.message
4697
4697
  */
4698
4698
  message: {
4699
4699
  /**
@@ -4703,36 +4703,36 @@ export declare class AudioMixerMessage extends Message<AudioMixerMessage> {
4703
4703
  case: "subscription";
4704
4704
  } | {
4705
4705
  /**
4706
- * @generated from field: norsk.api.media.AudioMixerConfiguration initial_config = 2;
4706
+ * @generated from field: norsk.api.media.AudioMixConfiguration initial_config = 2;
4707
4707
  */
4708
- value: AudioMixerConfiguration;
4708
+ value: AudioMixConfiguration;
4709
4709
  case: "initialConfig";
4710
4710
  } | {
4711
4711
  /**
4712
- * @generated from field: norsk.api.media.AudioMixerUpdateConfiguration update_config = 3;
4712
+ * @generated from field: norsk.api.media.AudioMixUpdateConfiguration update_config = 3;
4713
4713
  */
4714
- value: AudioMixerUpdateConfiguration;
4714
+ value: AudioMixUpdateConfiguration;
4715
4715
  case: "updateConfig";
4716
4716
  } | {
4717
4717
  case: undefined;
4718
4718
  value?: undefined;
4719
4719
  };
4720
- constructor(data?: PartialMessage<AudioMixerMessage>);
4720
+ constructor(data?: PartialMessage<AudioMixMessage>);
4721
4721
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
4722
- static readonly typeName = "norsk.api.media.AudioMixerMessage";
4722
+ static readonly typeName = "norsk.api.media.AudioMixMessage";
4723
4723
  static readonly fields: FieldList;
4724
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMixerMessage;
4725
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMixerMessage;
4726
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMixerMessage;
4727
- static equals(a: AudioMixerMessage | PlainMessage<AudioMixerMessage> | undefined, b: AudioMixerMessage | PlainMessage<AudioMixerMessage> | undefined): boolean;
4724
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMixMessage;
4725
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMixMessage;
4726
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMixMessage;
4727
+ static equals(a: AudioMixMessage | PlainMessage<AudioMixMessage> | undefined, b: AudioMixMessage | PlainMessage<AudioMixMessage> | undefined): boolean;
4728
4728
  }
4729
4729
  /**
4730
4730
  * *
4731
- * Configure an AudioMixer Media Node.
4731
+ * Configure an AudioMix Media Node.
4732
4732
  *
4733
- * @generated from message norsk.api.media.AudioMixerConfiguration
4733
+ * @generated from message norsk.api.media.AudioMixConfiguration
4734
4734
  */
4735
- export declare class AudioMixerConfiguration extends Message<AudioMixerConfiguration> {
4735
+ export declare class AudioMixConfiguration extends Message<AudioMixConfiguration> {
4736
4736
  /**
4737
4737
  * The Media Node Id
4738
4738
  *
@@ -4742,9 +4742,9 @@ export declare class AudioMixerConfiguration extends Message<AudioMixerConfigura
4742
4742
  /**
4743
4743
  * The audio sources to mix
4744
4744
  *
4745
- * @generated from field: repeated norsk.api.media.AudioMixerSource sources = 2;
4745
+ * @generated from field: repeated norsk.api.media.AudioMixSource sources = 2;
4746
4746
  */
4747
- sources: AudioMixerSource[];
4747
+ sources: AudioMixSource[];
4748
4748
  /**
4749
4749
  * The source name to use for the output stream
4750
4750
  *
@@ -4757,40 +4757,40 @@ export declare class AudioMixerConfiguration extends Message<AudioMixerConfigura
4757
4757
  * @generated from field: norsk.api.media.SampleRate sample_rate = 4;
4758
4758
  */
4759
4759
  sampleRate: SampleRate;
4760
- constructor(data?: PartialMessage<AudioMixerConfiguration>);
4760
+ constructor(data?: PartialMessage<AudioMixConfiguration>);
4761
4761
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
4762
- static readonly typeName = "norsk.api.media.AudioMixerConfiguration";
4762
+ static readonly typeName = "norsk.api.media.AudioMixConfiguration";
4763
4763
  static readonly fields: FieldList;
4764
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMixerConfiguration;
4765
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMixerConfiguration;
4766
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMixerConfiguration;
4767
- static equals(a: AudioMixerConfiguration | PlainMessage<AudioMixerConfiguration> | undefined, b: AudioMixerConfiguration | PlainMessage<AudioMixerConfiguration> | undefined): boolean;
4764
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMixConfiguration;
4765
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMixConfiguration;
4766
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMixConfiguration;
4767
+ static equals(a: AudioMixConfiguration | PlainMessage<AudioMixConfiguration> | undefined, b: AudioMixConfiguration | PlainMessage<AudioMixConfiguration> | undefined): boolean;
4768
4768
  }
4769
4769
  /**
4770
- * @generated from message norsk.api.media.AudioMixerUpdateConfiguration
4770
+ * @generated from message norsk.api.media.AudioMixUpdateConfiguration
4771
4771
  */
4772
- export declare class AudioMixerUpdateConfiguration extends Message<AudioMixerUpdateConfiguration> {
4772
+ export declare class AudioMixUpdateConfiguration extends Message<AudioMixUpdateConfiguration> {
4773
4773
  /**
4774
4774
  * The channels to include in the mix
4775
4775
  *
4776
- * @generated from field: repeated norsk.api.media.AudioMixerSource sources = 1;
4776
+ * @generated from field: repeated norsk.api.media.AudioMixSource sources = 1;
4777
4777
  */
4778
- sources: AudioMixerSource[];
4779
- constructor(data?: PartialMessage<AudioMixerUpdateConfiguration>);
4778
+ sources: AudioMixSource[];
4779
+ constructor(data?: PartialMessage<AudioMixUpdateConfiguration>);
4780
4780
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
4781
- static readonly typeName = "norsk.api.media.AudioMixerUpdateConfiguration";
4781
+ static readonly typeName = "norsk.api.media.AudioMixUpdateConfiguration";
4782
4782
  static readonly fields: FieldList;
4783
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMixerUpdateConfiguration;
4784
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMixerUpdateConfiguration;
4785
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMixerUpdateConfiguration;
4786
- static equals(a: AudioMixerUpdateConfiguration | PlainMessage<AudioMixerUpdateConfiguration> | undefined, b: AudioMixerUpdateConfiguration | PlainMessage<AudioMixerUpdateConfiguration> | undefined): boolean;
4783
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMixUpdateConfiguration;
4784
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMixUpdateConfiguration;
4785
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMixUpdateConfiguration;
4786
+ static equals(a: AudioMixUpdateConfiguration | PlainMessage<AudioMixUpdateConfiguration> | undefined, b: AudioMixUpdateConfiguration | PlainMessage<AudioMixUpdateConfiguration> | undefined): boolean;
4787
4787
  }
4788
4788
  /**
4789
- * @generated from message norsk.api.media.AudioMixerEvent
4789
+ * @generated from message norsk.api.media.AudioMixEvent
4790
4790
  */
4791
- export declare class AudioMixerEvent extends Message<AudioMixerEvent> {
4791
+ export declare class AudioMixEvent extends Message<AudioMixEvent> {
4792
4792
  /**
4793
- * @generated from oneof norsk.api.media.AudioMixerEvent.message
4793
+ * @generated from oneof norsk.api.media.AudioMixEvent.message
4794
4794
  */
4795
4795
  message: {
4796
4796
  /**
@@ -4814,21 +4814,21 @@ export declare class AudioMixerEvent extends Message<AudioMixerEvent> {
4814
4814
  case: undefined;
4815
4815
  value?: undefined;
4816
4816
  };
4817
- constructor(data?: PartialMessage<AudioMixerEvent>);
4817
+ constructor(data?: PartialMessage<AudioMixEvent>);
4818
4818
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
4819
- static readonly typeName = "norsk.api.media.AudioMixerEvent";
4819
+ static readonly typeName = "norsk.api.media.AudioMixEvent";
4820
4820
  static readonly fields: FieldList;
4821
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMixerEvent;
4822
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMixerEvent;
4823
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMixerEvent;
4824
- static equals(a: AudioMixerEvent | PlainMessage<AudioMixerEvent> | undefined, b: AudioMixerEvent | PlainMessage<AudioMixerEvent> | undefined): boolean;
4821
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMixEvent;
4822
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMixEvent;
4823
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMixEvent;
4824
+ static equals(a: AudioMixEvent | PlainMessage<AudioMixEvent> | undefined, b: AudioMixEvent | PlainMessage<AudioMixEvent> | undefined): boolean;
4825
4825
  }
4826
4826
  /**
4827
- * @generated from message norsk.api.media.AudioMatrixMixerMessage
4827
+ * @generated from message norsk.api.media.AudioMixMatrixMessage
4828
4828
  */
4829
- export declare class AudioMatrixMixerMessage extends Message<AudioMatrixMixerMessage> {
4829
+ export declare class AudioMixMatrixMessage extends Message<AudioMixMatrixMessage> {
4830
4830
  /**
4831
- * @generated from oneof norsk.api.media.AudioMatrixMixerMessage.message
4831
+ * @generated from oneof norsk.api.media.AudioMixMatrixMessage.message
4832
4832
  */
4833
4833
  message: {
4834
4834
  /**
@@ -4838,28 +4838,28 @@ export declare class AudioMatrixMixerMessage extends Message<AudioMatrixMixerMes
4838
4838
  case: "subscription";
4839
4839
  } | {
4840
4840
  /**
4841
- * @generated from field: norsk.api.media.AudioMatrixMixerConfiguration initial_config = 2;
4841
+ * @generated from field: norsk.api.media.AudioMixMatrixConfiguration initial_config = 2;
4842
4842
  */
4843
- value: AudioMatrixMixerConfiguration;
4843
+ value: AudioMixMatrixConfiguration;
4844
4844
  case: "initialConfig";
4845
4845
  } | {
4846
4846
  /**
4847
- * @generated from field: norsk.api.media.AudioMatrixMixerUpdateConfiguration update_config = 3;
4847
+ * @generated from field: norsk.api.media.AudioMixMatrixUpdateConfiguration update_config = 3;
4848
4848
  */
4849
- value: AudioMatrixMixerUpdateConfiguration;
4849
+ value: AudioMixMatrixUpdateConfiguration;
4850
4850
  case: "updateConfig";
4851
4851
  } | {
4852
4852
  case: undefined;
4853
4853
  value?: undefined;
4854
4854
  };
4855
- constructor(data?: PartialMessage<AudioMatrixMixerMessage>);
4855
+ constructor(data?: PartialMessage<AudioMixMatrixMessage>);
4856
4856
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
4857
- static readonly typeName = "norsk.api.media.AudioMatrixMixerMessage";
4857
+ static readonly typeName = "norsk.api.media.AudioMixMatrixMessage";
4858
4858
  static readonly fields: FieldList;
4859
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMatrixMixerMessage;
4860
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMatrixMixerMessage;
4861
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMatrixMixerMessage;
4862
- static equals(a: AudioMatrixMixerMessage | PlainMessage<AudioMatrixMixerMessage> | undefined, b: AudioMatrixMixerMessage | PlainMessage<AudioMatrixMixerMessage> | undefined): boolean;
4859
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMixMatrixMessage;
4860
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMixMatrixMessage;
4861
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMixMatrixMessage;
4862
+ static equals(a: AudioMixMatrixMessage | PlainMessage<AudioMixMatrixMessage> | undefined, b: AudioMixMatrixMessage | PlainMessage<AudioMixMatrixMessage> | undefined): boolean;
4863
4863
  }
4864
4864
  /**
4865
4865
  * @generated from message norsk.api.media.ChannelGainMapping
@@ -4880,11 +4880,11 @@ export declare class ChannelGainMapping extends Message<ChannelGainMapping> {
4880
4880
  }
4881
4881
  /**
4882
4882
  * *
4883
- * Configure an AudioMatrixMixerMedia Node.
4883
+ * Configure an AudioMixMatrixMedia Node.
4884
4884
  *
4885
- * @generated from message norsk.api.media.AudioMatrixMixerConfiguration
4885
+ * @generated from message norsk.api.media.AudioMixMatrixConfiguration
4886
4886
  */
4887
- export declare class AudioMatrixMixerConfiguration extends Message<AudioMatrixMixerConfiguration> {
4887
+ export declare class AudioMixMatrixConfiguration extends Message<AudioMixMatrixConfiguration> {
4888
4888
  /**
4889
4889
  * The Media Node Id
4890
4890
  *
@@ -4920,38 +4920,38 @@ export declare class AudioMatrixMixerConfiguration extends Message<AudioMatrixMi
4920
4920
  * @generated from field: repeated norsk.api.media.ChannelGainMapping channelGainMappings = 7;
4921
4921
  */
4922
4922
  channelGainMappings: ChannelGainMapping[];
4923
- constructor(data?: PartialMessage<AudioMatrixMixerConfiguration>);
4923
+ constructor(data?: PartialMessage<AudioMixMatrixConfiguration>);
4924
4924
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
4925
- static readonly typeName = "norsk.api.media.AudioMatrixMixerConfiguration";
4925
+ static readonly typeName = "norsk.api.media.AudioMixMatrixConfiguration";
4926
4926
  static readonly fields: FieldList;
4927
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMatrixMixerConfiguration;
4928
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMatrixMixerConfiguration;
4929
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMatrixMixerConfiguration;
4930
- static equals(a: AudioMatrixMixerConfiguration | PlainMessage<AudioMatrixMixerConfiguration> | undefined, b: AudioMatrixMixerConfiguration | PlainMessage<AudioMatrixMixerConfiguration> | undefined): boolean;
4927
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMixMatrixConfiguration;
4928
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMixMatrixConfiguration;
4929
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMixMatrixConfiguration;
4930
+ static equals(a: AudioMixMatrixConfiguration | PlainMessage<AudioMixMatrixConfiguration> | undefined, b: AudioMixMatrixConfiguration | PlainMessage<AudioMixMatrixConfiguration> | undefined): boolean;
4931
4931
  }
4932
4932
  /**
4933
- * @generated from message norsk.api.media.AudioMatrixMixerUpdateConfiguration
4933
+ * @generated from message norsk.api.media.AudioMixMatrixUpdateConfiguration
4934
4934
  */
4935
- export declare class AudioMatrixMixerUpdateConfiguration extends Message<AudioMatrixMixerUpdateConfiguration> {
4935
+ export declare class AudioMixMatrixUpdateConfiguration extends Message<AudioMixMatrixUpdateConfiguration> {
4936
4936
  /**
4937
4937
  * @generated from field: repeated norsk.api.media.ChannelGainMapping channelGainMappings = 1;
4938
4938
  */
4939
4939
  channelGainMappings: ChannelGainMapping[];
4940
- constructor(data?: PartialMessage<AudioMatrixMixerUpdateConfiguration>);
4940
+ constructor(data?: PartialMessage<AudioMixMatrixUpdateConfiguration>);
4941
4941
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
4942
- static readonly typeName = "norsk.api.media.AudioMatrixMixerUpdateConfiguration";
4942
+ static readonly typeName = "norsk.api.media.AudioMixMatrixUpdateConfiguration";
4943
4943
  static readonly fields: FieldList;
4944
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMatrixMixerUpdateConfiguration;
4945
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMatrixMixerUpdateConfiguration;
4946
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMatrixMixerUpdateConfiguration;
4947
- static equals(a: AudioMatrixMixerUpdateConfiguration | PlainMessage<AudioMatrixMixerUpdateConfiguration> | undefined, b: AudioMatrixMixerUpdateConfiguration | PlainMessage<AudioMatrixMixerUpdateConfiguration> | undefined): boolean;
4944
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMixMatrixUpdateConfiguration;
4945
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMixMatrixUpdateConfiguration;
4946
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMixMatrixUpdateConfiguration;
4947
+ static equals(a: AudioMixMatrixUpdateConfiguration | PlainMessage<AudioMixMatrixUpdateConfiguration> | undefined, b: AudioMixMatrixUpdateConfiguration | PlainMessage<AudioMixMatrixUpdateConfiguration> | undefined): boolean;
4948
4948
  }
4949
4949
  /**
4950
- * @generated from message norsk.api.media.AudioMatrixMixerEvent
4950
+ * @generated from message norsk.api.media.AudioMixMatrixEvent
4951
4951
  */
4952
- export declare class AudioMatrixMixerEvent extends Message<AudioMatrixMixerEvent> {
4952
+ export declare class AudioMixMatrixEvent extends Message<AudioMixMatrixEvent> {
4953
4953
  /**
4954
- * @generated from oneof norsk.api.media.AudioMatrixMixerEvent.message
4954
+ * @generated from oneof norsk.api.media.AudioMixMatrixEvent.message
4955
4955
  */
4956
4956
  message: {
4957
4957
  /**
@@ -4975,14 +4975,14 @@ export declare class AudioMatrixMixerEvent extends Message<AudioMatrixMixerEvent
4975
4975
  case: undefined;
4976
4976
  value?: undefined;
4977
4977
  };
4978
- constructor(data?: PartialMessage<AudioMatrixMixerEvent>);
4978
+ constructor(data?: PartialMessage<AudioMixMatrixEvent>);
4979
4979
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
4980
- static readonly typeName = "norsk.api.media.AudioMatrixMixerEvent";
4980
+ static readonly typeName = "norsk.api.media.AudioMixMatrixEvent";
4981
4981
  static readonly fields: FieldList;
4982
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMatrixMixerEvent;
4983
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMatrixMixerEvent;
4984
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMatrixMixerEvent;
4985
- static equals(a: AudioMatrixMixerEvent | PlainMessage<AudioMatrixMixerEvent> | undefined, b: AudioMatrixMixerEvent | PlainMessage<AudioMatrixMixerEvent> | undefined): boolean;
4982
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMixMatrixEvent;
4983
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMixMatrixEvent;
4984
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMixMatrixEvent;
4985
+ static equals(a: AudioMixMatrixEvent | PlainMessage<AudioMixMatrixEvent> | undefined, b: AudioMixMatrixEvent | PlainMessage<AudioMixMatrixEvent> | undefined): boolean;
4986
4986
  }
4987
4987
  /**
4988
4988
  * @generated from message norsk.api.media.AudioGainMessage
@@ -5524,9 +5524,9 @@ export declare class CmafVideoConfiguration extends Message<CmafVideoConfigurati
5524
5524
  */
5525
5525
  encryption?: Mp4Encryption;
5526
5526
  /**
5527
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 6;
5527
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 6;
5528
5528
  */
5529
- statsSampling?: StreamStatsSampling;
5529
+ statsSampling?: StreamStatisticsSampling;
5530
5530
  /**
5531
5531
  * @generated from field: repeated norsk.api.media.CMAFDestination destinations = 7;
5532
5532
  */
@@ -5595,9 +5595,9 @@ export declare class HlsTsVideoConfiguration extends Message<HlsTsVideoConfigura
5595
5595
  */
5596
5596
  delayOutputMs: number;
5597
5597
  /**
5598
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 4;
5598
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 4;
5599
5599
  */
5600
- statsSampling?: StreamStatsSampling;
5600
+ statsSampling?: StreamStatisticsSampling;
5601
5601
  constructor(data?: PartialMessage<HlsTsVideoConfiguration>);
5602
5602
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
5603
5603
  static readonly typeName = "norsk.api.media.HlsTsVideoConfiguration";
@@ -5664,9 +5664,9 @@ export declare class CmafAudioConfiguration extends Message<CmafAudioConfigurati
5664
5664
  */
5665
5665
  encryption?: Mp4Encryption;
5666
5666
  /**
5667
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 7;
5667
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 7;
5668
5668
  */
5669
- statsSampling?: StreamStatsSampling;
5669
+ statsSampling?: StreamStatisticsSampling;
5670
5670
  /**
5671
5671
  * @generated from field: repeated norsk.api.media.CMAFDestination destinations = 8;
5672
5672
  */
@@ -5735,9 +5735,9 @@ export declare class HlsTsAudioConfiguration extends Message<HlsTsAudioConfigura
5735
5735
  */
5736
5736
  delayOutputMs: number;
5737
5737
  /**
5738
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 4;
5738
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 4;
5739
5739
  */
5740
- statsSampling?: StreamStatsSampling;
5740
+ statsSampling?: StreamStatisticsSampling;
5741
5741
  constructor(data?: PartialMessage<HlsTsAudioConfiguration>);
5742
5742
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
5743
5743
  static readonly typeName = "norsk.api.media.HlsTsAudioConfiguration";
@@ -6011,9 +6011,9 @@ export declare class CmafMasterConfiguration extends Message<CmafMasterConfigura
6011
6011
  */
6012
6012
  playlistName: string;
6013
6013
  /**
6014
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 3;
6014
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 3;
6015
6015
  */
6016
- statsSampling?: StreamStatsSampling;
6016
+ statsSampling?: StreamStatisticsSampling;
6017
6017
  /**
6018
6018
  * @generated from field: repeated norsk.api.media.CMAFDestination destinations = 4;
6019
6019
  */
@@ -6082,9 +6082,9 @@ export declare class HlsMasterPushConfiguration extends Message<HlsMasterPushCon
6082
6082
  */
6083
6083
  destination?: CMAFDestination;
6084
6084
  /**
6085
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 4;
6085
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 4;
6086
6086
  */
6087
- statsSampling?: StreamStatsSampling;
6087
+ statsSampling?: StreamStatisticsSampling;
6088
6088
  constructor(data?: PartialMessage<HlsMasterPushConfiguration>);
6089
6089
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6090
6090
  static readonly typeName = "norsk.api.media.HlsMasterPushConfiguration";
@@ -6147,9 +6147,9 @@ export declare class HlsTsVideoPushConfiguration extends Message<HlsTsVideoPushC
6147
6147
  */
6148
6148
  delayOutputMs: number;
6149
6149
  /**
6150
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 5;
6150
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 5;
6151
6151
  */
6152
- statsSampling?: StreamStatsSampling;
6152
+ statsSampling?: StreamStatisticsSampling;
6153
6153
  constructor(data?: PartialMessage<HlsTsVideoPushConfiguration>);
6154
6154
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6155
6155
  static readonly typeName = "norsk.api.media.HlsTsVideoPushConfiguration";
@@ -6212,9 +6212,9 @@ export declare class HlsTsAudioPushConfiguration extends Message<HlsTsAudioPushC
6212
6212
  */
6213
6213
  delayOutputMs: number;
6214
6214
  /**
6215
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 5;
6215
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 5;
6216
6216
  */
6217
- statsSampling?: StreamStatsSampling;
6217
+ statsSampling?: StreamStatisticsSampling;
6218
6218
  constructor(data?: PartialMessage<HlsTsAudioPushConfiguration>);
6219
6219
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6220
6220
  static readonly typeName = "norsk.api.media.HlsTsAudioPushConfiguration";
@@ -6281,9 +6281,9 @@ export declare class HlsTsCombinedPushConfiguration extends Message<HlsTsCombine
6281
6281
  */
6282
6282
  playlistName: string;
6283
6283
  /**
6284
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 6;
6284
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 6;
6285
6285
  */
6286
- statsSampling?: StreamStatsSampling;
6286
+ statsSampling?: StreamStatisticsSampling;
6287
6287
  constructor(data?: PartialMessage<HlsTsCombinedPushConfiguration>);
6288
6288
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6289
6289
  static readonly typeName = "norsk.api.media.HlsTsCombinedPushConfiguration";
@@ -6389,10 +6389,10 @@ export declare class HlsOutputEvent extends Message<HlsOutputEvent> {
6389
6389
  case: "inboundContext";
6390
6390
  } | {
6391
6391
  /**
6392
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 4;
6392
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 4;
6393
6393
  */
6394
- value: MultiStreamStats;
6395
- case: "streamStats";
6394
+ value: MultiStreamStatistics;
6395
+ case: "streamStatistics";
6396
6396
  } | {
6397
6397
  case: undefined;
6398
6398
  value?: undefined;
@@ -6407,9 +6407,9 @@ export declare class HlsOutputEvent extends Message<HlsOutputEvent> {
6407
6407
  static equals(a: HlsOutputEvent | PlainMessage<HlsOutputEvent> | undefined, b: HlsOutputEvent | PlainMessage<HlsOutputEvent> | undefined): boolean;
6408
6408
  }
6409
6409
  /**
6410
- * @generated from message norsk.api.media.TsUdpOutputConfiguration
6410
+ * @generated from message norsk.api.media.UdpTsOutputConfiguration
6411
6411
  */
6412
- export declare class TsUdpOutputConfiguration extends Message<TsUdpOutputConfiguration> {
6412
+ export declare class UdpTsOutputConfiguration extends Message<UdpTsOutputConfiguration> {
6413
6413
  /**
6414
6414
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
6415
6415
  */
@@ -6427,24 +6427,24 @@ export declare class TsUdpOutputConfiguration extends Message<TsUdpOutputConfigu
6427
6427
  */
6428
6428
  destinationPort: number;
6429
6429
  /**
6430
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 5;
6430
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 5;
6431
6431
  */
6432
- statsSampling?: StreamStatsSampling;
6433
- constructor(data?: PartialMessage<TsUdpOutputConfiguration>);
6432
+ statsSampling?: StreamStatisticsSampling;
6433
+ constructor(data?: PartialMessage<UdpTsOutputConfiguration>);
6434
6434
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6435
- static readonly typeName = "norsk.api.media.TsUdpOutputConfiguration";
6435
+ static readonly typeName = "norsk.api.media.UdpTsOutputConfiguration";
6436
6436
  static readonly fields: FieldList;
6437
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TsUdpOutputConfiguration;
6438
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TsUdpOutputConfiguration;
6439
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TsUdpOutputConfiguration;
6440
- static equals(a: TsUdpOutputConfiguration | PlainMessage<TsUdpOutputConfiguration> | undefined, b: TsUdpOutputConfiguration | PlainMessage<TsUdpOutputConfiguration> | undefined): boolean;
6437
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UdpTsOutputConfiguration;
6438
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UdpTsOutputConfiguration;
6439
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UdpTsOutputConfiguration;
6440
+ static equals(a: UdpTsOutputConfiguration | PlainMessage<UdpTsOutputConfiguration> | undefined, b: UdpTsOutputConfiguration | PlainMessage<UdpTsOutputConfiguration> | undefined): boolean;
6441
6441
  }
6442
6442
  /**
6443
- * @generated from message norsk.api.media.TsUdpOutputMessage
6443
+ * @generated from message norsk.api.media.UdpTsOutputMessage
6444
6444
  */
6445
- export declare class TsUdpOutputMessage extends Message<TsUdpOutputMessage> {
6445
+ export declare class UdpTsOutputMessage extends Message<UdpTsOutputMessage> {
6446
6446
  /**
6447
- * @generated from oneof norsk.api.media.TsUdpOutputMessage.message
6447
+ * @generated from oneof norsk.api.media.UdpTsOutputMessage.message
6448
6448
  */
6449
6449
  message: {
6450
6450
  /**
@@ -6454,29 +6454,29 @@ export declare class TsUdpOutputMessage extends Message<TsUdpOutputMessage> {
6454
6454
  case: "subscription";
6455
6455
  } | {
6456
6456
  /**
6457
- * @generated from field: norsk.api.media.TsUdpOutputConfiguration configuration = 2;
6457
+ * @generated from field: norsk.api.media.UdpTsOutputConfiguration configuration = 2;
6458
6458
  */
6459
- value: TsUdpOutputConfiguration;
6459
+ value: UdpTsOutputConfiguration;
6460
6460
  case: "configuration";
6461
6461
  } | {
6462
6462
  case: undefined;
6463
6463
  value?: undefined;
6464
6464
  };
6465
- constructor(data?: PartialMessage<TsUdpOutputMessage>);
6465
+ constructor(data?: PartialMessage<UdpTsOutputMessage>);
6466
6466
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6467
- static readonly typeName = "norsk.api.media.TsUdpOutputMessage";
6467
+ static readonly typeName = "norsk.api.media.UdpTsOutputMessage";
6468
6468
  static readonly fields: FieldList;
6469
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TsUdpOutputMessage;
6470
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TsUdpOutputMessage;
6471
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TsUdpOutputMessage;
6472
- static equals(a: TsUdpOutputMessage | PlainMessage<TsUdpOutputMessage> | undefined, b: TsUdpOutputMessage | PlainMessage<TsUdpOutputMessage> | undefined): boolean;
6469
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UdpTsOutputMessage;
6470
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UdpTsOutputMessage;
6471
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UdpTsOutputMessage;
6472
+ static equals(a: UdpTsOutputMessage | PlainMessage<UdpTsOutputMessage> | undefined, b: UdpTsOutputMessage | PlainMessage<UdpTsOutputMessage> | undefined): boolean;
6473
6473
  }
6474
6474
  /**
6475
- * @generated from message norsk.api.media.TsUdpOutputEvent
6475
+ * @generated from message norsk.api.media.UdpTsOutputEvent
6476
6476
  */
6477
- export declare class TsUdpOutputEvent extends Message<TsUdpOutputEvent> {
6477
+ export declare class UdpTsOutputEvent extends Message<UdpTsOutputEvent> {
6478
6478
  /**
6479
- * @generated from oneof norsk.api.media.TsUdpOutputEvent.message
6479
+ * @generated from oneof norsk.api.media.UdpTsOutputEvent.message
6480
6480
  */
6481
6481
  message: {
6482
6482
  /**
@@ -6498,22 +6498,22 @@ export declare class TsUdpOutputEvent extends Message<TsUdpOutputEvent> {
6498
6498
  case: "inboundContext";
6499
6499
  } | {
6500
6500
  /**
6501
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 4;
6501
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 4;
6502
6502
  */
6503
- value: MultiStreamStats;
6504
- case: "streamStats";
6503
+ value: MultiStreamStatistics;
6504
+ case: "streamStatistics";
6505
6505
  } | {
6506
6506
  case: undefined;
6507
6507
  value?: undefined;
6508
6508
  };
6509
- constructor(data?: PartialMessage<TsUdpOutputEvent>);
6509
+ constructor(data?: PartialMessage<UdpTsOutputEvent>);
6510
6510
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6511
- static readonly typeName = "norsk.api.media.TsUdpOutputEvent";
6511
+ static readonly typeName = "norsk.api.media.UdpTsOutputEvent";
6512
6512
  static readonly fields: FieldList;
6513
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TsUdpOutputEvent;
6514
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TsUdpOutputEvent;
6515
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TsUdpOutputEvent;
6516
- static equals(a: TsUdpOutputEvent | PlainMessage<TsUdpOutputEvent> | undefined, b: TsUdpOutputEvent | PlainMessage<TsUdpOutputEvent> | undefined): boolean;
6513
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UdpTsOutputEvent;
6514
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UdpTsOutputEvent;
6515
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UdpTsOutputEvent;
6516
+ static equals(a: UdpTsOutputEvent | PlainMessage<UdpTsOutputEvent> | undefined, b: UdpTsOutputEvent | PlainMessage<UdpTsOutputEvent> | undefined): boolean;
6517
6517
  }
6518
6518
  /**
6519
6519
  * @generated from message norsk.api.media.SrtOutputConfiguration
@@ -6544,9 +6544,9 @@ export declare class SrtOutputConfiguration extends Message<SrtOutputConfigurati
6544
6544
  */
6545
6545
  streamId?: OptionalString;
6546
6546
  /**
6547
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 8;
6547
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 8;
6548
6548
  */
6549
- statsSampling?: StreamStatsSampling;
6549
+ statsSampling?: StreamStatisticsSampling;
6550
6550
  constructor(data?: PartialMessage<SrtOutputConfiguration>);
6551
6551
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6552
6552
  static readonly typeName = "norsk.api.media.SrtOutputConfiguration";
@@ -6621,10 +6621,10 @@ export declare class SrtOutputEvent extends Message<SrtOutputEvent> {
6621
6621
  case: "onConnect";
6622
6622
  } | {
6623
6623
  /**
6624
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 5;
6624
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 5;
6625
6625
  */
6626
- value: MultiStreamStats;
6627
- case: "streamStats";
6626
+ value: MultiStreamStatistics;
6627
+ case: "streamStatistics";
6628
6628
  } | {
6629
6629
  case: undefined;
6630
6630
  value?: undefined;
@@ -6639,9 +6639,9 @@ export declare class SrtOutputEvent extends Message<SrtOutputEvent> {
6639
6639
  static equals(a: SrtOutputEvent | PlainMessage<SrtOutputEvent> | undefined, b: SrtOutputEvent | PlainMessage<SrtOutputEvent> | undefined): boolean;
6640
6640
  }
6641
6641
  /**
6642
- * @generated from message norsk.api.media.WebRTCWhipOutputConfiguration
6642
+ * @generated from message norsk.api.media.WhipOutputConfiguration
6643
6643
  */
6644
- export declare class WebRTCWhipOutputConfiguration extends Message<WebRTCWhipOutputConfiguration> {
6644
+ export declare class WhipOutputConfiguration extends Message<WhipOutputConfiguration> {
6645
6645
  /**
6646
6646
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
6647
6647
  */
@@ -6655,24 +6655,24 @@ export declare class WebRTCWhipOutputConfiguration extends Message<WebRTCWhipOut
6655
6655
  */
6656
6656
  authHeader: string;
6657
6657
  /**
6658
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 4;
6658
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 4;
6659
6659
  */
6660
- statsSampling?: StreamStatsSampling;
6661
- constructor(data?: PartialMessage<WebRTCWhipOutputConfiguration>);
6660
+ statsSampling?: StreamStatisticsSampling;
6661
+ constructor(data?: PartialMessage<WhipOutputConfiguration>);
6662
6662
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6663
- static readonly typeName = "norsk.api.media.WebRTCWhipOutputConfiguration";
6663
+ static readonly typeName = "norsk.api.media.WhipOutputConfiguration";
6664
6664
  static readonly fields: FieldList;
6665
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WebRTCWhipOutputConfiguration;
6666
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WebRTCWhipOutputConfiguration;
6667
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WebRTCWhipOutputConfiguration;
6668
- static equals(a: WebRTCWhipOutputConfiguration | PlainMessage<WebRTCWhipOutputConfiguration> | undefined, b: WebRTCWhipOutputConfiguration | PlainMessage<WebRTCWhipOutputConfiguration> | undefined): boolean;
6665
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WhipOutputConfiguration;
6666
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WhipOutputConfiguration;
6667
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WhipOutputConfiguration;
6668
+ static equals(a: WhipOutputConfiguration | PlainMessage<WhipOutputConfiguration> | undefined, b: WhipOutputConfiguration | PlainMessage<WhipOutputConfiguration> | undefined): boolean;
6669
6669
  }
6670
6670
  /**
6671
- * @generated from message norsk.api.media.WebRTCWhipOutputMessage
6671
+ * @generated from message norsk.api.media.WhipOutputMessage
6672
6672
  */
6673
- export declare class WebRTCWhipOutputMessage extends Message<WebRTCWhipOutputMessage> {
6673
+ export declare class WhipOutputMessage extends Message<WhipOutputMessage> {
6674
6674
  /**
6675
- * @generated from oneof norsk.api.media.WebRTCWhipOutputMessage.message
6675
+ * @generated from oneof norsk.api.media.WhipOutputMessage.message
6676
6676
  */
6677
6677
  message: {
6678
6678
  /**
@@ -6682,50 +6682,50 @@ export declare class WebRTCWhipOutputMessage extends Message<WebRTCWhipOutputMes
6682
6682
  case: "subscription";
6683
6683
  } | {
6684
6684
  /**
6685
- * @generated from field: norsk.api.media.WebRTCWhipOutputConfiguration configuration = 2;
6685
+ * @generated from field: norsk.api.media.WhipOutputConfiguration configuration = 2;
6686
6686
  */
6687
- value: WebRTCWhipOutputConfiguration;
6687
+ value: WhipOutputConfiguration;
6688
6688
  case: "configuration";
6689
6689
  } | {
6690
6690
  case: undefined;
6691
6691
  value?: undefined;
6692
6692
  };
6693
- constructor(data?: PartialMessage<WebRTCWhipOutputMessage>);
6693
+ constructor(data?: PartialMessage<WhipOutputMessage>);
6694
6694
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6695
- static readonly typeName = "norsk.api.media.WebRTCWhipOutputMessage";
6695
+ static readonly typeName = "norsk.api.media.WhipOutputMessage";
6696
6696
  static readonly fields: FieldList;
6697
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WebRTCWhipOutputMessage;
6698
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WebRTCWhipOutputMessage;
6699
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WebRTCWhipOutputMessage;
6700
- static equals(a: WebRTCWhipOutputMessage | PlainMessage<WebRTCWhipOutputMessage> | undefined, b: WebRTCWhipOutputMessage | PlainMessage<WebRTCWhipOutputMessage> | undefined): boolean;
6697
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WhipOutputMessage;
6698
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WhipOutputMessage;
6699
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WhipOutputMessage;
6700
+ static equals(a: WhipOutputMessage | PlainMessage<WhipOutputMessage> | undefined, b: WhipOutputMessage | PlainMessage<WhipOutputMessage> | undefined): boolean;
6701
6701
  }
6702
6702
  /**
6703
- * @generated from message norsk.api.media.WebRTCLocalOutputConfiguration
6703
+ * @generated from message norsk.api.media.WebRTCBrowserDuplexConfiguration
6704
6704
  */
6705
- export declare class WebRTCLocalOutputConfiguration extends Message<WebRTCLocalOutputConfiguration> {
6705
+ export declare class WebRTCBrowserDuplexConfiguration extends Message<WebRTCBrowserDuplexConfiguration> {
6706
6706
  /**
6707
6707
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
6708
6708
  */
6709
6709
  id?: MediaNodeId;
6710
6710
  /**
6711
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 2;
6711
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 2;
6712
6712
  */
6713
- statsSampling?: StreamStatsSampling;
6714
- constructor(data?: PartialMessage<WebRTCLocalOutputConfiguration>);
6713
+ statsSampling?: StreamStatisticsSampling;
6714
+ constructor(data?: PartialMessage<WebRTCBrowserDuplexConfiguration>);
6715
6715
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6716
- static readonly typeName = "norsk.api.media.WebRTCLocalOutputConfiguration";
6716
+ static readonly typeName = "norsk.api.media.WebRTCBrowserDuplexConfiguration";
6717
6717
  static readonly fields: FieldList;
6718
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WebRTCLocalOutputConfiguration;
6719
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WebRTCLocalOutputConfiguration;
6720
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WebRTCLocalOutputConfiguration;
6721
- static equals(a: WebRTCLocalOutputConfiguration | PlainMessage<WebRTCLocalOutputConfiguration> | undefined, b: WebRTCLocalOutputConfiguration | PlainMessage<WebRTCLocalOutputConfiguration> | undefined): boolean;
6718
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WebRTCBrowserDuplexConfiguration;
6719
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WebRTCBrowserDuplexConfiguration;
6720
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WebRTCBrowserDuplexConfiguration;
6721
+ static equals(a: WebRTCBrowserDuplexConfiguration | PlainMessage<WebRTCBrowserDuplexConfiguration> | undefined, b: WebRTCBrowserDuplexConfiguration | PlainMessage<WebRTCBrowserDuplexConfiguration> | undefined): boolean;
6722
6722
  }
6723
6723
  /**
6724
- * @generated from message norsk.api.media.WebRTCLocalOutputMessage
6724
+ * @generated from message norsk.api.media.WebRTCBrowserDuplexMessage
6725
6725
  */
6726
- export declare class WebRTCLocalOutputMessage extends Message<WebRTCLocalOutputMessage> {
6726
+ export declare class WebRTCBrowserDuplexMessage extends Message<WebRTCBrowserDuplexMessage> {
6727
6727
  /**
6728
- * @generated from oneof norsk.api.media.WebRTCLocalOutputMessage.message
6728
+ * @generated from oneof norsk.api.media.WebRTCBrowserDuplexMessage.message
6729
6729
  */
6730
6730
  message: {
6731
6731
  /**
@@ -6735,29 +6735,29 @@ export declare class WebRTCLocalOutputMessage extends Message<WebRTCLocalOutputM
6735
6735
  case: "subscription";
6736
6736
  } | {
6737
6737
  /**
6738
- * @generated from field: norsk.api.media.WebRTCLocalOutputConfiguration configuration = 2;
6738
+ * @generated from field: norsk.api.media.WebRTCBrowserDuplexConfiguration configuration = 2;
6739
6739
  */
6740
- value: WebRTCLocalOutputConfiguration;
6740
+ value: WebRTCBrowserDuplexConfiguration;
6741
6741
  case: "configuration";
6742
6742
  } | {
6743
6743
  case: undefined;
6744
6744
  value?: undefined;
6745
6745
  };
6746
- constructor(data?: PartialMessage<WebRTCLocalOutputMessage>);
6746
+ constructor(data?: PartialMessage<WebRTCBrowserDuplexMessage>);
6747
6747
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6748
- static readonly typeName = "norsk.api.media.WebRTCLocalOutputMessage";
6748
+ static readonly typeName = "norsk.api.media.WebRTCBrowserDuplexMessage";
6749
6749
  static readonly fields: FieldList;
6750
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WebRTCLocalOutputMessage;
6751
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WebRTCLocalOutputMessage;
6752
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WebRTCLocalOutputMessage;
6753
- static equals(a: WebRTCLocalOutputMessage | PlainMessage<WebRTCLocalOutputMessage> | undefined, b: WebRTCLocalOutputMessage | PlainMessage<WebRTCLocalOutputMessage> | undefined): boolean;
6750
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WebRTCBrowserDuplexMessage;
6751
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WebRTCBrowserDuplexMessage;
6752
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WebRTCBrowserDuplexMessage;
6753
+ static equals(a: WebRTCBrowserDuplexMessage | PlainMessage<WebRTCBrowserDuplexMessage> | undefined, b: WebRTCBrowserDuplexMessage | PlainMessage<WebRTCBrowserDuplexMessage> | undefined): boolean;
6754
6754
  }
6755
6755
  /**
6756
- * @generated from message norsk.api.media.WebRTCWhipOutputEvent
6756
+ * @generated from message norsk.api.media.WhipOutputEvent
6757
6757
  */
6758
- export declare class WebRTCWhipOutputEvent extends Message<WebRTCWhipOutputEvent> {
6758
+ export declare class WhipOutputEvent extends Message<WhipOutputEvent> {
6759
6759
  /**
6760
- * @generated from oneof norsk.api.media.WebRTCWhipOutputEvent.message
6760
+ * @generated from oneof norsk.api.media.WhipOutputEvent.message
6761
6761
  */
6762
6762
  message: {
6763
6763
  /**
@@ -6779,22 +6779,22 @@ export declare class WebRTCWhipOutputEvent extends Message<WebRTCWhipOutputEvent
6779
6779
  case: "inboundContext";
6780
6780
  } | {
6781
6781
  /**
6782
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 4;
6782
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 4;
6783
6783
  */
6784
- value: MultiStreamStats;
6785
- case: "streamStats";
6784
+ value: MultiStreamStatistics;
6785
+ case: "streamStatistics";
6786
6786
  } | {
6787
6787
  case: undefined;
6788
6788
  value?: undefined;
6789
6789
  };
6790
- constructor(data?: PartialMessage<WebRTCWhipOutputEvent>);
6790
+ constructor(data?: PartialMessage<WhipOutputEvent>);
6791
6791
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6792
- static readonly typeName = "norsk.api.media.WebRTCWhipOutputEvent";
6792
+ static readonly typeName = "norsk.api.media.WhipOutputEvent";
6793
6793
  static readonly fields: FieldList;
6794
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WebRTCWhipOutputEvent;
6795
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WebRTCWhipOutputEvent;
6796
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WebRTCWhipOutputEvent;
6797
- static equals(a: WebRTCWhipOutputEvent | PlainMessage<WebRTCWhipOutputEvent> | undefined, b: WebRTCWhipOutputEvent | PlainMessage<WebRTCWhipOutputEvent> | undefined): boolean;
6794
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WhipOutputEvent;
6795
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WhipOutputEvent;
6796
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WhipOutputEvent;
6797
+ static equals(a: WhipOutputEvent | PlainMessage<WhipOutputEvent> | undefined, b: WhipOutputEvent | PlainMessage<WhipOutputEvent> | undefined): boolean;
6798
6798
  }
6799
6799
  /**
6800
6800
  * @generated from message norsk.api.media.WebRTCBrowserDuplexEvent
@@ -6829,10 +6829,10 @@ export declare class WebRTCBrowserDuplexEvent extends Message<WebRTCBrowserDuple
6829
6829
  case: "outboundContext";
6830
6830
  } | {
6831
6831
  /**
6832
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 5;
6832
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 5;
6833
6833
  */
6834
- value: MultiStreamStats;
6835
- case: "streamStats";
6834
+ value: MultiStreamStatistics;
6835
+ case: "streamStatistics";
6836
6836
  } | {
6837
6837
  case: undefined;
6838
6838
  value?: undefined;
@@ -6859,13 +6859,9 @@ export declare class RtmpOutputConfiguration extends Message<RtmpOutputConfigura
6859
6859
  */
6860
6860
  url: string;
6861
6861
  /**
6862
- * @generated from field: uint32 number_of_streams = 3;
6862
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 3;
6863
6863
  */
6864
- numberOfStreams: number;
6865
- /**
6866
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 4;
6867
- */
6868
- statsSampling?: StreamStatsSampling;
6864
+ statsSampling?: StreamStatisticsSampling;
6869
6865
  constructor(data?: PartialMessage<RtmpOutputConfiguration>);
6870
6866
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6871
6867
  static readonly typeName = "norsk.api.media.RtmpOutputConfiguration";
@@ -6934,10 +6930,10 @@ export declare class RtmpOutputEvent extends Message<RtmpOutputEvent> {
6934
6930
  case: "inboundContext";
6935
6931
  } | {
6936
6932
  /**
6937
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 4;
6933
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 4;
6938
6934
  */
6939
- value: MultiStreamStats;
6940
- case: "streamStats";
6935
+ value: MultiStreamStatistics;
6936
+ case: "streamStatistics";
6941
6937
  } | {
6942
6938
  case: undefined;
6943
6939
  value?: undefined;
@@ -6952,9 +6948,9 @@ export declare class RtmpOutputEvent extends Message<RtmpOutputEvent> {
6952
6948
  static equals(a: RtmpOutputEvent | PlainMessage<RtmpOutputEvent> | undefined, b: RtmpOutputEvent | PlainMessage<RtmpOutputEvent> | undefined): boolean;
6953
6949
  }
6954
6950
  /**
6955
- * @generated from message norsk.api.media.TsFileOutputConfiguration
6951
+ * @generated from message norsk.api.media.FileTsOutputConfiguration
6956
6952
  */
6957
- export declare class TsFileOutputConfiguration extends Message<TsFileOutputConfiguration> {
6953
+ export declare class FileTsOutputConfiguration extends Message<FileTsOutputConfiguration> {
6958
6954
  /**
6959
6955
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
6960
6956
  */
@@ -6964,24 +6960,24 @@ export declare class TsFileOutputConfiguration extends Message<TsFileOutputConfi
6964
6960
  */
6965
6961
  fileName: string;
6966
6962
  /**
6967
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 3;
6963
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 3;
6968
6964
  */
6969
- statsSampling?: StreamStatsSampling;
6970
- constructor(data?: PartialMessage<TsFileOutputConfiguration>);
6965
+ statsSampling?: StreamStatisticsSampling;
6966
+ constructor(data?: PartialMessage<FileTsOutputConfiguration>);
6971
6967
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6972
- static readonly typeName = "norsk.api.media.TsFileOutputConfiguration";
6968
+ static readonly typeName = "norsk.api.media.FileTsOutputConfiguration";
6973
6969
  static readonly fields: FieldList;
6974
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TsFileOutputConfiguration;
6975
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TsFileOutputConfiguration;
6976
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TsFileOutputConfiguration;
6977
- static equals(a: TsFileOutputConfiguration | PlainMessage<TsFileOutputConfiguration> | undefined, b: TsFileOutputConfiguration | PlainMessage<TsFileOutputConfiguration> | undefined): boolean;
6970
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileTsOutputConfiguration;
6971
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileTsOutputConfiguration;
6972
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileTsOutputConfiguration;
6973
+ static equals(a: FileTsOutputConfiguration | PlainMessage<FileTsOutputConfiguration> | undefined, b: FileTsOutputConfiguration | PlainMessage<FileTsOutputConfiguration> | undefined): boolean;
6978
6974
  }
6979
6975
  /**
6980
- * @generated from message norsk.api.media.TsFileOutputMessage
6976
+ * @generated from message norsk.api.media.FileTsOutputMessage
6981
6977
  */
6982
- export declare class TsFileOutputMessage extends Message<TsFileOutputMessage> {
6978
+ export declare class FileTsOutputMessage extends Message<FileTsOutputMessage> {
6983
6979
  /**
6984
- * @generated from oneof norsk.api.media.TsFileOutputMessage.message
6980
+ * @generated from oneof norsk.api.media.FileTsOutputMessage.message
6985
6981
  */
6986
6982
  message: {
6987
6983
  /**
@@ -6991,29 +6987,29 @@ export declare class TsFileOutputMessage extends Message<TsFileOutputMessage> {
6991
6987
  case: "subscription";
6992
6988
  } | {
6993
6989
  /**
6994
- * @generated from field: norsk.api.media.TsFileOutputConfiguration configuration = 2;
6990
+ * @generated from field: norsk.api.media.FileTsOutputConfiguration configuration = 2;
6995
6991
  */
6996
- value: TsFileOutputConfiguration;
6992
+ value: FileTsOutputConfiguration;
6997
6993
  case: "configuration";
6998
6994
  } | {
6999
6995
  case: undefined;
7000
6996
  value?: undefined;
7001
6997
  };
7002
- constructor(data?: PartialMessage<TsFileOutputMessage>);
6998
+ constructor(data?: PartialMessage<FileTsOutputMessage>);
7003
6999
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
7004
- static readonly typeName = "norsk.api.media.TsFileOutputMessage";
7000
+ static readonly typeName = "norsk.api.media.FileTsOutputMessage";
7005
7001
  static readonly fields: FieldList;
7006
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TsFileOutputMessage;
7007
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TsFileOutputMessage;
7008
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TsFileOutputMessage;
7009
- static equals(a: TsFileOutputMessage | PlainMessage<TsFileOutputMessage> | undefined, b: TsFileOutputMessage | PlainMessage<TsFileOutputMessage> | undefined): boolean;
7002
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileTsOutputMessage;
7003
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileTsOutputMessage;
7004
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileTsOutputMessage;
7005
+ static equals(a: FileTsOutputMessage | PlainMessage<FileTsOutputMessage> | undefined, b: FileTsOutputMessage | PlainMessage<FileTsOutputMessage> | undefined): boolean;
7010
7006
  }
7011
7007
  /**
7012
- * @generated from message norsk.api.media.TsFileOutputEvent
7008
+ * @generated from message norsk.api.media.FileTsOutputEvent
7013
7009
  */
7014
- export declare class TsFileOutputEvent extends Message<TsFileOutputEvent> {
7010
+ export declare class FileTsOutputEvent extends Message<FileTsOutputEvent> {
7015
7011
  /**
7016
- * @generated from oneof norsk.api.media.TsFileOutputEvent.message
7012
+ * @generated from oneof norsk.api.media.FileTsOutputEvent.message
7017
7013
  */
7018
7014
  message: {
7019
7015
  /**
@@ -7035,27 +7031,27 @@ export declare class TsFileOutputEvent extends Message<TsFileOutputEvent> {
7035
7031
  case: "inboundContext";
7036
7032
  } | {
7037
7033
  /**
7038
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 4;
7034
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 4;
7039
7035
  */
7040
- value: MultiStreamStats;
7041
- case: "streamStats";
7036
+ value: MultiStreamStatistics;
7037
+ case: "streamStatistics";
7042
7038
  } | {
7043
7039
  case: undefined;
7044
7040
  value?: undefined;
7045
7041
  };
7046
- constructor(data?: PartialMessage<TsFileOutputEvent>);
7042
+ constructor(data?: PartialMessage<FileTsOutputEvent>);
7047
7043
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
7048
- static readonly typeName = "norsk.api.media.TsFileOutputEvent";
7044
+ static readonly typeName = "norsk.api.media.FileTsOutputEvent";
7049
7045
  static readonly fields: FieldList;
7050
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TsFileOutputEvent;
7051
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TsFileOutputEvent;
7052
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TsFileOutputEvent;
7053
- static equals(a: TsFileOutputEvent | PlainMessage<TsFileOutputEvent> | undefined, b: TsFileOutputEvent | PlainMessage<TsFileOutputEvent> | undefined): boolean;
7046
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileTsOutputEvent;
7047
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileTsOutputEvent;
7048
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileTsOutputEvent;
7049
+ static equals(a: FileTsOutputEvent | PlainMessage<FileTsOutputEvent> | undefined, b: FileTsOutputEvent | PlainMessage<FileTsOutputEvent> | undefined): boolean;
7054
7050
  }
7055
7051
  /**
7056
- * @generated from message norsk.api.media.Mp4FileOutputConfiguration
7052
+ * @generated from message norsk.api.media.FileMp4OutputConfiguration
7057
7053
  */
7058
- export declare class Mp4FileOutputConfiguration extends Message<Mp4FileOutputConfiguration> {
7054
+ export declare class FileMp4OutputConfiguration extends Message<FileMp4OutputConfiguration> {
7059
7055
  /**
7060
7056
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
7061
7057
  */
@@ -7073,41 +7069,41 @@ export declare class Mp4FileOutputConfiguration extends Message<Mp4FileOutputCon
7073
7069
  */
7074
7070
  encryption?: Mp4Encryption;
7075
7071
  /**
7076
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 5;
7072
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 5;
7077
7073
  */
7078
- statsSampling?: StreamStatsSampling;
7079
- constructor(data?: PartialMessage<Mp4FileOutputConfiguration>);
7074
+ statsSampling?: StreamStatisticsSampling;
7075
+ constructor(data?: PartialMessage<FileMp4OutputConfiguration>);
7080
7076
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
7081
- static readonly typeName = "norsk.api.media.Mp4FileOutputConfiguration";
7077
+ static readonly typeName = "norsk.api.media.FileMp4OutputConfiguration";
7082
7078
  static readonly fields: FieldList;
7083
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Mp4FileOutputConfiguration;
7084
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Mp4FileOutputConfiguration;
7085
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Mp4FileOutputConfiguration;
7086
- static equals(a: Mp4FileOutputConfiguration | PlainMessage<Mp4FileOutputConfiguration> | undefined, b: Mp4FileOutputConfiguration | PlainMessage<Mp4FileOutputConfiguration> | undefined): boolean;
7079
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileMp4OutputConfiguration;
7080
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileMp4OutputConfiguration;
7081
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileMp4OutputConfiguration;
7082
+ static equals(a: FileMp4OutputConfiguration | PlainMessage<FileMp4OutputConfiguration> | undefined, b: FileMp4OutputConfiguration | PlainMessage<FileMp4OutputConfiguration> | undefined): boolean;
7087
7083
  }
7088
7084
  /**
7089
- * @generated from message norsk.api.media.Mp4FileOutputWriteMessage
7085
+ * @generated from message norsk.api.media.FileMp4OutputWriteMessage
7090
7086
  */
7091
- export declare class Mp4FileOutputWriteMessage extends Message<Mp4FileOutputWriteMessage> {
7087
+ export declare class FileMp4OutputWriteMessage extends Message<FileMp4OutputWriteMessage> {
7092
7088
  /**
7093
7089
  * @generated from field: string nonfragmented_file_name = 1;
7094
7090
  */
7095
7091
  nonfragmentedFileName: string;
7096
- constructor(data?: PartialMessage<Mp4FileOutputWriteMessage>);
7092
+ constructor(data?: PartialMessage<FileMp4OutputWriteMessage>);
7097
7093
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
7098
- static readonly typeName = "norsk.api.media.Mp4FileOutputWriteMessage";
7094
+ static readonly typeName = "norsk.api.media.FileMp4OutputWriteMessage";
7099
7095
  static readonly fields: FieldList;
7100
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Mp4FileOutputWriteMessage;
7101
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Mp4FileOutputWriteMessage;
7102
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Mp4FileOutputWriteMessage;
7103
- static equals(a: Mp4FileOutputWriteMessage | PlainMessage<Mp4FileOutputWriteMessage> | undefined, b: Mp4FileOutputWriteMessage | PlainMessage<Mp4FileOutputWriteMessage> | undefined): boolean;
7096
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileMp4OutputWriteMessage;
7097
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileMp4OutputWriteMessage;
7098
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileMp4OutputWriteMessage;
7099
+ static equals(a: FileMp4OutputWriteMessage | PlainMessage<FileMp4OutputWriteMessage> | undefined, b: FileMp4OutputWriteMessage | PlainMessage<FileMp4OutputWriteMessage> | undefined): boolean;
7104
7100
  }
7105
7101
  /**
7106
- * @generated from message norsk.api.media.Mp4FileOutputMessage
7102
+ * @generated from message norsk.api.media.FileMp4OutputMessage
7107
7103
  */
7108
- export declare class Mp4FileOutputMessage extends Message<Mp4FileOutputMessage> {
7104
+ export declare class FileMp4OutputMessage extends Message<FileMp4OutputMessage> {
7109
7105
  /**
7110
- * @generated from oneof norsk.api.media.Mp4FileOutputMessage.message
7106
+ * @generated from oneof norsk.api.media.FileMp4OutputMessage.message
7111
7107
  */
7112
7108
  message: {
7113
7109
  /**
@@ -7117,35 +7113,35 @@ export declare class Mp4FileOutputMessage extends Message<Mp4FileOutputMessage>
7117
7113
  case: "subscription";
7118
7114
  } | {
7119
7115
  /**
7120
- * @generated from field: norsk.api.media.Mp4FileOutputConfiguration configuration = 2;
7116
+ * @generated from field: norsk.api.media.FileMp4OutputConfiguration configuration = 2;
7121
7117
  */
7122
- value: Mp4FileOutputConfiguration;
7118
+ value: FileMp4OutputConfiguration;
7123
7119
  case: "configuration";
7124
7120
  } | {
7125
7121
  /**
7126
- * @generated from field: norsk.api.media.Mp4FileOutputWriteMessage write_file = 3;
7122
+ * @generated from field: norsk.api.media.FileMp4OutputWriteMessage write_file = 3;
7127
7123
  */
7128
- value: Mp4FileOutputWriteMessage;
7124
+ value: FileMp4OutputWriteMessage;
7129
7125
  case: "writeFile";
7130
7126
  } | {
7131
7127
  case: undefined;
7132
7128
  value?: undefined;
7133
7129
  };
7134
- constructor(data?: PartialMessage<Mp4FileOutputMessage>);
7130
+ constructor(data?: PartialMessage<FileMp4OutputMessage>);
7135
7131
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
7136
- static readonly typeName = "norsk.api.media.Mp4FileOutputMessage";
7132
+ static readonly typeName = "norsk.api.media.FileMp4OutputMessage";
7137
7133
  static readonly fields: FieldList;
7138
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Mp4FileOutputMessage;
7139
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Mp4FileOutputMessage;
7140
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Mp4FileOutputMessage;
7141
- static equals(a: Mp4FileOutputMessage | PlainMessage<Mp4FileOutputMessage> | undefined, b: Mp4FileOutputMessage | PlainMessage<Mp4FileOutputMessage> | undefined): boolean;
7134
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileMp4OutputMessage;
7135
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileMp4OutputMessage;
7136
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileMp4OutputMessage;
7137
+ static equals(a: FileMp4OutputMessage | PlainMessage<FileMp4OutputMessage> | undefined, b: FileMp4OutputMessage | PlainMessage<FileMp4OutputMessage> | undefined): boolean;
7142
7138
  }
7143
7139
  /**
7144
- * @generated from message norsk.api.media.Mp4FileOutputEvent
7140
+ * @generated from message norsk.api.media.FileMp4OutputEvent
7145
7141
  */
7146
- export declare class Mp4FileOutputEvent extends Message<Mp4FileOutputEvent> {
7142
+ export declare class FileMp4OutputEvent extends Message<FileMp4OutputEvent> {
7147
7143
  /**
7148
- * @generated from oneof norsk.api.media.Mp4FileOutputEvent.message
7144
+ * @generated from oneof norsk.api.media.FileMp4OutputEvent.message
7149
7145
  */
7150
7146
  message: {
7151
7147
  /**
@@ -7167,22 +7163,22 @@ export declare class Mp4FileOutputEvent extends Message<Mp4FileOutputEvent> {
7167
7163
  case: "inboundContext";
7168
7164
  } | {
7169
7165
  /**
7170
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 4;
7166
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 4;
7171
7167
  */
7172
- value: MultiStreamStats;
7173
- case: "streamStats";
7168
+ value: MultiStreamStatistics;
7169
+ case: "streamStatistics";
7174
7170
  } | {
7175
7171
  case: undefined;
7176
7172
  value?: undefined;
7177
7173
  };
7178
- constructor(data?: PartialMessage<Mp4FileOutputEvent>);
7174
+ constructor(data?: PartialMessage<FileMp4OutputEvent>);
7179
7175
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
7180
- static readonly typeName = "norsk.api.media.Mp4FileOutputEvent";
7176
+ static readonly typeName = "norsk.api.media.FileMp4OutputEvent";
7181
7177
  static readonly fields: FieldList;
7182
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Mp4FileOutputEvent;
7183
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Mp4FileOutputEvent;
7184
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Mp4FileOutputEvent;
7185
- static equals(a: Mp4FileOutputEvent | PlainMessage<Mp4FileOutputEvent> | undefined, b: Mp4FileOutputEvent | PlainMessage<Mp4FileOutputEvent> | undefined): boolean;
7178
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileMp4OutputEvent;
7179
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileMp4OutputEvent;
7180
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileMp4OutputEvent;
7181
+ static equals(a: FileMp4OutputEvent | PlainMessage<FileMp4OutputEvent> | undefined, b: FileMp4OutputEvent | PlainMessage<FileMp4OutputEvent> | undefined): boolean;
7186
7182
  }
7187
7183
  /**
7188
7184
  * @generated from message norsk.api.media.FrameRate
@@ -7837,9 +7833,9 @@ export declare enum X265Codec_X265Tune {
7837
7833
  ANIMATION = 6
7838
7834
  }
7839
7835
  /**
7840
- * @generated from message norsk.api.media.VideoEncodeLadderStream
7836
+ * @generated from message norsk.api.media.VideoEncodeStream
7841
7837
  */
7842
- export declare class VideoEncodeLadderStream extends Message<VideoEncodeLadderStream> {
7838
+ export declare class VideoEncodeStream extends Message<VideoEncodeStream> {
7843
7839
  /**
7844
7840
  * @generated from field: string name = 1;
7845
7841
  */
@@ -7857,7 +7853,7 @@ export declare class VideoEncodeLadderStream extends Message<VideoEncodeLadderSt
7857
7853
  */
7858
7854
  sampleAspectRatio?: SampleAspectRatio;
7859
7855
  /**
7860
- * @generated from oneof norsk.api.media.VideoEncodeLadderStream.codec
7856
+ * @generated from oneof norsk.api.media.VideoEncodeStream.codec
7861
7857
  */
7862
7858
  codec: {
7863
7859
  /**
@@ -7899,42 +7895,42 @@ export declare class VideoEncodeLadderStream extends Message<VideoEncodeLadderSt
7899
7895
  case: undefined;
7900
7896
  value?: undefined;
7901
7897
  };
7902
- constructor(data?: PartialMessage<VideoEncodeLadderStream>);
7898
+ constructor(data?: PartialMessage<VideoEncodeStream>);
7903
7899
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
7904
- static readonly typeName = "norsk.api.media.VideoEncodeLadderStream";
7900
+ static readonly typeName = "norsk.api.media.VideoEncodeStream";
7905
7901
  static readonly fields: FieldList;
7906
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoEncodeLadderStream;
7907
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoEncodeLadderStream;
7908
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoEncodeLadderStream;
7909
- static equals(a: VideoEncodeLadderStream | PlainMessage<VideoEncodeLadderStream> | undefined, b: VideoEncodeLadderStream | PlainMessage<VideoEncodeLadderStream> | undefined): boolean;
7902
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoEncodeStream;
7903
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoEncodeStream;
7904
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoEncodeStream;
7905
+ static equals(a: VideoEncodeStream | PlainMessage<VideoEncodeStream> | undefined, b: VideoEncodeStream | PlainMessage<VideoEncodeStream> | undefined): boolean;
7910
7906
  }
7911
7907
  /**
7912
- * @generated from message norsk.api.media.VideoEncodeLadderConfiguration
7908
+ * @generated from message norsk.api.media.VideoEncodeConfiguration
7913
7909
  */
7914
- export declare class VideoEncodeLadderConfiguration extends Message<VideoEncodeLadderConfiguration> {
7910
+ export declare class VideoEncodeConfiguration extends Message<VideoEncodeConfiguration> {
7915
7911
  /**
7916
7912
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
7917
7913
  */
7918
7914
  id?: MediaNodeId;
7919
7915
  /**
7920
- * @generated from field: repeated norsk.api.media.VideoEncodeLadderStream streams = 2;
7916
+ * @generated from field: repeated norsk.api.media.VideoEncodeStream streams = 2;
7921
7917
  */
7922
- streams: VideoEncodeLadderStream[];
7923
- constructor(data?: PartialMessage<VideoEncodeLadderConfiguration>);
7918
+ streams: VideoEncodeStream[];
7919
+ constructor(data?: PartialMessage<VideoEncodeConfiguration>);
7924
7920
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
7925
- static readonly typeName = "norsk.api.media.VideoEncodeLadderConfiguration";
7921
+ static readonly typeName = "norsk.api.media.VideoEncodeConfiguration";
7926
7922
  static readonly fields: FieldList;
7927
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoEncodeLadderConfiguration;
7928
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoEncodeLadderConfiguration;
7929
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoEncodeLadderConfiguration;
7930
- static equals(a: VideoEncodeLadderConfiguration | PlainMessage<VideoEncodeLadderConfiguration> | undefined, b: VideoEncodeLadderConfiguration | PlainMessage<VideoEncodeLadderConfiguration> | undefined): boolean;
7923
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoEncodeConfiguration;
7924
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoEncodeConfiguration;
7925
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoEncodeConfiguration;
7926
+ static equals(a: VideoEncodeConfiguration | PlainMessage<VideoEncodeConfiguration> | undefined, b: VideoEncodeConfiguration | PlainMessage<VideoEncodeConfiguration> | undefined): boolean;
7931
7927
  }
7932
7928
  /**
7933
- * @generated from message norsk.api.media.VideoEncodeLadderMessage
7929
+ * @generated from message norsk.api.media.VideoEncodeMessage
7934
7930
  */
7935
- export declare class VideoEncodeLadderMessage extends Message<VideoEncodeLadderMessage> {
7931
+ export declare class VideoEncodeMessage extends Message<VideoEncodeMessage> {
7936
7932
  /**
7937
- * @generated from oneof norsk.api.media.VideoEncodeLadderMessage.message
7933
+ * @generated from oneof norsk.api.media.VideoEncodeMessage.message
7938
7934
  */
7939
7935
  message: {
7940
7936
  /**
@@ -7944,29 +7940,29 @@ export declare class VideoEncodeLadderMessage extends Message<VideoEncodeLadderM
7944
7940
  case: "subscription";
7945
7941
  } | {
7946
7942
  /**
7947
- * @generated from field: norsk.api.media.VideoEncodeLadderConfiguration configuration = 2;
7943
+ * @generated from field: norsk.api.media.VideoEncodeConfiguration configuration = 2;
7948
7944
  */
7949
- value: VideoEncodeLadderConfiguration;
7945
+ value: VideoEncodeConfiguration;
7950
7946
  case: "configuration";
7951
7947
  } | {
7952
7948
  case: undefined;
7953
7949
  value?: undefined;
7954
7950
  };
7955
- constructor(data?: PartialMessage<VideoEncodeLadderMessage>);
7951
+ constructor(data?: PartialMessage<VideoEncodeMessage>);
7956
7952
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
7957
- static readonly typeName = "norsk.api.media.VideoEncodeLadderMessage";
7953
+ static readonly typeName = "norsk.api.media.VideoEncodeMessage";
7958
7954
  static readonly fields: FieldList;
7959
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoEncodeLadderMessage;
7960
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoEncodeLadderMessage;
7961
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoEncodeLadderMessage;
7962
- static equals(a: VideoEncodeLadderMessage | PlainMessage<VideoEncodeLadderMessage> | undefined, b: VideoEncodeLadderMessage | PlainMessage<VideoEncodeLadderMessage> | undefined): boolean;
7955
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoEncodeMessage;
7956
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoEncodeMessage;
7957
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoEncodeMessage;
7958
+ static equals(a: VideoEncodeMessage | PlainMessage<VideoEncodeMessage> | undefined, b: VideoEncodeMessage | PlainMessage<VideoEncodeMessage> | undefined): boolean;
7963
7959
  }
7964
7960
  /**
7965
- * @generated from message norsk.api.media.VideoEncodeLadderEvent
7961
+ * @generated from message norsk.api.media.VideoEncodeEvent
7966
7962
  */
7967
- export declare class VideoEncodeLadderEvent extends Message<VideoEncodeLadderEvent> {
7963
+ export declare class VideoEncodeEvent extends Message<VideoEncodeEvent> {
7968
7964
  /**
7969
- * @generated from oneof norsk.api.media.VideoEncodeLadderEvent.message
7965
+ * @generated from oneof norsk.api.media.VideoEncodeEvent.message
7970
7966
  */
7971
7967
  message: {
7972
7968
  /**
@@ -7990,14 +7986,14 @@ export declare class VideoEncodeLadderEvent extends Message<VideoEncodeLadderEve
7990
7986
  case: undefined;
7991
7987
  value?: undefined;
7992
7988
  };
7993
- constructor(data?: PartialMessage<VideoEncodeLadderEvent>);
7989
+ constructor(data?: PartialMessage<VideoEncodeEvent>);
7994
7990
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
7995
- static readonly typeName = "norsk.api.media.VideoEncodeLadderEvent";
7991
+ static readonly typeName = "norsk.api.media.VideoEncodeEvent";
7996
7992
  static readonly fields: FieldList;
7997
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoEncodeLadderEvent;
7998
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoEncodeLadderEvent;
7999
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoEncodeLadderEvent;
8000
- static equals(a: VideoEncodeLadderEvent | PlainMessage<VideoEncodeLadderEvent> | undefined, b: VideoEncodeLadderEvent | PlainMessage<VideoEncodeLadderEvent> | undefined): boolean;
7993
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoEncodeEvent;
7994
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoEncodeEvent;
7995
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoEncodeEvent;
7996
+ static equals(a: VideoEncodeEvent | PlainMessage<VideoEncodeEvent> | undefined, b: VideoEncodeEvent | PlainMessage<VideoEncodeEvent> | undefined): boolean;
8001
7997
  }
8002
7998
  /**
8003
7999
  * @generated from message norsk.api.media.NvidiaRateControl
@@ -8539,15 +8535,15 @@ export declare class VideoTransformEvent extends Message<VideoTransformEvent> {
8539
8535
  static equals(a: VideoTransformEvent | PlainMessage<VideoTransformEvent> | undefined, b: VideoTransformEvent | PlainMessage<VideoTransformEvent> | undefined): boolean;
8540
8536
  }
8541
8537
  /**
8542
- * @generated from message norsk.api.media.ChaosMonkeyConfiguration
8538
+ * @generated from message norsk.api.media.StreamChaosMonkeyConfiguration
8543
8539
  */
8544
- export declare class ChaosMonkeyConfiguration extends Message<ChaosMonkeyConfiguration> {
8540
+ export declare class StreamChaosMonkeyConfiguration extends Message<StreamChaosMonkeyConfiguration> {
8545
8541
  /**
8546
8542
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
8547
8543
  */
8548
8544
  id?: MediaNodeId;
8549
8545
  /**
8550
- * @generated from oneof norsk.api.media.ChaosMonkeyConfiguration.dropFramesMode
8546
+ * @generated from oneof norsk.api.media.StreamChaosMonkeyConfiguration.dropFramesMode
8551
8547
  */
8552
8548
  dropFramesMode: {
8553
8549
  /**
@@ -8565,21 +8561,21 @@ export declare class ChaosMonkeyConfiguration extends Message<ChaosMonkeyConfigu
8565
8561
  case: undefined;
8566
8562
  value?: undefined;
8567
8563
  };
8568
- constructor(data?: PartialMessage<ChaosMonkeyConfiguration>);
8564
+ constructor(data?: PartialMessage<StreamChaosMonkeyConfiguration>);
8569
8565
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8570
- static readonly typeName = "norsk.api.media.ChaosMonkeyConfiguration";
8566
+ static readonly typeName = "norsk.api.media.StreamChaosMonkeyConfiguration";
8571
8567
  static readonly fields: FieldList;
8572
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ChaosMonkeyConfiguration;
8573
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ChaosMonkeyConfiguration;
8574
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ChaosMonkeyConfiguration;
8575
- static equals(a: ChaosMonkeyConfiguration | PlainMessage<ChaosMonkeyConfiguration> | undefined, b: ChaosMonkeyConfiguration | PlainMessage<ChaosMonkeyConfiguration> | undefined): boolean;
8568
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamChaosMonkeyConfiguration;
8569
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamChaosMonkeyConfiguration;
8570
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamChaosMonkeyConfiguration;
8571
+ static equals(a: StreamChaosMonkeyConfiguration | PlainMessage<StreamChaosMonkeyConfiguration> | undefined, b: StreamChaosMonkeyConfiguration | PlainMessage<StreamChaosMonkeyConfiguration> | undefined): boolean;
8576
8572
  }
8577
8573
  /**
8578
- * @generated from message norsk.api.media.ChaosMonkeyMessage
8574
+ * @generated from message norsk.api.media.StreamChaosMonkeyMessage
8579
8575
  */
8580
- export declare class ChaosMonkeyMessage extends Message<ChaosMonkeyMessage> {
8576
+ export declare class StreamChaosMonkeyMessage extends Message<StreamChaosMonkeyMessage> {
8581
8577
  /**
8582
- * @generated from oneof norsk.api.media.ChaosMonkeyMessage.message
8578
+ * @generated from oneof norsk.api.media.StreamChaosMonkeyMessage.message
8583
8579
  */
8584
8580
  message: {
8585
8581
  /**
@@ -8589,29 +8585,29 @@ export declare class ChaosMonkeyMessage extends Message<ChaosMonkeyMessage> {
8589
8585
  case: "subscription";
8590
8586
  } | {
8591
8587
  /**
8592
- * @generated from field: norsk.api.media.ChaosMonkeyConfiguration configuration = 2;
8588
+ * @generated from field: norsk.api.media.StreamChaosMonkeyConfiguration configuration = 2;
8593
8589
  */
8594
- value: ChaosMonkeyConfiguration;
8590
+ value: StreamChaosMonkeyConfiguration;
8595
8591
  case: "configuration";
8596
8592
  } | {
8597
8593
  case: undefined;
8598
8594
  value?: undefined;
8599
8595
  };
8600
- constructor(data?: PartialMessage<ChaosMonkeyMessage>);
8596
+ constructor(data?: PartialMessage<StreamChaosMonkeyMessage>);
8601
8597
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8602
- static readonly typeName = "norsk.api.media.ChaosMonkeyMessage";
8598
+ static readonly typeName = "norsk.api.media.StreamChaosMonkeyMessage";
8603
8599
  static readonly fields: FieldList;
8604
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ChaosMonkeyMessage;
8605
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ChaosMonkeyMessage;
8606
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ChaosMonkeyMessage;
8607
- static equals(a: ChaosMonkeyMessage | PlainMessage<ChaosMonkeyMessage> | undefined, b: ChaosMonkeyMessage | PlainMessage<ChaosMonkeyMessage> | undefined): boolean;
8600
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamChaosMonkeyMessage;
8601
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamChaosMonkeyMessage;
8602
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamChaosMonkeyMessage;
8603
+ static equals(a: StreamChaosMonkeyMessage | PlainMessage<StreamChaosMonkeyMessage> | undefined, b: StreamChaosMonkeyMessage | PlainMessage<StreamChaosMonkeyMessage> | undefined): boolean;
8608
8604
  }
8609
8605
  /**
8610
- * @generated from message norsk.api.media.ChaosMonkeyEvent
8606
+ * @generated from message norsk.api.media.StreamChaosMonkeyEvent
8611
8607
  */
8612
- export declare class ChaosMonkeyEvent extends Message<ChaosMonkeyEvent> {
8608
+ export declare class StreamChaosMonkeyEvent extends Message<StreamChaosMonkeyEvent> {
8613
8609
  /**
8614
- * @generated from oneof norsk.api.media.ChaosMonkeyEvent.message
8610
+ * @generated from oneof norsk.api.media.StreamChaosMonkeyEvent.message
8615
8611
  */
8616
8612
  message: {
8617
8613
  /**
@@ -8635,19 +8631,19 @@ export declare class ChaosMonkeyEvent extends Message<ChaosMonkeyEvent> {
8635
8631
  case: undefined;
8636
8632
  value?: undefined;
8637
8633
  };
8638
- constructor(data?: PartialMessage<ChaosMonkeyEvent>);
8634
+ constructor(data?: PartialMessage<StreamChaosMonkeyEvent>);
8639
8635
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8640
- static readonly typeName = "norsk.api.media.ChaosMonkeyEvent";
8636
+ static readonly typeName = "norsk.api.media.StreamChaosMonkeyEvent";
8641
8637
  static readonly fields: FieldList;
8642
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ChaosMonkeyEvent;
8643
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ChaosMonkeyEvent;
8644
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ChaosMonkeyEvent;
8645
- static equals(a: ChaosMonkeyEvent | PlainMessage<ChaosMonkeyEvent> | undefined, b: ChaosMonkeyEvent | PlainMessage<ChaosMonkeyEvent> | undefined): boolean;
8638
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamChaosMonkeyEvent;
8639
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamChaosMonkeyEvent;
8640
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamChaosMonkeyEvent;
8641
+ static equals(a: StreamChaosMonkeyEvent | PlainMessage<StreamChaosMonkeyEvent> | undefined, b: StreamChaosMonkeyEvent | PlainMessage<StreamChaosMonkeyEvent> | undefined): boolean;
8646
8642
  }
8647
8643
  /**
8648
- * @generated from message norsk.api.media.TimestampNudgerConfiguration
8644
+ * @generated from message norsk.api.media.StreamTimestampNudgeConfiguration
8649
8645
  */
8650
- export declare class TimestampNudgerConfiguration extends Message<TimestampNudgerConfiguration> {
8646
+ export declare class StreamTimestampNudgeConfiguration extends Message<StreamTimestampNudgeConfiguration> {
8651
8647
  /**
8652
8648
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
8653
8649
  */
@@ -8656,27 +8652,27 @@ export declare class TimestampNudgerConfiguration extends Message<TimestampNudge
8656
8652
  * @generated from field: norsk.api.media.TimestampNudge nudge = 2;
8657
8653
  */
8658
8654
  nudge?: TimestampNudge;
8659
- constructor(data?: PartialMessage<TimestampNudgerConfiguration>);
8655
+ constructor(data?: PartialMessage<StreamTimestampNudgeConfiguration>);
8660
8656
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8661
- static readonly typeName = "norsk.api.media.TimestampNudgerConfiguration";
8657
+ static readonly typeName = "norsk.api.media.StreamTimestampNudgeConfiguration";
8662
8658
  static readonly fields: FieldList;
8663
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TimestampNudgerConfiguration;
8664
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TimestampNudgerConfiguration;
8665
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TimestampNudgerConfiguration;
8666
- static equals(a: TimestampNudgerConfiguration | PlainMessage<TimestampNudgerConfiguration> | undefined, b: TimestampNudgerConfiguration | PlainMessage<TimestampNudgerConfiguration> | undefined): boolean;
8659
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamTimestampNudgeConfiguration;
8660
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamTimestampNudgeConfiguration;
8661
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamTimestampNudgeConfiguration;
8662
+ static equals(a: StreamTimestampNudgeConfiguration | PlainMessage<StreamTimestampNudgeConfiguration> | undefined, b: StreamTimestampNudgeConfiguration | PlainMessage<StreamTimestampNudgeConfiguration> | undefined): boolean;
8667
8663
  }
8668
8664
  /**
8669
- * @generated from message norsk.api.media.TimestampNudgerMessage
8665
+ * @generated from message norsk.api.media.StreamTimestampNudgeMessage
8670
8666
  */
8671
- export declare class TimestampNudgerMessage extends Message<TimestampNudgerMessage> {
8667
+ export declare class StreamTimestampNudgeMessage extends Message<StreamTimestampNudgeMessage> {
8672
8668
  /**
8673
- * @generated from oneof norsk.api.media.TimestampNudgerMessage.message
8669
+ * @generated from oneof norsk.api.media.StreamTimestampNudgeMessage.message
8674
8670
  */
8675
8671
  message: {
8676
8672
  /**
8677
- * @generated from field: norsk.api.media.TimestampNudgerConfiguration initial_config = 1;
8673
+ * @generated from field: norsk.api.media.StreamTimestampNudgeConfiguration initial_config = 1;
8678
8674
  */
8679
- value: TimestampNudgerConfiguration;
8675
+ value: StreamTimestampNudgeConfiguration;
8680
8676
  case: "initialConfig";
8681
8677
  } | {
8682
8678
  /**
@@ -8694,21 +8690,21 @@ export declare class TimestampNudgerMessage extends Message<TimestampNudgerMessa
8694
8690
  case: undefined;
8695
8691
  value?: undefined;
8696
8692
  };
8697
- constructor(data?: PartialMessage<TimestampNudgerMessage>);
8693
+ constructor(data?: PartialMessage<StreamTimestampNudgeMessage>);
8698
8694
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8699
- static readonly typeName = "norsk.api.media.TimestampNudgerMessage";
8695
+ static readonly typeName = "norsk.api.media.StreamTimestampNudgeMessage";
8700
8696
  static readonly fields: FieldList;
8701
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TimestampNudgerMessage;
8702
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TimestampNudgerMessage;
8703
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TimestampNudgerMessage;
8704
- static equals(a: TimestampNudgerMessage | PlainMessage<TimestampNudgerMessage> | undefined, b: TimestampNudgerMessage | PlainMessage<TimestampNudgerMessage> | undefined): boolean;
8697
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamTimestampNudgeMessage;
8698
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamTimestampNudgeMessage;
8699
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamTimestampNudgeMessage;
8700
+ static equals(a: StreamTimestampNudgeMessage | PlainMessage<StreamTimestampNudgeMessage> | undefined, b: StreamTimestampNudgeMessage | PlainMessage<StreamTimestampNudgeMessage> | undefined): boolean;
8705
8701
  }
8706
8702
  /**
8707
- * @generated from message norsk.api.media.TimestampNudgerEvent
8703
+ * @generated from message norsk.api.media.StreamTimestampNudgeEvent
8708
8704
  */
8709
- export declare class TimestampNudgerEvent extends Message<TimestampNudgerEvent> {
8705
+ export declare class StreamTimestampNudgeEvent extends Message<StreamTimestampNudgeEvent> {
8710
8706
  /**
8711
- * @generated from oneof norsk.api.media.TimestampNudgerEvent.message
8707
+ * @generated from oneof norsk.api.media.StreamTimestampNudgeEvent.message
8712
8708
  */
8713
8709
  message: {
8714
8710
  /**
@@ -8732,14 +8728,14 @@ export declare class TimestampNudgerEvent extends Message<TimestampNudgerEvent>
8732
8728
  case: undefined;
8733
8729
  value?: undefined;
8734
8730
  };
8735
- constructor(data?: PartialMessage<TimestampNudgerEvent>);
8731
+ constructor(data?: PartialMessage<StreamTimestampNudgeEvent>);
8736
8732
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8737
- static readonly typeName = "norsk.api.media.TimestampNudgerEvent";
8733
+ static readonly typeName = "norsk.api.media.StreamTimestampNudgeEvent";
8738
8734
  static readonly fields: FieldList;
8739
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TimestampNudgerEvent;
8740
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TimestampNudgerEvent;
8741
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TimestampNudgerEvent;
8742
- static equals(a: TimestampNudgerEvent | PlainMessage<TimestampNudgerEvent> | undefined, b: TimestampNudgerEvent | PlainMessage<TimestampNudgerEvent> | undefined): boolean;
8735
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamTimestampNudgeEvent;
8736
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamTimestampNudgeEvent;
8737
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamTimestampNudgeEvent;
8738
+ static equals(a: StreamTimestampNudgeEvent | PlainMessage<StreamTimestampNudgeEvent> | undefined, b: StreamTimestampNudgeEvent | PlainMessage<StreamTimestampNudgeEvent> | undefined): boolean;
8743
8739
  }
8744
8740
  /**
8745
8741
  * @generated from message norsk.api.media.StreamKeyOverrideConfiguration
@@ -8833,9 +8829,9 @@ export declare class StreamKeyOverrideEvent extends Message<StreamKeyOverrideEve
8833
8829
  static equals(a: StreamKeyOverrideEvent | PlainMessage<StreamKeyOverrideEvent> | undefined, b: StreamKeyOverrideEvent | PlainMessage<StreamKeyOverrideEvent> | undefined): boolean;
8834
8830
  }
8835
8831
  /**
8836
- * @generated from message norsk.api.media.MetadataOverrideConfiguration
8832
+ * @generated from message norsk.api.media.StreamMetadataOverrideConfiguration
8837
8833
  */
8838
- export declare class MetadataOverrideConfiguration extends Message<MetadataOverrideConfiguration> {
8834
+ export declare class StreamMetadataOverrideConfiguration extends Message<StreamMetadataOverrideConfiguration> {
8839
8835
  /**
8840
8836
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
8841
8837
  */
@@ -8864,19 +8860,19 @@ export declare class MetadataOverrideConfiguration extends Message<MetadataOverr
8864
8860
  * @generated from field: norsk.api.media.OptionalString subtitles_language = 5;
8865
8861
  */
8866
8862
  subtitlesLanguage?: OptionalString;
8867
- constructor(data?: PartialMessage<MetadataOverrideConfiguration>);
8863
+ constructor(data?: PartialMessage<StreamMetadataOverrideConfiguration>);
8868
8864
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8869
- static readonly typeName = "norsk.api.media.MetadataOverrideConfiguration";
8865
+ static readonly typeName = "norsk.api.media.StreamMetadataOverrideConfiguration";
8870
8866
  static readonly fields: FieldList;
8871
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataOverrideConfiguration;
8872
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataOverrideConfiguration;
8873
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataOverrideConfiguration;
8874
- static equals(a: MetadataOverrideConfiguration | PlainMessage<MetadataOverrideConfiguration> | undefined, b: MetadataOverrideConfiguration | PlainMessage<MetadataOverrideConfiguration> | undefined): boolean;
8867
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamMetadataOverrideConfiguration;
8868
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamMetadataOverrideConfiguration;
8869
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamMetadataOverrideConfiguration;
8870
+ static equals(a: StreamMetadataOverrideConfiguration | PlainMessage<StreamMetadataOverrideConfiguration> | undefined, b: StreamMetadataOverrideConfiguration | PlainMessage<StreamMetadataOverrideConfiguration> | undefined): boolean;
8875
8871
  }
8876
8872
  /**
8877
- * @generated from message norsk.api.media.MetadataOverrideUpdateConfiguration
8873
+ * @generated from message norsk.api.media.StreamMetadataOverrideUpdateConfiguration
8878
8874
  */
8879
- export declare class MetadataOverrideUpdateConfiguration extends Message<MetadataOverrideUpdateConfiguration> {
8875
+ export declare class StreamMetadataOverrideUpdateConfiguration extends Message<StreamMetadataOverrideUpdateConfiguration> {
8880
8876
  /**
8881
8877
  * * Override the bitrate metadata of a compressed video stream, or `0` to clear
8882
8878
  *
@@ -8901,33 +8897,33 @@ export declare class MetadataOverrideUpdateConfiguration extends Message<Metadat
8901
8897
  * @generated from field: norsk.api.media.OptionalString subtitles_language = 5;
8902
8898
  */
8903
8899
  subtitlesLanguage?: OptionalString;
8904
- constructor(data?: PartialMessage<MetadataOverrideUpdateConfiguration>);
8900
+ constructor(data?: PartialMessage<StreamMetadataOverrideUpdateConfiguration>);
8905
8901
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8906
- static readonly typeName = "norsk.api.media.MetadataOverrideUpdateConfiguration";
8902
+ static readonly typeName = "norsk.api.media.StreamMetadataOverrideUpdateConfiguration";
8907
8903
  static readonly fields: FieldList;
8908
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataOverrideUpdateConfiguration;
8909
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataOverrideUpdateConfiguration;
8910
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataOverrideUpdateConfiguration;
8911
- static equals(a: MetadataOverrideUpdateConfiguration | PlainMessage<MetadataOverrideUpdateConfiguration> | undefined, b: MetadataOverrideUpdateConfiguration | PlainMessage<MetadataOverrideUpdateConfiguration> | undefined): boolean;
8904
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamMetadataOverrideUpdateConfiguration;
8905
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamMetadataOverrideUpdateConfiguration;
8906
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamMetadataOverrideUpdateConfiguration;
8907
+ static equals(a: StreamMetadataOverrideUpdateConfiguration | PlainMessage<StreamMetadataOverrideUpdateConfiguration> | undefined, b: StreamMetadataOverrideUpdateConfiguration | PlainMessage<StreamMetadataOverrideUpdateConfiguration> | undefined): boolean;
8912
8908
  }
8913
8909
  /**
8914
- * @generated from message norsk.api.media.MetadataOverrideMessage
8910
+ * @generated from message norsk.api.media.StreamMetadataOverrideMessage
8915
8911
  */
8916
- export declare class MetadataOverrideMessage extends Message<MetadataOverrideMessage> {
8912
+ export declare class StreamMetadataOverrideMessage extends Message<StreamMetadataOverrideMessage> {
8917
8913
  /**
8918
- * @generated from oneof norsk.api.media.MetadataOverrideMessage.message
8914
+ * @generated from oneof norsk.api.media.StreamMetadataOverrideMessage.message
8919
8915
  */
8920
8916
  message: {
8921
8917
  /**
8922
- * @generated from field: norsk.api.media.MetadataOverrideConfiguration initial_config = 1;
8918
+ * @generated from field: norsk.api.media.StreamMetadataOverrideConfiguration initial_config = 1;
8923
8919
  */
8924
- value: MetadataOverrideConfiguration;
8920
+ value: StreamMetadataOverrideConfiguration;
8925
8921
  case: "initialConfig";
8926
8922
  } | {
8927
8923
  /**
8928
- * @generated from field: norsk.api.media.MetadataOverrideUpdateConfiguration update_config = 2;
8924
+ * @generated from field: norsk.api.media.StreamMetadataOverrideUpdateConfiguration update_config = 2;
8929
8925
  */
8930
- value: MetadataOverrideUpdateConfiguration;
8926
+ value: StreamMetadataOverrideUpdateConfiguration;
8931
8927
  case: "updateConfig";
8932
8928
  } | {
8933
8929
  /**
@@ -8939,21 +8935,21 @@ export declare class MetadataOverrideMessage extends Message<MetadataOverrideMes
8939
8935
  case: undefined;
8940
8936
  value?: undefined;
8941
8937
  };
8942
- constructor(data?: PartialMessage<MetadataOverrideMessage>);
8938
+ constructor(data?: PartialMessage<StreamMetadataOverrideMessage>);
8943
8939
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8944
- static readonly typeName = "norsk.api.media.MetadataOverrideMessage";
8940
+ static readonly typeName = "norsk.api.media.StreamMetadataOverrideMessage";
8945
8941
  static readonly fields: FieldList;
8946
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataOverrideMessage;
8947
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataOverrideMessage;
8948
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataOverrideMessage;
8949
- static equals(a: MetadataOverrideMessage | PlainMessage<MetadataOverrideMessage> | undefined, b: MetadataOverrideMessage | PlainMessage<MetadataOverrideMessage> | undefined): boolean;
8942
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamMetadataOverrideMessage;
8943
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamMetadataOverrideMessage;
8944
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamMetadataOverrideMessage;
8945
+ static equals(a: StreamMetadataOverrideMessage | PlainMessage<StreamMetadataOverrideMessage> | undefined, b: StreamMetadataOverrideMessage | PlainMessage<StreamMetadataOverrideMessage> | undefined): boolean;
8950
8946
  }
8951
8947
  /**
8952
- * @generated from message norsk.api.media.MetadataOverrideEvent
8948
+ * @generated from message norsk.api.media.StreamMetadataOverrideEvent
8953
8949
  */
8954
- export declare class MetadataOverrideEvent extends Message<MetadataOverrideEvent> {
8950
+ export declare class StreamMetadataOverrideEvent extends Message<StreamMetadataOverrideEvent> {
8955
8951
  /**
8956
- * @generated from oneof norsk.api.media.MetadataOverrideEvent.message
8952
+ * @generated from oneof norsk.api.media.StreamMetadataOverrideEvent.message
8957
8953
  */
8958
8954
  message: {
8959
8955
  /**
@@ -8977,44 +8973,44 @@ export declare class MetadataOverrideEvent extends Message<MetadataOverrideEvent
8977
8973
  case: undefined;
8978
8974
  value?: undefined;
8979
8975
  };
8980
- constructor(data?: PartialMessage<MetadataOverrideEvent>);
8976
+ constructor(data?: PartialMessage<StreamMetadataOverrideEvent>);
8981
8977
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8982
- static readonly typeName = "norsk.api.media.MetadataOverrideEvent";
8978
+ static readonly typeName = "norsk.api.media.StreamMetadataOverrideEvent";
8983
8979
  static readonly fields: FieldList;
8984
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataOverrideEvent;
8985
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataOverrideEvent;
8986
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataOverrideEvent;
8987
- static equals(a: MetadataOverrideEvent | PlainMessage<MetadataOverrideEvent> | undefined, b: MetadataOverrideEvent | PlainMessage<MetadataOverrideEvent> | undefined): boolean;
8980
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamMetadataOverrideEvent;
8981
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamMetadataOverrideEvent;
8982
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamMetadataOverrideEvent;
8983
+ static equals(a: StreamMetadataOverrideEvent | PlainMessage<StreamMetadataOverrideEvent> | undefined, b: StreamMetadataOverrideEvent | PlainMessage<StreamMetadataOverrideEvent> | undefined): boolean;
8988
8984
  }
8989
8985
  /**
8990
- * @generated from message norsk.api.media.SyncConfiguration
8986
+ * @generated from message norsk.api.media.StreamSyncConfiguration
8991
8987
  */
8992
- export declare class SyncConfiguration extends Message<SyncConfiguration> {
8988
+ export declare class StreamSyncConfiguration extends Message<StreamSyncConfiguration> {
8993
8989
  /**
8994
8990
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
8995
8991
  */
8996
8992
  id?: MediaNodeId;
8997
- constructor(data?: PartialMessage<SyncConfiguration>);
8993
+ constructor(data?: PartialMessage<StreamSyncConfiguration>);
8998
8994
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
8999
- static readonly typeName = "norsk.api.media.SyncConfiguration";
8995
+ static readonly typeName = "norsk.api.media.StreamSyncConfiguration";
9000
8996
  static readonly fields: FieldList;
9001
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SyncConfiguration;
9002
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SyncConfiguration;
9003
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SyncConfiguration;
9004
- static equals(a: SyncConfiguration | PlainMessage<SyncConfiguration> | undefined, b: SyncConfiguration | PlainMessage<SyncConfiguration> | undefined): boolean;
8997
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSyncConfiguration;
8998
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSyncConfiguration;
8999
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSyncConfiguration;
9000
+ static equals(a: StreamSyncConfiguration | PlainMessage<StreamSyncConfiguration> | undefined, b: StreamSyncConfiguration | PlainMessage<StreamSyncConfiguration> | undefined): boolean;
9005
9001
  }
9006
9002
  /**
9007
- * @generated from message norsk.api.media.SyncMessage
9003
+ * @generated from message norsk.api.media.StreamSyncMessage
9008
9004
  */
9009
- export declare class SyncMessage extends Message<SyncMessage> {
9005
+ export declare class StreamSyncMessage extends Message<StreamSyncMessage> {
9010
9006
  /**
9011
- * @generated from oneof norsk.api.media.SyncMessage.message
9007
+ * @generated from oneof norsk.api.media.StreamSyncMessage.message
9012
9008
  */
9013
9009
  message: {
9014
9010
  /**
9015
- * @generated from field: norsk.api.media.SyncConfiguration initial_config = 1;
9011
+ * @generated from field: norsk.api.media.StreamSyncConfiguration initial_config = 1;
9016
9012
  */
9017
- value: SyncConfiguration;
9013
+ value: StreamSyncConfiguration;
9018
9014
  case: "initialConfig";
9019
9015
  } | {
9020
9016
  /**
@@ -9026,21 +9022,21 @@ export declare class SyncMessage extends Message<SyncMessage> {
9026
9022
  case: undefined;
9027
9023
  value?: undefined;
9028
9024
  };
9029
- constructor(data?: PartialMessage<SyncMessage>);
9025
+ constructor(data?: PartialMessage<StreamSyncMessage>);
9030
9026
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9031
- static readonly typeName = "norsk.api.media.SyncMessage";
9027
+ static readonly typeName = "norsk.api.media.StreamSyncMessage";
9032
9028
  static readonly fields: FieldList;
9033
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SyncMessage;
9034
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SyncMessage;
9035
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SyncMessage;
9036
- static equals(a: SyncMessage | PlainMessage<SyncMessage> | undefined, b: SyncMessage | PlainMessage<SyncMessage> | undefined): boolean;
9029
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSyncMessage;
9030
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSyncMessage;
9031
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSyncMessage;
9032
+ static equals(a: StreamSyncMessage | PlainMessage<StreamSyncMessage> | undefined, b: StreamSyncMessage | PlainMessage<StreamSyncMessage> | undefined): boolean;
9037
9033
  }
9038
9034
  /**
9039
- * @generated from message norsk.api.media.SyncEvent
9035
+ * @generated from message norsk.api.media.StreamSyncEvent
9040
9036
  */
9041
- export declare class SyncEvent extends Message<SyncEvent> {
9037
+ export declare class StreamSyncEvent extends Message<StreamSyncEvent> {
9042
9038
  /**
9043
- * @generated from oneof norsk.api.media.SyncEvent.message
9039
+ * @generated from oneof norsk.api.media.StreamSyncEvent.message
9044
9040
  */
9045
9041
  message: {
9046
9042
  /**
@@ -9064,47 +9060,47 @@ export declare class SyncEvent extends Message<SyncEvent> {
9064
9060
  case: undefined;
9065
9061
  value?: undefined;
9066
9062
  };
9067
- constructor(data?: PartialMessage<SyncEvent>);
9063
+ constructor(data?: PartialMessage<StreamSyncEvent>);
9068
9064
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9069
- static readonly typeName = "norsk.api.media.SyncEvent";
9065
+ static readonly typeName = "norsk.api.media.StreamSyncEvent";
9070
9066
  static readonly fields: FieldList;
9071
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SyncEvent;
9072
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SyncEvent;
9073
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SyncEvent;
9074
- static equals(a: SyncEvent | PlainMessage<SyncEvent> | undefined, b: SyncEvent | PlainMessage<SyncEvent> | undefined): boolean;
9067
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSyncEvent;
9068
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSyncEvent;
9069
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSyncEvent;
9070
+ static equals(a: StreamSyncEvent | PlainMessage<StreamSyncEvent> | undefined, b: StreamSyncEvent | PlainMessage<StreamSyncEvent> | undefined): boolean;
9075
9071
  }
9076
9072
  /**
9077
9073
  * ///////////////////////////////
9078
- * AudioEncoder
9074
+ * AudioEncode
9079
9075
  *
9080
- * @generated from message norsk.api.media.AacEncoderConfiguration
9076
+ * @generated from message norsk.api.media.AacEncodeConfiguration
9081
9077
  */
9082
- export declare class AacEncoderConfiguration extends Message<AacEncoderConfiguration> {
9078
+ export declare class AacEncodeConfiguration extends Message<AacEncodeConfiguration> {
9083
9079
  /**
9084
9080
  * @generated from field: norsk.api.media.SampleRate sample_rate = 1;
9085
9081
  */
9086
9082
  sampleRate: SampleRate;
9087
9083
  /**
9088
- * @generated from field: norsk.api.media.AacEncoderConfiguration.AacProfile profile = 2;
9084
+ * @generated from field: norsk.api.media.AacEncodeConfiguration.AacProfile profile = 2;
9089
9085
  */
9090
- profile: AacEncoderConfiguration_AacProfile;
9086
+ profile: AacEncodeConfiguration_AacProfile;
9091
9087
  /**
9092
- * @generated from field: norsk.api.media.AacEncoderConfiguration.AacEncapsulation encapsulation = 3;
9088
+ * @generated from field: norsk.api.media.AacEncodeConfiguration.AacEncapsulation encapsulation = 3;
9093
9089
  */
9094
- encapsulation: AacEncoderConfiguration_AacEncapsulation;
9095
- constructor(data?: PartialMessage<AacEncoderConfiguration>);
9090
+ encapsulation: AacEncodeConfiguration_AacEncapsulation;
9091
+ constructor(data?: PartialMessage<AacEncodeConfiguration>);
9096
9092
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9097
- static readonly typeName = "norsk.api.media.AacEncoderConfiguration";
9093
+ static readonly typeName = "norsk.api.media.AacEncodeConfiguration";
9098
9094
  static readonly fields: FieldList;
9099
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AacEncoderConfiguration;
9100
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AacEncoderConfiguration;
9101
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AacEncoderConfiguration;
9102
- static equals(a: AacEncoderConfiguration | PlainMessage<AacEncoderConfiguration> | undefined, b: AacEncoderConfiguration | PlainMessage<AacEncoderConfiguration> | undefined): boolean;
9095
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AacEncodeConfiguration;
9096
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AacEncodeConfiguration;
9097
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AacEncodeConfiguration;
9098
+ static equals(a: AacEncodeConfiguration | PlainMessage<AacEncodeConfiguration> | undefined, b: AacEncodeConfiguration | PlainMessage<AacEncodeConfiguration> | undefined): boolean;
9103
9099
  }
9104
9100
  /**
9105
- * @generated from enum norsk.api.media.AacEncoderConfiguration.AacProfile
9101
+ * @generated from enum norsk.api.media.AacEncodeConfiguration.AacProfile
9106
9102
  */
9107
- export declare enum AacEncoderConfiguration_AacProfile {
9103
+ export declare enum AacEncodeConfiguration_AacProfile {
9108
9104
  /**
9109
9105
  * @generated from enum value: AAC_LC_PROFILE = 0;
9110
9106
  */
@@ -9119,9 +9115,9 @@ export declare enum AacEncoderConfiguration_AacProfile {
9119
9115
  AAC_HIGH_PROFILE = 2
9120
9116
  }
9121
9117
  /**
9122
- * @generated from enum norsk.api.media.AacEncoderConfiguration.AacEncapsulation
9118
+ * @generated from enum norsk.api.media.AacEncodeConfiguration.AacEncapsulation
9123
9119
  */
9124
- export declare enum AacEncoderConfiguration_AacEncapsulation {
9120
+ export declare enum AacEncodeConfiguration_AacEncapsulation {
9125
9121
  /**
9126
9122
  * @generated from enum value: AAC_ADTS_ENCAPSULATION = 0;
9127
9123
  */
@@ -9132,22 +9128,22 @@ export declare enum AacEncoderConfiguration_AacEncapsulation {
9132
9128
  AAC_RAW_ENCAPSULATION = 1
9133
9129
  }
9134
9130
  /**
9135
- * @generated from message norsk.api.media.OpusEncoderConfiguration
9131
+ * @generated from message norsk.api.media.OpusEncodeConfiguration
9136
9132
  */
9137
- export declare class OpusEncoderConfiguration extends Message<OpusEncoderConfiguration> {
9138
- constructor(data?: PartialMessage<OpusEncoderConfiguration>);
9133
+ export declare class OpusEncodeConfiguration extends Message<OpusEncodeConfiguration> {
9134
+ constructor(data?: PartialMessage<OpusEncodeConfiguration>);
9139
9135
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9140
- static readonly typeName = "norsk.api.media.OpusEncoderConfiguration";
9136
+ static readonly typeName = "norsk.api.media.OpusEncodeConfiguration";
9141
9137
  static readonly fields: FieldList;
9142
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OpusEncoderConfiguration;
9143
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OpusEncoderConfiguration;
9144
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OpusEncoderConfiguration;
9145
- static equals(a: OpusEncoderConfiguration | PlainMessage<OpusEncoderConfiguration> | undefined, b: OpusEncoderConfiguration | PlainMessage<OpusEncoderConfiguration> | undefined): boolean;
9138
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OpusEncodeConfiguration;
9139
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OpusEncodeConfiguration;
9140
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OpusEncodeConfiguration;
9141
+ static equals(a: OpusEncodeConfiguration | PlainMessage<OpusEncodeConfiguration> | undefined, b: OpusEncodeConfiguration | PlainMessage<OpusEncodeConfiguration> | undefined): boolean;
9146
9142
  }
9147
9143
  /**
9148
- * @generated from message norsk.api.media.AudioEncoderConfiguration
9144
+ * @generated from message norsk.api.media.AudioEncodeConfiguration
9149
9145
  */
9150
- export declare class AudioEncoderConfiguration extends Message<AudioEncoderConfiguration> {
9146
+ export declare class AudioEncodeConfiguration extends Message<AudioEncodeConfiguration> {
9151
9147
  /**
9152
9148
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
9153
9149
  */
@@ -9165,43 +9161,43 @@ export declare class AudioEncoderConfiguration extends Message<AudioEncoderConfi
9165
9161
  */
9166
9162
  renditionName?: RenditionName;
9167
9163
  /**
9168
- * @generated from oneof norsk.api.media.AudioEncoderConfiguration.encoder
9164
+ * @generated from oneof norsk.api.media.AudioEncodeConfiguration.encoder
9169
9165
  */
9170
9166
  encoder: {
9171
9167
  /**
9172
- * @generated from field: norsk.api.media.AacEncoderConfiguration aac = 5;
9168
+ * @generated from field: norsk.api.media.AacEncodeConfiguration aac = 5;
9173
9169
  */
9174
- value: AacEncoderConfiguration;
9170
+ value: AacEncodeConfiguration;
9175
9171
  case: "aac";
9176
9172
  } | {
9177
9173
  /**
9178
- * @generated from field: norsk.api.media.OpusEncoderConfiguration opus = 6;
9174
+ * @generated from field: norsk.api.media.OpusEncodeConfiguration opus = 6;
9179
9175
  */
9180
- value: OpusEncoderConfiguration;
9176
+ value: OpusEncodeConfiguration;
9181
9177
  case: "opus";
9182
9178
  } | {
9183
9179
  case: undefined;
9184
9180
  value?: undefined;
9185
9181
  };
9186
- constructor(data?: PartialMessage<AudioEncoderConfiguration>);
9182
+ constructor(data?: PartialMessage<AudioEncodeConfiguration>);
9187
9183
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9188
- static readonly typeName = "norsk.api.media.AudioEncoderConfiguration";
9184
+ static readonly typeName = "norsk.api.media.AudioEncodeConfiguration";
9189
9185
  static readonly fields: FieldList;
9190
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioEncoderConfiguration;
9191
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioEncoderConfiguration;
9192
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioEncoderConfiguration;
9193
- static equals(a: AudioEncoderConfiguration | PlainMessage<AudioEncoderConfiguration> | undefined, b: AudioEncoderConfiguration | PlainMessage<AudioEncoderConfiguration> | undefined): boolean;
9186
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioEncodeConfiguration;
9187
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioEncodeConfiguration;
9188
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioEncodeConfiguration;
9189
+ static equals(a: AudioEncodeConfiguration | PlainMessage<AudioEncodeConfiguration> | undefined, b: AudioEncodeConfiguration | PlainMessage<AudioEncodeConfiguration> | undefined): boolean;
9194
9190
  }
9195
9191
  /**
9196
9192
  * Message to change how an audio encode is performed.
9197
9193
  *
9198
- * @generated from message norsk.api.media.AudioEncoderMessage
9194
+ * @generated from message norsk.api.media.AudioEncodeMessage
9199
9195
  */
9200
- export declare class AudioEncoderMessage extends Message<AudioEncoderMessage> {
9196
+ export declare class AudioEncodeMessage extends Message<AudioEncodeMessage> {
9201
9197
  /**
9202
9198
  * Subscription or configuration
9203
9199
  *
9204
- * @generated from oneof norsk.api.media.AudioEncoderMessage.message
9200
+ * @generated from oneof norsk.api.media.AudioEncodeMessage.message
9205
9201
  */
9206
9202
  message: {
9207
9203
  /**
@@ -9215,29 +9211,29 @@ export declare class AudioEncoderMessage extends Message<AudioEncoderMessage> {
9215
9211
  /**
9216
9212
  * Settings to control the encode characteristics
9217
9213
  *
9218
- * @generated from field: norsk.api.media.AudioEncoderConfiguration configuration = 2;
9214
+ * @generated from field: norsk.api.media.AudioEncodeConfiguration configuration = 2;
9219
9215
  */
9220
- value: AudioEncoderConfiguration;
9216
+ value: AudioEncodeConfiguration;
9221
9217
  case: "configuration";
9222
9218
  } | {
9223
9219
  case: undefined;
9224
9220
  value?: undefined;
9225
9221
  };
9226
- constructor(data?: PartialMessage<AudioEncoderMessage>);
9222
+ constructor(data?: PartialMessage<AudioEncodeMessage>);
9227
9223
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9228
- static readonly typeName = "norsk.api.media.AudioEncoderMessage";
9224
+ static readonly typeName = "norsk.api.media.AudioEncodeMessage";
9229
9225
  static readonly fields: FieldList;
9230
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioEncoderMessage;
9231
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioEncoderMessage;
9232
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioEncoderMessage;
9233
- static equals(a: AudioEncoderMessage | PlainMessage<AudioEncoderMessage> | undefined, b: AudioEncoderMessage | PlainMessage<AudioEncoderMessage> | undefined): boolean;
9226
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioEncodeMessage;
9227
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioEncodeMessage;
9228
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioEncodeMessage;
9229
+ static equals(a: AudioEncodeMessage | PlainMessage<AudioEncodeMessage> | undefined, b: AudioEncodeMessage | PlainMessage<AudioEncodeMessage> | undefined): boolean;
9234
9230
  }
9235
9231
  /**
9236
- * @generated from message norsk.api.media.AudioEncoderEvent
9232
+ * @generated from message norsk.api.media.AudioEncodeEvent
9237
9233
  */
9238
- export declare class AudioEncoderEvent extends Message<AudioEncoderEvent> {
9234
+ export declare class AudioEncodeEvent extends Message<AudioEncodeEvent> {
9239
9235
  /**
9240
- * @generated from oneof norsk.api.media.AudioEncoderEvent.message
9236
+ * @generated from oneof norsk.api.media.AudioEncodeEvent.message
9241
9237
  */
9242
9238
  message: {
9243
9239
  /**
@@ -9261,19 +9257,19 @@ export declare class AudioEncoderEvent extends Message<AudioEncoderEvent> {
9261
9257
  case: undefined;
9262
9258
  value?: undefined;
9263
9259
  };
9264
- constructor(data?: PartialMessage<AudioEncoderEvent>);
9260
+ constructor(data?: PartialMessage<AudioEncodeEvent>);
9265
9261
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9266
- static readonly typeName = "norsk.api.media.AudioEncoderEvent";
9262
+ static readonly typeName = "norsk.api.media.AudioEncodeEvent";
9267
9263
  static readonly fields: FieldList;
9268
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioEncoderEvent;
9269
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioEncoderEvent;
9270
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioEncoderEvent;
9271
- static equals(a: AudioEncoderEvent | PlainMessage<AudioEncoderEvent> | undefined, b: AudioEncoderEvent | PlainMessage<AudioEncoderEvent> | undefined): boolean;
9264
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioEncodeEvent;
9265
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioEncodeEvent;
9266
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioEncodeEvent;
9267
+ static equals(a: AudioEncodeEvent | PlainMessage<AudioEncodeEvent> | undefined, b: AudioEncodeEvent | PlainMessage<AudioEncodeEvent> | undefined): boolean;
9272
9268
  }
9273
9269
  /**
9274
- * @generated from message norsk.api.media.SmoothSwitcherConfiguration
9270
+ * @generated from message norsk.api.media.StreamSwitchSmoothConfiguration
9275
9271
  */
9276
- export declare class SmoothSwitcherConfiguration extends Message<SmoothSwitcherConfiguration> {
9272
+ export declare class StreamSwitchSmoothConfiguration extends Message<StreamSwitchSmoothConfiguration> {
9277
9273
  /**
9278
9274
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
9279
9275
  */
@@ -9306,40 +9302,40 @@ export declare class SmoothSwitcherConfiguration extends Message<SmoothSwitcherC
9306
9302
  * @generated from field: norsk.api.media.SampleRate sample_rate = 6;
9307
9303
  */
9308
9304
  sampleRate: SampleRate;
9309
- constructor(data?: PartialMessage<SmoothSwitcherConfiguration>);
9305
+ constructor(data?: PartialMessage<StreamSwitchSmoothConfiguration>);
9310
9306
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9311
- static readonly typeName = "norsk.api.media.SmoothSwitcherConfiguration";
9307
+ static readonly typeName = "norsk.api.media.StreamSwitchSmoothConfiguration";
9312
9308
  static readonly fields: FieldList;
9313
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SmoothSwitcherConfiguration;
9314
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SmoothSwitcherConfiguration;
9315
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SmoothSwitcherConfiguration;
9316
- static equals(a: SmoothSwitcherConfiguration | PlainMessage<SmoothSwitcherConfiguration> | undefined, b: SmoothSwitcherConfiguration | PlainMessage<SmoothSwitcherConfiguration> | undefined): boolean;
9309
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSwitchSmoothConfiguration;
9310
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSwitchSmoothConfiguration;
9311
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSwitchSmoothConfiguration;
9312
+ static equals(a: StreamSwitchSmoothConfiguration | PlainMessage<StreamSwitchSmoothConfiguration> | undefined, b: StreamSwitchSmoothConfiguration | PlainMessage<StreamSwitchSmoothConfiguration> | undefined): boolean;
9317
9313
  }
9318
9314
  /**
9319
- * @generated from message norsk.api.media.SmoothSwitcherSwitch
9315
+ * @generated from message norsk.api.media.StreamSwitchSmoothSwitch
9320
9316
  */
9321
- export declare class SmoothSwitcherSwitch extends Message<SmoothSwitcherSwitch> {
9317
+ export declare class StreamSwitchSmoothSwitch extends Message<StreamSwitchSmoothSwitch> {
9322
9318
  /**
9323
9319
  * The pin to select as the new active source
9324
9320
  *
9325
9321
  * @generated from field: norsk.api.media.InputPin new_active_source = 1;
9326
9322
  */
9327
9323
  newActiveSource?: InputPin;
9328
- constructor(data?: PartialMessage<SmoothSwitcherSwitch>);
9324
+ constructor(data?: PartialMessage<StreamSwitchSmoothSwitch>);
9329
9325
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9330
- static readonly typeName = "norsk.api.media.SmoothSwitcherSwitch";
9326
+ static readonly typeName = "norsk.api.media.StreamSwitchSmoothSwitch";
9331
9327
  static readonly fields: FieldList;
9332
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SmoothSwitcherSwitch;
9333
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SmoothSwitcherSwitch;
9334
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SmoothSwitcherSwitch;
9335
- static equals(a: SmoothSwitcherSwitch | PlainMessage<SmoothSwitcherSwitch> | undefined, b: SmoothSwitcherSwitch | PlainMessage<SmoothSwitcherSwitch> | undefined): boolean;
9328
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSwitchSmoothSwitch;
9329
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSwitchSmoothSwitch;
9330
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSwitchSmoothSwitch;
9331
+ static equals(a: StreamSwitchSmoothSwitch | PlainMessage<StreamSwitchSmoothSwitch> | undefined, b: StreamSwitchSmoothSwitch | PlainMessage<StreamSwitchSmoothSwitch> | undefined): boolean;
9336
9332
  }
9337
9333
  /**
9338
- * @generated from message norsk.api.media.SmoothSwitcherMessage
9334
+ * @generated from message norsk.api.media.StreamSwitchSmoothMessage
9339
9335
  */
9340
- export declare class SmoothSwitcherMessage extends Message<SmoothSwitcherMessage> {
9336
+ export declare class StreamSwitchSmoothMessage extends Message<StreamSwitchSmoothMessage> {
9341
9337
  /**
9342
- * @generated from oneof norsk.api.media.SmoothSwitcherMessage.message
9338
+ * @generated from oneof norsk.api.media.StreamSwitchSmoothMessage.message
9343
9339
  */
9344
9340
  message: {
9345
9341
  /**
@@ -9349,35 +9345,35 @@ export declare class SmoothSwitcherMessage extends Message<SmoothSwitcherMessage
9349
9345
  case: "subscription";
9350
9346
  } | {
9351
9347
  /**
9352
- * @generated from field: norsk.api.media.SmoothSwitcherConfiguration initial_config = 2;
9348
+ * @generated from field: norsk.api.media.StreamSwitchSmoothConfiguration initial_config = 2;
9353
9349
  */
9354
- value: SmoothSwitcherConfiguration;
9350
+ value: StreamSwitchSmoothConfiguration;
9355
9351
  case: "initialConfig";
9356
9352
  } | {
9357
9353
  /**
9358
- * @generated from field: norsk.api.media.SmoothSwitcherSwitch switch_source = 3;
9354
+ * @generated from field: norsk.api.media.StreamSwitchSmoothSwitch switch_source = 3;
9359
9355
  */
9360
- value: SmoothSwitcherSwitch;
9356
+ value: StreamSwitchSmoothSwitch;
9361
9357
  case: "switchSource";
9362
9358
  } | {
9363
9359
  case: undefined;
9364
9360
  value?: undefined;
9365
9361
  };
9366
- constructor(data?: PartialMessage<SmoothSwitcherMessage>);
9362
+ constructor(data?: PartialMessage<StreamSwitchSmoothMessage>);
9367
9363
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9368
- static readonly typeName = "norsk.api.media.SmoothSwitcherMessage";
9364
+ static readonly typeName = "norsk.api.media.StreamSwitchSmoothMessage";
9369
9365
  static readonly fields: FieldList;
9370
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SmoothSwitcherMessage;
9371
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SmoothSwitcherMessage;
9372
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SmoothSwitcherMessage;
9373
- static equals(a: SmoothSwitcherMessage | PlainMessage<SmoothSwitcherMessage> | undefined, b: SmoothSwitcherMessage | PlainMessage<SmoothSwitcherMessage> | undefined): boolean;
9366
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSwitchSmoothMessage;
9367
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSwitchSmoothMessage;
9368
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSwitchSmoothMessage;
9369
+ static equals(a: StreamSwitchSmoothMessage | PlainMessage<StreamSwitchSmoothMessage> | undefined, b: StreamSwitchSmoothMessage | PlainMessage<StreamSwitchSmoothMessage> | undefined): boolean;
9374
9370
  }
9375
9371
  /**
9376
- * @generated from message norsk.api.media.SmoothSwitcherEvent
9372
+ * @generated from message norsk.api.media.StreamSwitchSmoothEvent
9377
9373
  */
9378
- export declare class SmoothSwitcherEvent extends Message<SmoothSwitcherEvent> {
9374
+ export declare class StreamSwitchSmoothEvent extends Message<StreamSwitchSmoothEvent> {
9379
9375
  /**
9380
- * @generated from oneof norsk.api.media.SmoothSwitcherEvent.message
9376
+ * @generated from oneof norsk.api.media.StreamSwitchSmoothEvent.message
9381
9377
  */
9382
9378
  message: {
9383
9379
  /**
@@ -9401,19 +9397,19 @@ export declare class SmoothSwitcherEvent extends Message<SmoothSwitcherEvent> {
9401
9397
  case: undefined;
9402
9398
  value?: undefined;
9403
9399
  };
9404
- constructor(data?: PartialMessage<SmoothSwitcherEvent>);
9400
+ constructor(data?: PartialMessage<StreamSwitchSmoothEvent>);
9405
9401
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9406
- static readonly typeName = "norsk.api.media.SmoothSwitcherEvent";
9402
+ static readonly typeName = "norsk.api.media.StreamSwitchSmoothEvent";
9407
9403
  static readonly fields: FieldList;
9408
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SmoothSwitcherEvent;
9409
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SmoothSwitcherEvent;
9410
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SmoothSwitcherEvent;
9411
- static equals(a: SmoothSwitcherEvent | PlainMessage<SmoothSwitcherEvent> | undefined, b: SmoothSwitcherEvent | PlainMessage<SmoothSwitcherEvent> | undefined): boolean;
9404
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSwitchSmoothEvent;
9405
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSwitchSmoothEvent;
9406
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSwitchSmoothEvent;
9407
+ static equals(a: StreamSwitchSmoothEvent | PlainMessage<StreamSwitchSmoothEvent> | undefined, b: StreamSwitchSmoothEvent | PlainMessage<StreamSwitchSmoothEvent> | undefined): boolean;
9412
9408
  }
9413
9409
  /**
9414
- * @generated from message norsk.api.media.HardSwitcherConfiguration
9410
+ * @generated from message norsk.api.media.StreamSwitchHardConfiguration
9415
9411
  */
9416
- export declare class HardSwitcherConfiguration extends Message<HardSwitcherConfiguration> {
9412
+ export declare class StreamSwitchHardConfiguration extends Message<StreamSwitchHardConfiguration> {
9417
9413
  /**
9418
9414
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
9419
9415
  */
@@ -9430,40 +9426,40 @@ export declare class HardSwitcherConfiguration extends Message<HardSwitcherConfi
9430
9426
  * @generated from field: string output_source = 3;
9431
9427
  */
9432
9428
  outputSource: string;
9433
- constructor(data?: PartialMessage<HardSwitcherConfiguration>);
9429
+ constructor(data?: PartialMessage<StreamSwitchHardConfiguration>);
9434
9430
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9435
- static readonly typeName = "norsk.api.media.HardSwitcherConfiguration";
9431
+ static readonly typeName = "norsk.api.media.StreamSwitchHardConfiguration";
9436
9432
  static readonly fields: FieldList;
9437
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HardSwitcherConfiguration;
9438
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): HardSwitcherConfiguration;
9439
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): HardSwitcherConfiguration;
9440
- static equals(a: HardSwitcherConfiguration | PlainMessage<HardSwitcherConfiguration> | undefined, b: HardSwitcherConfiguration | PlainMessage<HardSwitcherConfiguration> | undefined): boolean;
9433
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSwitchHardConfiguration;
9434
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSwitchHardConfiguration;
9435
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSwitchHardConfiguration;
9436
+ static equals(a: StreamSwitchHardConfiguration | PlainMessage<StreamSwitchHardConfiguration> | undefined, b: StreamSwitchHardConfiguration | PlainMessage<StreamSwitchHardConfiguration> | undefined): boolean;
9441
9437
  }
9442
9438
  /**
9443
- * @generated from message norsk.api.media.HardSwitcherSwitch
9439
+ * @generated from message norsk.api.media.StreamSwitchHardSwitch
9444
9440
  */
9445
- export declare class HardSwitcherSwitch extends Message<HardSwitcherSwitch> {
9441
+ export declare class StreamSwitchHardSwitch extends Message<StreamSwitchHardSwitch> {
9446
9442
  /**
9447
9443
  * The pin to select as the new active source
9448
9444
  *
9449
9445
  * @generated from field: norsk.api.media.InputPin new_active_source = 1;
9450
9446
  */
9451
9447
  newActiveSource?: InputPin;
9452
- constructor(data?: PartialMessage<HardSwitcherSwitch>);
9448
+ constructor(data?: PartialMessage<StreamSwitchHardSwitch>);
9453
9449
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9454
- static readonly typeName = "norsk.api.media.HardSwitcherSwitch";
9450
+ static readonly typeName = "norsk.api.media.StreamSwitchHardSwitch";
9455
9451
  static readonly fields: FieldList;
9456
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HardSwitcherSwitch;
9457
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): HardSwitcherSwitch;
9458
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): HardSwitcherSwitch;
9459
- static equals(a: HardSwitcherSwitch | PlainMessage<HardSwitcherSwitch> | undefined, b: HardSwitcherSwitch | PlainMessage<HardSwitcherSwitch> | undefined): boolean;
9452
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSwitchHardSwitch;
9453
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSwitchHardSwitch;
9454
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSwitchHardSwitch;
9455
+ static equals(a: StreamSwitchHardSwitch | PlainMessage<StreamSwitchHardSwitch> | undefined, b: StreamSwitchHardSwitch | PlainMessage<StreamSwitchHardSwitch> | undefined): boolean;
9460
9456
  }
9461
9457
  /**
9462
- * @generated from message norsk.api.media.HardSwitcherMessage
9458
+ * @generated from message norsk.api.media.StreamSwitchHardMessage
9463
9459
  */
9464
- export declare class HardSwitcherMessage extends Message<HardSwitcherMessage> {
9460
+ export declare class StreamSwitchHardMessage extends Message<StreamSwitchHardMessage> {
9465
9461
  /**
9466
- * @generated from oneof norsk.api.media.HardSwitcherMessage.message
9462
+ * @generated from oneof norsk.api.media.StreamSwitchHardMessage.message
9467
9463
  */
9468
9464
  message: {
9469
9465
  /**
@@ -9473,35 +9469,35 @@ export declare class HardSwitcherMessage extends Message<HardSwitcherMessage> {
9473
9469
  case: "subscription";
9474
9470
  } | {
9475
9471
  /**
9476
- * @generated from field: norsk.api.media.HardSwitcherConfiguration initial_config = 2;
9472
+ * @generated from field: norsk.api.media.StreamSwitchHardConfiguration initial_config = 2;
9477
9473
  */
9478
- value: HardSwitcherConfiguration;
9474
+ value: StreamSwitchHardConfiguration;
9479
9475
  case: "initialConfig";
9480
9476
  } | {
9481
9477
  /**
9482
- * @generated from field: norsk.api.media.HardSwitcherSwitch switch_source = 3;
9478
+ * @generated from field: norsk.api.media.StreamSwitchHardSwitch switch_source = 3;
9483
9479
  */
9484
- value: HardSwitcherSwitch;
9480
+ value: StreamSwitchHardSwitch;
9485
9481
  case: "switchSource";
9486
9482
  } | {
9487
9483
  case: undefined;
9488
9484
  value?: undefined;
9489
9485
  };
9490
- constructor(data?: PartialMessage<HardSwitcherMessage>);
9486
+ constructor(data?: PartialMessage<StreamSwitchHardMessage>);
9491
9487
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9492
- static readonly typeName = "norsk.api.media.HardSwitcherMessage";
9488
+ static readonly typeName = "norsk.api.media.StreamSwitchHardMessage";
9493
9489
  static readonly fields: FieldList;
9494
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HardSwitcherMessage;
9495
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): HardSwitcherMessage;
9496
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): HardSwitcherMessage;
9497
- static equals(a: HardSwitcherMessage | PlainMessage<HardSwitcherMessage> | undefined, b: HardSwitcherMessage | PlainMessage<HardSwitcherMessage> | undefined): boolean;
9490
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSwitchHardMessage;
9491
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSwitchHardMessage;
9492
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSwitchHardMessage;
9493
+ static equals(a: StreamSwitchHardMessage | PlainMessage<StreamSwitchHardMessage> | undefined, b: StreamSwitchHardMessage | PlainMessage<StreamSwitchHardMessage> | undefined): boolean;
9498
9494
  }
9499
9495
  /**
9500
- * @generated from message norsk.api.media.HardSwitcherEvent
9496
+ * @generated from message norsk.api.media.StreamSwitchHardEvent
9501
9497
  */
9502
- export declare class HardSwitcherEvent extends Message<HardSwitcherEvent> {
9498
+ export declare class StreamSwitchHardEvent extends Message<StreamSwitchHardEvent> {
9503
9499
  /**
9504
- * @generated from oneof norsk.api.media.HardSwitcherEvent.message
9500
+ * @generated from oneof norsk.api.media.StreamSwitchHardEvent.message
9505
9501
  */
9506
9502
  message: {
9507
9503
  /**
@@ -9525,45 +9521,45 @@ export declare class HardSwitcherEvent extends Message<HardSwitcherEvent> {
9525
9521
  case: undefined;
9526
9522
  value?: undefined;
9527
9523
  };
9528
- constructor(data?: PartialMessage<HardSwitcherEvent>);
9524
+ constructor(data?: PartialMessage<StreamSwitchHardEvent>);
9529
9525
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9530
- static readonly typeName = "norsk.api.media.HardSwitcherEvent";
9526
+ static readonly typeName = "norsk.api.media.StreamSwitchHardEvent";
9531
9527
  static readonly fields: FieldList;
9532
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HardSwitcherEvent;
9533
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): HardSwitcherEvent;
9534
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): HardSwitcherEvent;
9535
- static equals(a: HardSwitcherEvent | PlainMessage<HardSwitcherEvent> | undefined, b: HardSwitcherEvent | PlainMessage<HardSwitcherEvent> | undefined): boolean;
9528
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSwitchHardEvent;
9529
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSwitchHardEvent;
9530
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSwitchHardEvent;
9531
+ static equals(a: StreamSwitchHardEvent | PlainMessage<StreamSwitchHardEvent> | undefined, b: StreamSwitchHardEvent | PlainMessage<StreamSwitchHardEvent> | undefined): boolean;
9536
9532
  }
9537
9533
  /**
9538
9534
  * *
9539
9535
  * The default sampling windows are 1s, 5s, and 30s.
9540
9536
  *
9541
- * @generated from message norsk.api.media.StreamStatsConfiguration
9537
+ * @generated from message norsk.api.media.StreamStatisticsConfiguration
9542
9538
  */
9543
- export declare class StreamStatsConfiguration extends Message<StreamStatsConfiguration> {
9539
+ export declare class StreamStatisticsConfiguration extends Message<StreamStatisticsConfiguration> {
9544
9540
  /**
9545
9541
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
9546
9542
  */
9547
9543
  id?: MediaNodeId;
9548
9544
  /**
9549
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 2;
9545
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 2;
9550
9546
  */
9551
- statsSampling?: StreamStatsSampling;
9552
- constructor(data?: PartialMessage<StreamStatsConfiguration>);
9547
+ statsSampling?: StreamStatisticsSampling;
9548
+ constructor(data?: PartialMessage<StreamStatisticsConfiguration>);
9553
9549
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9554
- static readonly typeName = "norsk.api.media.StreamStatsConfiguration";
9550
+ static readonly typeName = "norsk.api.media.StreamStatisticsConfiguration";
9555
9551
  static readonly fields: FieldList;
9556
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamStatsConfiguration;
9557
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamStatsConfiguration;
9558
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamStatsConfiguration;
9559
- static equals(a: StreamStatsConfiguration | PlainMessage<StreamStatsConfiguration> | undefined, b: StreamStatsConfiguration | PlainMessage<StreamStatsConfiguration> | undefined): boolean;
9552
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamStatisticsConfiguration;
9553
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamStatisticsConfiguration;
9554
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamStatisticsConfiguration;
9555
+ static equals(a: StreamStatisticsConfiguration | PlainMessage<StreamStatisticsConfiguration> | undefined, b: StreamStatisticsConfiguration | PlainMessage<StreamStatisticsConfiguration> | undefined): boolean;
9560
9556
  }
9561
9557
  /**
9562
- * @generated from message norsk.api.media.StreamStatsMessage
9558
+ * @generated from message norsk.api.media.StreamStatisticsMessage
9563
9559
  */
9564
- export declare class StreamStatsMessage extends Message<StreamStatsMessage> {
9560
+ export declare class StreamStatisticsMessage extends Message<StreamStatisticsMessage> {
9565
9561
  /**
9566
- * @generated from oneof norsk.api.media.StreamStatsMessage.message
9562
+ * @generated from oneof norsk.api.media.StreamStatisticsMessage.message
9567
9563
  */
9568
9564
  message: {
9569
9565
  /**
@@ -9573,29 +9569,29 @@ export declare class StreamStatsMessage extends Message<StreamStatsMessage> {
9573
9569
  case: "subscription";
9574
9570
  } | {
9575
9571
  /**
9576
- * @generated from field: norsk.api.media.StreamStatsConfiguration configuration = 2;
9572
+ * @generated from field: norsk.api.media.StreamStatisticsConfiguration configuration = 2;
9577
9573
  */
9578
- value: StreamStatsConfiguration;
9574
+ value: StreamStatisticsConfiguration;
9579
9575
  case: "configuration";
9580
9576
  } | {
9581
9577
  case: undefined;
9582
9578
  value?: undefined;
9583
9579
  };
9584
- constructor(data?: PartialMessage<StreamStatsMessage>);
9580
+ constructor(data?: PartialMessage<StreamStatisticsMessage>);
9585
9581
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9586
- static readonly typeName = "norsk.api.media.StreamStatsMessage";
9582
+ static readonly typeName = "norsk.api.media.StreamStatisticsMessage";
9587
9583
  static readonly fields: FieldList;
9588
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamStatsMessage;
9589
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamStatsMessage;
9590
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamStatsMessage;
9591
- static equals(a: StreamStatsMessage | PlainMessage<StreamStatsMessage> | undefined, b: StreamStatsMessage | PlainMessage<StreamStatsMessage> | undefined): boolean;
9584
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamStatisticsMessage;
9585
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamStatisticsMessage;
9586
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamStatisticsMessage;
9587
+ static equals(a: StreamStatisticsMessage | PlainMessage<StreamStatisticsMessage> | undefined, b: StreamStatisticsMessage | PlainMessage<StreamStatisticsMessage> | undefined): boolean;
9592
9588
  }
9593
9589
  /**
9594
- * @generated from message norsk.api.media.StreamStatsEvent
9590
+ * @generated from message norsk.api.media.StreamStatisticsEvent
9595
9591
  */
9596
- export declare class StreamStatsEvent extends Message<StreamStatsEvent> {
9592
+ export declare class StreamStatisticsEvent extends Message<StreamStatisticsEvent> {
9597
9593
  /**
9598
- * @generated from oneof norsk.api.media.StreamStatsEvent.message
9594
+ * @generated from oneof norsk.api.media.StreamStatisticsEvent.message
9599
9595
  */
9600
9596
  message: {
9601
9597
  /**
@@ -9611,10 +9607,10 @@ export declare class StreamStatsEvent extends Message<StreamStatsEvent> {
9611
9607
  case: "outboundContext";
9612
9608
  } | {
9613
9609
  /**
9614
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 3;
9610
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 3;
9615
9611
  */
9616
- value: MultiStreamStats;
9617
- case: "streamStats";
9612
+ value: MultiStreamStatistics;
9613
+ case: "streamStatistics";
9618
9614
  } | {
9619
9615
  /**
9620
9616
  * @generated from field: norsk.api.media.SubscriptionResponse subscription_response = 4;
@@ -9625,19 +9621,19 @@ export declare class StreamStatsEvent extends Message<StreamStatsEvent> {
9625
9621
  case: undefined;
9626
9622
  value?: undefined;
9627
9623
  };
9628
- constructor(data?: PartialMessage<StreamStatsEvent>);
9624
+ constructor(data?: PartialMessage<StreamStatisticsEvent>);
9629
9625
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9630
- static readonly typeName = "norsk.api.media.StreamStatsEvent";
9626
+ static readonly typeName = "norsk.api.media.StreamStatisticsEvent";
9631
9627
  static readonly fields: FieldList;
9632
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamStatsEvent;
9633
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamStatsEvent;
9634
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamStatsEvent;
9635
- static equals(a: StreamStatsEvent | PlainMessage<StreamStatsEvent> | undefined, b: StreamStatsEvent | PlainMessage<StreamStatsEvent> | undefined): boolean;
9628
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamStatisticsEvent;
9629
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamStatisticsEvent;
9630
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamStatisticsEvent;
9631
+ static equals(a: StreamStatisticsEvent | PlainMessage<StreamStatisticsEvent> | undefined, b: StreamStatisticsEvent | PlainMessage<StreamStatisticsEvent> | undefined): boolean;
9636
9632
  }
9637
9633
  /**
9638
- * @generated from message norsk.api.media.AudioLevelsConfiguration
9634
+ * @generated from message norsk.api.media.AudioMeasureLevelsConfiguration
9639
9635
  */
9640
- export declare class AudioLevelsConfiguration extends Message<AudioLevelsConfiguration> {
9636
+ export declare class AudioMeasureLevelsConfiguration extends Message<AudioMeasureLevelsConfiguration> {
9641
9637
  /**
9642
9638
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
9643
9639
  */
@@ -9646,21 +9642,21 @@ export declare class AudioLevelsConfiguration extends Message<AudioLevelsConfigu
9646
9642
  * @generated from field: uint32 intervalFrames = 2;
9647
9643
  */
9648
9644
  intervalFrames: number;
9649
- constructor(data?: PartialMessage<AudioLevelsConfiguration>);
9645
+ constructor(data?: PartialMessage<AudioMeasureLevelsConfiguration>);
9650
9646
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9651
- static readonly typeName = "norsk.api.media.AudioLevelsConfiguration";
9647
+ static readonly typeName = "norsk.api.media.AudioMeasureLevelsConfiguration";
9652
9648
  static readonly fields: FieldList;
9653
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioLevelsConfiguration;
9654
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioLevelsConfiguration;
9655
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioLevelsConfiguration;
9656
- static equals(a: AudioLevelsConfiguration | PlainMessage<AudioLevelsConfiguration> | undefined, b: AudioLevelsConfiguration | PlainMessage<AudioLevelsConfiguration> | undefined): boolean;
9649
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMeasureLevelsConfiguration;
9650
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMeasureLevelsConfiguration;
9651
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMeasureLevelsConfiguration;
9652
+ static equals(a: AudioMeasureLevelsConfiguration | PlainMessage<AudioMeasureLevelsConfiguration> | undefined, b: AudioMeasureLevelsConfiguration | PlainMessage<AudioMeasureLevelsConfiguration> | undefined): boolean;
9657
9653
  }
9658
9654
  /**
9659
- * @generated from message norsk.api.media.AudioLevelsMessage
9655
+ * @generated from message norsk.api.media.AudioMeasureLevelsMessage
9660
9656
  */
9661
- export declare class AudioLevelsMessage extends Message<AudioLevelsMessage> {
9657
+ export declare class AudioMeasureLevelsMessage extends Message<AudioMeasureLevelsMessage> {
9662
9658
  /**
9663
- * @generated from oneof norsk.api.media.AudioLevelsMessage.message
9659
+ * @generated from oneof norsk.api.media.AudioMeasureLevelsMessage.message
9664
9660
  */
9665
9661
  message: {
9666
9662
  /**
@@ -9670,22 +9666,22 @@ export declare class AudioLevelsMessage extends Message<AudioLevelsMessage> {
9670
9666
  case: "subscription";
9671
9667
  } | {
9672
9668
  /**
9673
- * @generated from field: norsk.api.media.AudioLevelsConfiguration configuration = 2;
9669
+ * @generated from field: norsk.api.media.AudioMeasureLevelsConfiguration configuration = 2;
9674
9670
  */
9675
- value: AudioLevelsConfiguration;
9671
+ value: AudioMeasureLevelsConfiguration;
9676
9672
  case: "configuration";
9677
9673
  } | {
9678
9674
  case: undefined;
9679
9675
  value?: undefined;
9680
9676
  };
9681
- constructor(data?: PartialMessage<AudioLevelsMessage>);
9677
+ constructor(data?: PartialMessage<AudioMeasureLevelsMessage>);
9682
9678
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9683
- static readonly typeName = "norsk.api.media.AudioLevelsMessage";
9679
+ static readonly typeName = "norsk.api.media.AudioMeasureLevelsMessage";
9684
9680
  static readonly fields: FieldList;
9685
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioLevelsMessage;
9686
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioLevelsMessage;
9687
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioLevelsMessage;
9688
- static equals(a: AudioLevelsMessage | PlainMessage<AudioLevelsMessage> | undefined, b: AudioLevelsMessage | PlainMessage<AudioLevelsMessage> | undefined): boolean;
9681
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMeasureLevelsMessage;
9682
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMeasureLevelsMessage;
9683
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMeasureLevelsMessage;
9684
+ static equals(a: AudioMeasureLevelsMessage | PlainMessage<AudioMeasureLevelsMessage> | undefined, b: AudioMeasureLevelsMessage | PlainMessage<AudioMeasureLevelsMessage> | undefined): boolean;
9689
9685
  }
9690
9686
  /**
9691
9687
  * A time interval measured as ticks / (ticks per second)
@@ -9760,9 +9756,9 @@ export declare class ChannelLevels extends Message<ChannelLevels> {
9760
9756
  static equals(a: ChannelLevels | PlainMessage<ChannelLevels> | undefined, b: ChannelLevels | PlainMessage<ChannelLevels> | undefined): boolean;
9761
9757
  }
9762
9758
  /**
9763
- * @generated from message norsk.api.media.AudioLevels
9759
+ * @generated from message norsk.api.media.AudioMeasureLevels
9764
9760
  */
9765
- export declare class AudioLevels extends Message<AudioLevels> {
9761
+ export declare class AudioMeasureLevels extends Message<AudioMeasureLevels> {
9766
9762
  /**
9767
9763
  * @generated from field: norsk.api.media.StreamKey stream = 1;
9768
9764
  */
@@ -9775,21 +9771,21 @@ export declare class AudioLevels extends Message<AudioLevels> {
9775
9771
  * @generated from field: repeated norsk.api.media.ChannelLevels channel_levels = 3;
9776
9772
  */
9777
9773
  channelLevels: ChannelLevels[];
9778
- constructor(data?: PartialMessage<AudioLevels>);
9774
+ constructor(data?: PartialMessage<AudioMeasureLevels>);
9779
9775
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9780
- static readonly typeName = "norsk.api.media.AudioLevels";
9776
+ static readonly typeName = "norsk.api.media.AudioMeasureLevels";
9781
9777
  static readonly fields: FieldList;
9782
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioLevels;
9783
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioLevels;
9784
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioLevels;
9785
- static equals(a: AudioLevels | PlainMessage<AudioLevels> | undefined, b: AudioLevels | PlainMessage<AudioLevels> | undefined): boolean;
9778
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMeasureLevels;
9779
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMeasureLevels;
9780
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMeasureLevels;
9781
+ static equals(a: AudioMeasureLevels | PlainMessage<AudioMeasureLevels> | undefined, b: AudioMeasureLevels | PlainMessage<AudioMeasureLevels> | undefined): boolean;
9786
9782
  }
9787
9783
  /**
9788
- * @generated from message norsk.api.media.AudioLevelsEvent
9784
+ * @generated from message norsk.api.media.AudioMeasureLevelsEvent
9789
9785
  */
9790
- export declare class AudioLevelsEvent extends Message<AudioLevelsEvent> {
9786
+ export declare class AudioMeasureLevelsEvent extends Message<AudioMeasureLevelsEvent> {
9791
9787
  /**
9792
- * @generated from oneof norsk.api.media.AudioLevelsEvent.message
9788
+ * @generated from oneof norsk.api.media.AudioMeasureLevelsEvent.message
9793
9789
  */
9794
9790
  message: {
9795
9791
  /**
@@ -9805,9 +9801,9 @@ export declare class AudioLevelsEvent extends Message<AudioLevelsEvent> {
9805
9801
  case: "outboundContext";
9806
9802
  } | {
9807
9803
  /**
9808
- * @generated from field: norsk.api.media.AudioLevels levels = 3;
9804
+ * @generated from field: norsk.api.media.AudioMeasureLevels levels = 3;
9809
9805
  */
9810
- value: AudioLevels;
9806
+ value: AudioMeasureLevels;
9811
9807
  case: "levels";
9812
9808
  } | {
9813
9809
  /**
@@ -9819,14 +9815,14 @@ export declare class AudioLevelsEvent extends Message<AudioLevelsEvent> {
9819
9815
  case: undefined;
9820
9816
  value?: undefined;
9821
9817
  };
9822
- constructor(data?: PartialMessage<AudioLevelsEvent>);
9818
+ constructor(data?: PartialMessage<AudioMeasureLevelsEvent>);
9823
9819
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
9824
- static readonly typeName = "norsk.api.media.AudioLevelsEvent";
9820
+ static readonly typeName = "norsk.api.media.AudioMeasureLevelsEvent";
9825
9821
  static readonly fields: FieldList;
9826
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioLevelsEvent;
9827
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioLevelsEvent;
9828
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioLevelsEvent;
9829
- static equals(a: AudioLevelsEvent | PlainMessage<AudioLevelsEvent> | undefined, b: AudioLevelsEvent | PlainMessage<AudioLevelsEvent> | undefined): boolean;
9822
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioMeasureLevelsEvent;
9823
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioMeasureLevelsEvent;
9824
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioMeasureLevelsEvent;
9825
+ static equals(a: AudioMeasureLevelsEvent | PlainMessage<AudioMeasureLevelsEvent> | undefined, b: AudioMeasureLevelsEvent | PlainMessage<AudioMeasureLevelsEvent> | undefined): boolean;
9830
9826
  }
9831
9827
  /**
9832
9828
  * ///////////////////////////////
@@ -10087,9 +10083,9 @@ export declare class RtpInputConfiguration extends Message<RtpInputConfiguration
10087
10083
  */
10088
10084
  streams: RtpStream[];
10089
10085
  /**
10090
- * @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 4;
10086
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 4;
10091
10087
  */
10092
- statsSampling?: StreamStatsSampling;
10088
+ statsSampling?: StreamStatisticsSampling;
10093
10089
  constructor(data?: PartialMessage<RtpInputConfiguration>);
10094
10090
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
10095
10091
  static readonly typeName = "norsk.api.media.RtpInputConfiguration";
@@ -10152,10 +10148,10 @@ export declare class RtpInputEvent extends Message<RtpInputEvent> {
10152
10148
  case: "outboundContext";
10153
10149
  } | {
10154
10150
  /**
10155
- * @generated from field: norsk.api.media.MultiStreamStats stream_stats = 3;
10151
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 3;
10156
10152
  */
10157
- value: MultiStreamStats;
10158
- case: "streamStats";
10153
+ value: MultiStreamStatistics;
10154
+ case: "streamStatistics";
10159
10155
  } | {
10160
10156
  case: undefined;
10161
10157
  value?: undefined;
@@ -10173,9 +10169,9 @@ export declare class RtpInputEvent extends Message<RtpInputEvent> {
10173
10169
  * aws_region is the transcribe endpoint. The region in aws_credentials is the
10174
10170
  * authentication region
10175
10171
  *
10176
- * @generated from message norsk.api.media.AwsTranscribeConfiguration
10172
+ * @generated from message norsk.api.media.AudioTranscribeAwsConfiguration
10177
10173
  */
10178
- export declare class AwsTranscribeConfiguration extends Message<AwsTranscribeConfiguration> {
10174
+ export declare class AudioTranscribeAwsConfiguration extends Message<AudioTranscribeAwsConfiguration> {
10179
10175
  /**
10180
10176
  * @generated from field: norsk.api.media.MediaNodeId id = 1;
10181
10177
  */
@@ -10206,21 +10202,21 @@ export declare class AwsTranscribeConfiguration extends Message<AwsTranscribeCon
10206
10202
  * @generated from field: norsk.api.media.SentenceStabilizationMode sentence_stabilization_mode = 7;
10207
10203
  */
10208
10204
  sentenceStabilizationMode: SentenceStabilizationMode;
10209
- constructor(data?: PartialMessage<AwsTranscribeConfiguration>);
10205
+ constructor(data?: PartialMessage<AudioTranscribeAwsConfiguration>);
10210
10206
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
10211
- static readonly typeName = "norsk.api.media.AwsTranscribeConfiguration";
10207
+ static readonly typeName = "norsk.api.media.AudioTranscribeAwsConfiguration";
10212
10208
  static readonly fields: FieldList;
10213
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AwsTranscribeConfiguration;
10214
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AwsTranscribeConfiguration;
10215
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AwsTranscribeConfiguration;
10216
- static equals(a: AwsTranscribeConfiguration | PlainMessage<AwsTranscribeConfiguration> | undefined, b: AwsTranscribeConfiguration | PlainMessage<AwsTranscribeConfiguration> | undefined): boolean;
10209
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioTranscribeAwsConfiguration;
10210
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioTranscribeAwsConfiguration;
10211
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioTranscribeAwsConfiguration;
10212
+ static equals(a: AudioTranscribeAwsConfiguration | PlainMessage<AudioTranscribeAwsConfiguration> | undefined, b: AudioTranscribeAwsConfiguration | PlainMessage<AudioTranscribeAwsConfiguration> | undefined): boolean;
10217
10213
  }
10218
10214
  /**
10219
- * @generated from message norsk.api.media.AwsTranscribeMessage
10215
+ * @generated from message norsk.api.media.AudioTranscribeAwsMessage
10220
10216
  */
10221
- export declare class AwsTranscribeMessage extends Message<AwsTranscribeMessage> {
10217
+ export declare class AudioTranscribeAwsMessage extends Message<AudioTranscribeAwsMessage> {
10222
10218
  /**
10223
- * @generated from oneof norsk.api.media.AwsTranscribeMessage.message
10219
+ * @generated from oneof norsk.api.media.AudioTranscribeAwsMessage.message
10224
10220
  */
10225
10221
  message: {
10226
10222
  /**
@@ -10230,29 +10226,29 @@ export declare class AwsTranscribeMessage extends Message<AwsTranscribeMessage>
10230
10226
  case: "subscription";
10231
10227
  } | {
10232
10228
  /**
10233
- * @generated from field: norsk.api.media.AwsTranscribeConfiguration configuration = 2;
10229
+ * @generated from field: norsk.api.media.AudioTranscribeAwsConfiguration configuration = 2;
10234
10230
  */
10235
- value: AwsTranscribeConfiguration;
10231
+ value: AudioTranscribeAwsConfiguration;
10236
10232
  case: "configuration";
10237
10233
  } | {
10238
10234
  case: undefined;
10239
10235
  value?: undefined;
10240
10236
  };
10241
- constructor(data?: PartialMessage<AwsTranscribeMessage>);
10237
+ constructor(data?: PartialMessage<AudioTranscribeAwsMessage>);
10242
10238
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
10243
- static readonly typeName = "norsk.api.media.AwsTranscribeMessage";
10239
+ static readonly typeName = "norsk.api.media.AudioTranscribeAwsMessage";
10244
10240
  static readonly fields: FieldList;
10245
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AwsTranscribeMessage;
10246
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AwsTranscribeMessage;
10247
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AwsTranscribeMessage;
10248
- static equals(a: AwsTranscribeMessage | PlainMessage<AwsTranscribeMessage> | undefined, b: AwsTranscribeMessage | PlainMessage<AwsTranscribeMessage> | undefined): boolean;
10241
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioTranscribeAwsMessage;
10242
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioTranscribeAwsMessage;
10243
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioTranscribeAwsMessage;
10244
+ static equals(a: AudioTranscribeAwsMessage | PlainMessage<AudioTranscribeAwsMessage> | undefined, b: AudioTranscribeAwsMessage | PlainMessage<AudioTranscribeAwsMessage> | undefined): boolean;
10249
10245
  }
10250
10246
  /**
10251
- * @generated from message norsk.api.media.AwsTranscribeEvent
10247
+ * @generated from message norsk.api.media.AudioTranscribeAwsEvent
10252
10248
  */
10253
- export declare class AwsTranscribeEvent extends Message<AwsTranscribeEvent> {
10249
+ export declare class AudioTranscribeAwsEvent extends Message<AudioTranscribeAwsEvent> {
10254
10250
  /**
10255
- * @generated from oneof norsk.api.media.AwsTranscribeEvent.message
10251
+ * @generated from oneof norsk.api.media.AudioTranscribeAwsEvent.message
10256
10252
  */
10257
10253
  message: {
10258
10254
  /**
@@ -10276,14 +10272,14 @@ export declare class AwsTranscribeEvent extends Message<AwsTranscribeEvent> {
10276
10272
  case: undefined;
10277
10273
  value?: undefined;
10278
10274
  };
10279
- constructor(data?: PartialMessage<AwsTranscribeEvent>);
10275
+ constructor(data?: PartialMessage<AudioTranscribeAwsEvent>);
10280
10276
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
10281
- static readonly typeName = "norsk.api.media.AwsTranscribeEvent";
10277
+ static readonly typeName = "norsk.api.media.AudioTranscribeAwsEvent";
10282
10278
  static readonly fields: FieldList;
10283
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AwsTranscribeEvent;
10284
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AwsTranscribeEvent;
10285
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AwsTranscribeEvent;
10286
- static equals(a: AwsTranscribeEvent | PlainMessage<AwsTranscribeEvent> | undefined, b: AwsTranscribeEvent | PlainMessage<AwsTranscribeEvent> | undefined): boolean;
10279
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioTranscribeAwsEvent;
10280
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioTranscribeAwsEvent;
10281
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioTranscribeAwsEvent;
10282
+ static equals(a: AudioTranscribeAwsEvent | PlainMessage<AudioTranscribeAwsEvent> | undefined, b: AudioTranscribeAwsEvent | PlainMessage<AudioTranscribeAwsEvent> | undefined): boolean;
10287
10283
  }
10288
10284
  /**
10289
10285
  * ////////////////////////////////////////////////////////////////////////////