@norskvideo/norsk-api 1.0.352 → 1.0.356
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/manager_grpc_pb.d.ts +17 -0
- package/lib/manager_grpc_pb.js +11 -0
- package/lib/media_grpc_pb.d.ts +45 -13
- package/lib/media_grpc_pb.js +89 -18
- package/lib/media_pb.d.ts +526 -74
- package/lib/media_pb.js +493 -96
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +797 -109
- package/lib/shared/common_pb.d.ts +4 -30
- package/lib/shared/common_pb.js +3 -53
- package/lib/shared/common_pb.js.map +1 -1
- package/lib/shared/common_pb.ts +6 -68
- package/package.json +1 -1
package/lib/media_pb.d.ts
CHANGED
|
@@ -2969,6 +2969,10 @@ export declare class FileTsInputConfiguration extends Message<FileTsInputConfigu
|
|
|
2969
2969
|
* @generated from field: bool loop = 5;
|
|
2970
2970
|
*/
|
|
2971
2971
|
loop: boolean;
|
|
2972
|
+
/**
|
|
2973
|
+
* @generated from field: norsk.api.media.FileTsInputConfiguration.StartMode start_mode = 6;
|
|
2974
|
+
*/
|
|
2975
|
+
startMode: FileTsInputConfiguration_StartMode;
|
|
2972
2976
|
constructor(data?: PartialMessage<FileTsInputConfiguration>);
|
|
2973
2977
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
2974
2978
|
static readonly typeName = "norsk.api.media.FileTsInputConfiguration";
|
|
@@ -2978,6 +2982,19 @@ export declare class FileTsInputConfiguration extends Message<FileTsInputConfigu
|
|
|
2978
2982
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileTsInputConfiguration;
|
|
2979
2983
|
static equals(a: FileTsInputConfiguration | PlainMessage<FileTsInputConfiguration> | undefined, b: FileTsInputConfiguration | PlainMessage<FileTsInputConfiguration> | undefined): boolean;
|
|
2980
2984
|
}
|
|
2985
|
+
/**
|
|
2986
|
+
* @generated from enum norsk.api.media.FileTsInputConfiguration.StartMode
|
|
2987
|
+
*/
|
|
2988
|
+
export declare enum FileTsInputConfiguration_StartMode {
|
|
2989
|
+
/**
|
|
2990
|
+
* @generated from enum value: FILE_TS_START_PLAYING = 0;
|
|
2991
|
+
*/
|
|
2992
|
+
FILE_TS_START_PLAYING = 0,
|
|
2993
|
+
/**
|
|
2994
|
+
* @generated from enum value: FILE_TS_START_PAUSED = 1;
|
|
2995
|
+
*/
|
|
2996
|
+
FILE_TS_START_PAUSED = 1
|
|
2997
|
+
}
|
|
2981
2998
|
/**
|
|
2982
2999
|
* @generated from message norsk.api.media.FileTsInputConfigurationUpdate
|
|
2983
3000
|
*/
|
|
@@ -3020,6 +3037,18 @@ export declare class FileTsInputMessage extends Message<FileTsInputMessage> {
|
|
|
3020
3037
|
*/
|
|
3021
3038
|
value: FileTsInputConfigurationUpdate;
|
|
3022
3039
|
case: "updateConfig";
|
|
3040
|
+
} | {
|
|
3041
|
+
/**
|
|
3042
|
+
* @generated from field: google.protobuf.Empty play = 4;
|
|
3043
|
+
*/
|
|
3044
|
+
value: Empty;
|
|
3045
|
+
case: "play";
|
|
3046
|
+
} | {
|
|
3047
|
+
/**
|
|
3048
|
+
* @generated from field: google.protobuf.Empty pause = 5;
|
|
3049
|
+
*/
|
|
3050
|
+
value: Empty;
|
|
3051
|
+
case: "pause";
|
|
3023
3052
|
} | {
|
|
3024
3053
|
case: undefined;
|
|
3025
3054
|
value?: undefined;
|
|
@@ -3128,6 +3157,26 @@ export declare class SrtInputConfiguration extends Message<SrtInputConfiguration
|
|
|
3128
3157
|
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 8;
|
|
3129
3158
|
*/
|
|
3130
3159
|
statsSampling?: StreamStatisticsSampling;
|
|
3160
|
+
/**
|
|
3161
|
+
* @generated from field: norsk.api.common.OptionalInt receive_latency = 9;
|
|
3162
|
+
*/
|
|
3163
|
+
receiveLatency?: OptionalInt;
|
|
3164
|
+
/**
|
|
3165
|
+
* @generated from field: norsk.api.common.OptionalInt peer_latency = 10;
|
|
3166
|
+
*/
|
|
3167
|
+
peerLatency?: OptionalInt;
|
|
3168
|
+
/**
|
|
3169
|
+
* @generated from field: norsk.api.common.OptionalInt input_bandwidth = 11;
|
|
3170
|
+
*/
|
|
3171
|
+
inputBandwidth?: OptionalInt;
|
|
3172
|
+
/**
|
|
3173
|
+
* @generated from field: norsk.api.common.OptionalInt overhead_bandwidth = 12;
|
|
3174
|
+
*/
|
|
3175
|
+
overheadBandwidth?: OptionalInt;
|
|
3176
|
+
/**
|
|
3177
|
+
* @generated from field: norsk.api.common.OptionalInt max_bandwidth = 13;
|
|
3178
|
+
*/
|
|
3179
|
+
maxBandwidth?: OptionalInt;
|
|
3131
3180
|
constructor(data?: PartialMessage<SrtInputConfiguration>);
|
|
3132
3181
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
3133
3182
|
static readonly typeName = "norsk.api.media.SrtInputConfiguration";
|
|
@@ -3987,6 +4036,10 @@ export declare class FileMp4InputConfiguration extends Message<FileMp4InputConfi
|
|
|
3987
4036
|
* @generated from field: bool loop = 5;
|
|
3988
4037
|
*/
|
|
3989
4038
|
loop: boolean;
|
|
4039
|
+
/**
|
|
4040
|
+
* @generated from field: norsk.api.media.FileMp4InputConfiguration.StartMode start_mode = 6;
|
|
4041
|
+
*/
|
|
4042
|
+
startMode: FileMp4InputConfiguration_StartMode;
|
|
3990
4043
|
constructor(data?: PartialMessage<FileMp4InputConfiguration>);
|
|
3991
4044
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
3992
4045
|
static readonly typeName = "norsk.api.media.FileMp4InputConfiguration";
|
|
@@ -3996,6 +4049,19 @@ export declare class FileMp4InputConfiguration extends Message<FileMp4InputConfi
|
|
|
3996
4049
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileMp4InputConfiguration;
|
|
3997
4050
|
static equals(a: FileMp4InputConfiguration | PlainMessage<FileMp4InputConfiguration> | undefined, b: FileMp4InputConfiguration | PlainMessage<FileMp4InputConfiguration> | undefined): boolean;
|
|
3998
4051
|
}
|
|
4052
|
+
/**
|
|
4053
|
+
* @generated from enum norsk.api.media.FileMp4InputConfiguration.StartMode
|
|
4054
|
+
*/
|
|
4055
|
+
export declare enum FileMp4InputConfiguration_StartMode {
|
|
4056
|
+
/**
|
|
4057
|
+
* @generated from enum value: FILE_MP4_START_PLAYING = 0;
|
|
4058
|
+
*/
|
|
4059
|
+
FILE_MP4_START_PLAYING = 0,
|
|
4060
|
+
/**
|
|
4061
|
+
* @generated from enum value: FILE_MP4_START_PAUSED = 1;
|
|
4062
|
+
*/
|
|
4063
|
+
FILE_MP4_START_PAUSED = 1
|
|
4064
|
+
}
|
|
3999
4065
|
/**
|
|
4000
4066
|
* @generated from message norsk.api.media.FileMp4InputConfigurationUpdate
|
|
4001
4067
|
*/
|
|
@@ -4038,6 +4104,18 @@ export declare class FileMp4InputMessage extends Message<FileMp4InputMessage> {
|
|
|
4038
4104
|
*/
|
|
4039
4105
|
value: FileMp4InputConfigurationUpdate;
|
|
4040
4106
|
case: "updateConfig";
|
|
4107
|
+
} | {
|
|
4108
|
+
/**
|
|
4109
|
+
* @generated from field: google.protobuf.Empty play = 4;
|
|
4110
|
+
*/
|
|
4111
|
+
value: Empty;
|
|
4112
|
+
case: "play";
|
|
4113
|
+
} | {
|
|
4114
|
+
/**
|
|
4115
|
+
* @generated from field: google.protobuf.Empty pause = 5;
|
|
4116
|
+
*/
|
|
4117
|
+
value: Empty;
|
|
4118
|
+
case: "pause";
|
|
4041
4119
|
} | {
|
|
4042
4120
|
case: undefined;
|
|
4043
4121
|
value?: undefined;
|
|
@@ -6193,6 +6271,18 @@ export declare class AwsS3PushDestination extends Message<AwsS3PushDestination>
|
|
|
6193
6271
|
* @generated from field: float retention_period_seconds = 9;
|
|
6194
6272
|
*/
|
|
6195
6273
|
retentionPeriodSeconds: number;
|
|
6274
|
+
/**
|
|
6275
|
+
* @generated from field: norsk.api.common.OptionalInt default_segment_count = 10;
|
|
6276
|
+
*/
|
|
6277
|
+
defaultSegmentCount?: OptionalInt;
|
|
6278
|
+
/**
|
|
6279
|
+
* @generated from field: float hold_back_seconds = 11;
|
|
6280
|
+
*/
|
|
6281
|
+
holdBackSeconds: number;
|
|
6282
|
+
/**
|
|
6283
|
+
* @generated from field: float part_hold_back_seconds = 12;
|
|
6284
|
+
*/
|
|
6285
|
+
partHoldBackSeconds: number;
|
|
6196
6286
|
constructor(data?: PartialMessage<AwsS3PushDestination>);
|
|
6197
6287
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6198
6288
|
static readonly typeName = "norsk.api.media.AwsS3PushDestination";
|
|
@@ -6218,6 +6308,18 @@ export declare class LocalPullDestination extends Message<LocalPullDestination>
|
|
|
6218
6308
|
* @generated from field: string id = 3;
|
|
6219
6309
|
*/
|
|
6220
6310
|
id: string;
|
|
6311
|
+
/**
|
|
6312
|
+
* @generated from field: norsk.api.common.OptionalInt default_segment_count = 4;
|
|
6313
|
+
*/
|
|
6314
|
+
defaultSegmentCount?: OptionalInt;
|
|
6315
|
+
/**
|
|
6316
|
+
* @generated from field: float hold_back_seconds = 5;
|
|
6317
|
+
*/
|
|
6318
|
+
holdBackSeconds: number;
|
|
6319
|
+
/**
|
|
6320
|
+
* @generated from field: float part_hold_back_seconds = 6;
|
|
6321
|
+
*/
|
|
6322
|
+
partHoldBackSeconds: number;
|
|
6221
6323
|
constructor(data?: PartialMessage<LocalPullDestination>);
|
|
6222
6324
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6223
6325
|
static readonly typeName = "norsk.api.media.LocalPullDestination";
|
|
@@ -6284,10 +6386,8 @@ export declare class CmafVideoConfiguration extends Message<CmafVideoConfigurati
|
|
|
6284
6386
|
*/
|
|
6285
6387
|
partDurationSeconds: number;
|
|
6286
6388
|
/**
|
|
6287
|
-
*
|
|
6288
|
-
|
|
6289
|
-
delayOutputMs: number;
|
|
6290
|
-
/**
|
|
6389
|
+
* float delay_output_ms = 4;
|
|
6390
|
+
*
|
|
6291
6391
|
* @generated from field: norsk.api.media.Mp4Encryption encryption = 5;
|
|
6292
6392
|
*/
|
|
6293
6393
|
encryption?: Mp4Encryption;
|
|
@@ -6315,10 +6415,6 @@ export declare class CmafVideoConfiguration extends Message<CmafVideoConfigurati
|
|
|
6315
6415
|
* @generated from field: int32 bitrate = 10;
|
|
6316
6416
|
*/
|
|
6317
6417
|
bitrate: number;
|
|
6318
|
-
/**
|
|
6319
|
-
* @generated from field: uint32 maximum_playlist_segments = 11;
|
|
6320
|
-
*/
|
|
6321
|
-
maximumPlaylistSegments: number;
|
|
6322
6418
|
constructor(data?: PartialMessage<CmafVideoConfiguration>);
|
|
6323
6419
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6324
6420
|
static readonly typeName = "norsk.api.media.CmafVideoConfiguration";
|
|
@@ -6385,10 +6481,8 @@ export declare class HlsTsVideoConfiguration extends Message<HlsTsVideoConfigura
|
|
|
6385
6481
|
*/
|
|
6386
6482
|
segmentDurationSeconds: number;
|
|
6387
6483
|
/**
|
|
6388
|
-
*
|
|
6389
|
-
|
|
6390
|
-
delayOutputMs: number;
|
|
6391
|
-
/**
|
|
6484
|
+
* float delay_output_ms = 3;
|
|
6485
|
+
*
|
|
6392
6486
|
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 4;
|
|
6393
6487
|
*/
|
|
6394
6488
|
statsSampling?: StreamStatisticsSampling;
|
|
@@ -6412,10 +6506,6 @@ export declare class HlsTsVideoConfiguration extends Message<HlsTsVideoConfigura
|
|
|
6412
6506
|
* @generated from field: int32 bitrate = 8;
|
|
6413
6507
|
*/
|
|
6414
6508
|
bitrate: number;
|
|
6415
|
-
/**
|
|
6416
|
-
* @generated from field: uint32 maximum_playlist_segments = 9;
|
|
6417
|
-
*/
|
|
6418
|
-
maximumPlaylistSegments: number;
|
|
6419
6509
|
constructor(data?: PartialMessage<HlsTsVideoConfiguration>);
|
|
6420
6510
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6421
6511
|
static readonly typeName = "norsk.api.media.HlsTsVideoConfiguration";
|
|
@@ -6486,10 +6576,8 @@ export declare class CmafAudioConfiguration extends Message<CmafAudioConfigurati
|
|
|
6486
6576
|
*/
|
|
6487
6577
|
partDurationSeconds: number;
|
|
6488
6578
|
/**
|
|
6489
|
-
*
|
|
6490
|
-
|
|
6491
|
-
delayOutputMs: number;
|
|
6492
|
-
/**
|
|
6579
|
+
* float delay_output_ms = 4;
|
|
6580
|
+
*
|
|
6493
6581
|
* @generated from field: norsk.api.media.Mp4Encryption encryption = 6;
|
|
6494
6582
|
*/
|
|
6495
6583
|
encryption?: Mp4Encryption;
|
|
@@ -6517,10 +6605,6 @@ export declare class CmafAudioConfiguration extends Message<CmafAudioConfigurati
|
|
|
6517
6605
|
* @generated from field: int32 bitrate = 11;
|
|
6518
6606
|
*/
|
|
6519
6607
|
bitrate: number;
|
|
6520
|
-
/**
|
|
6521
|
-
* @generated from field: uint32 maximum_playlist_segments = 12;
|
|
6522
|
-
*/
|
|
6523
|
-
maximumPlaylistSegments: number;
|
|
6524
6608
|
constructor(data?: PartialMessage<CmafAudioConfiguration>);
|
|
6525
6609
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6526
6610
|
static readonly typeName = "norsk.api.media.CmafAudioConfiguration";
|
|
@@ -6587,10 +6671,8 @@ export declare class HlsTsAudioConfiguration extends Message<HlsTsAudioConfigura
|
|
|
6587
6671
|
*/
|
|
6588
6672
|
segmentDurationSeconds: number;
|
|
6589
6673
|
/**
|
|
6590
|
-
*
|
|
6591
|
-
|
|
6592
|
-
delayOutputMs: number;
|
|
6593
|
-
/**
|
|
6674
|
+
* float delay_output_ms = 3;
|
|
6675
|
+
*
|
|
6594
6676
|
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 4;
|
|
6595
6677
|
*/
|
|
6596
6678
|
statsSampling?: StreamStatisticsSampling;
|
|
@@ -6614,10 +6696,6 @@ export declare class HlsTsAudioConfiguration extends Message<HlsTsAudioConfigura
|
|
|
6614
6696
|
* @generated from field: int32 bitrate = 8;
|
|
6615
6697
|
*/
|
|
6616
6698
|
bitrate: number;
|
|
6617
|
-
/**
|
|
6618
|
-
* @generated from field: uint32 maximum_playlist_segments = 9;
|
|
6619
|
-
*/
|
|
6620
|
-
maximumPlaylistSegments: number;
|
|
6621
6699
|
constructor(data?: PartialMessage<HlsTsAudioConfiguration>);
|
|
6622
6700
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6623
6701
|
static readonly typeName = "norsk.api.media.HlsTsAudioConfiguration";
|
|
@@ -6684,10 +6762,8 @@ export declare class CmafWebVttConfiguration extends Message<CmafWebVttConfigura
|
|
|
6684
6762
|
*/
|
|
6685
6763
|
segmentDurationSeconds: number;
|
|
6686
6764
|
/**
|
|
6687
|
-
*
|
|
6688
|
-
|
|
6689
|
-
delayOutputMs: number;
|
|
6690
|
-
/**
|
|
6765
|
+
* float delay_output_ms = 3;
|
|
6766
|
+
*
|
|
6691
6767
|
* @generated from field: repeated norsk.api.media.CMAFDestination destinations = 5;
|
|
6692
6768
|
*/
|
|
6693
6769
|
destinations: CMAFDestination[];
|
|
@@ -6695,10 +6771,6 @@ export declare class CmafWebVttConfiguration extends Message<CmafWebVttConfigura
|
|
|
6695
6771
|
* @generated from field: string hls_cache_directory = 6;
|
|
6696
6772
|
*/
|
|
6697
6773
|
hlsCacheDirectory: string;
|
|
6698
|
-
/**
|
|
6699
|
-
* @generated from field: uint32 maximum_playlist_segments = 7;
|
|
6700
|
-
*/
|
|
6701
|
-
maximumPlaylistSegments: number;
|
|
6702
6774
|
/**
|
|
6703
6775
|
* @generated from field: norsk.api.media.Interval pts_adjustment = 8;
|
|
6704
6776
|
*/
|
|
@@ -7292,10 +7364,8 @@ export declare class HlsTsCombinedPushConfiguration extends Message<HlsTsCombine
|
|
|
7292
7364
|
*/
|
|
7293
7365
|
segmentDurationSeconds: number;
|
|
7294
7366
|
/**
|
|
7295
|
-
*
|
|
7296
|
-
|
|
7297
|
-
delayOutputMs: number;
|
|
7298
|
-
/**
|
|
7367
|
+
* float delay_output_ms = 4;
|
|
7368
|
+
*
|
|
7299
7369
|
* @generated from field: string playlist_name = 5;
|
|
7300
7370
|
*/
|
|
7301
7371
|
playlistName: string;
|
|
@@ -7346,6 +7416,18 @@ export declare class HlsPushDestination extends Message<HlsPushDestination> {
|
|
|
7346
7416
|
* @generated from field: float retention_period_seconds = 6;
|
|
7347
7417
|
*/
|
|
7348
7418
|
retentionPeriodSeconds: number;
|
|
7419
|
+
/**
|
|
7420
|
+
* @generated from field: norsk.api.common.OptionalInt default_segment_count = 7;
|
|
7421
|
+
*/
|
|
7422
|
+
defaultSegmentCount?: OptionalInt;
|
|
7423
|
+
/**
|
|
7424
|
+
* @generated from field: float hold_back_seconds = 8;
|
|
7425
|
+
*/
|
|
7426
|
+
holdBackSeconds: number;
|
|
7427
|
+
/**
|
|
7428
|
+
* @generated from field: float part_hold_back_seconds = 9;
|
|
7429
|
+
*/
|
|
7430
|
+
partHoldBackSeconds: number;
|
|
7349
7431
|
constructor(data?: PartialMessage<HlsPushDestination>);
|
|
7350
7432
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
7351
7433
|
static readonly typeName = "norsk.api.media.HlsPushDestination";
|
|
@@ -7604,6 +7686,26 @@ export declare class SrtOutputConfiguration extends Message<SrtOutputConfigurati
|
|
|
7604
7686
|
* @generated from field: norsk.api.common.OptionalInt av_delay_ms = 10;
|
|
7605
7687
|
*/
|
|
7606
7688
|
avDelayMs?: OptionalInt;
|
|
7689
|
+
/**
|
|
7690
|
+
* @generated from field: norsk.api.common.OptionalInt receive_latency = 11;
|
|
7691
|
+
*/
|
|
7692
|
+
receiveLatency?: OptionalInt;
|
|
7693
|
+
/**
|
|
7694
|
+
* @generated from field: norsk.api.common.OptionalInt peer_latency = 12;
|
|
7695
|
+
*/
|
|
7696
|
+
peerLatency?: OptionalInt;
|
|
7697
|
+
/**
|
|
7698
|
+
* @generated from field: norsk.api.common.OptionalInt input_bandwidth = 13;
|
|
7699
|
+
*/
|
|
7700
|
+
inputBandwidth?: OptionalInt;
|
|
7701
|
+
/**
|
|
7702
|
+
* @generated from field: norsk.api.common.OptionalInt overhead_bandwidth = 14;
|
|
7703
|
+
*/
|
|
7704
|
+
overheadBandwidth?: OptionalInt;
|
|
7705
|
+
/**
|
|
7706
|
+
* @generated from field: norsk.api.common.OptionalInt max_bandwidth = 15;
|
|
7707
|
+
*/
|
|
7708
|
+
maxBandwidth?: OptionalInt;
|
|
7607
7709
|
constructor(data?: PartialMessage<SrtOutputConfiguration>);
|
|
7608
7710
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
7609
7711
|
static readonly typeName = "norsk.api.media.SrtOutputConfiguration";
|
|
@@ -8615,7 +8717,7 @@ export declare class X264Codec extends Message<X264Codec> {
|
|
|
8615
8717
|
*/
|
|
8616
8718
|
cabac?: OptionalBool;
|
|
8617
8719
|
/**
|
|
8618
|
-
* Sets the maximum rate the VBV buffer should be assumed to refill at
|
|
8720
|
+
* Sets the maximum rate the VBV buffer should be assumed to refill at (kbit/s)
|
|
8619
8721
|
*
|
|
8620
8722
|
* @generated from field: norsk.api.common.OptionalInt vbv_max_rate = 11;
|
|
8621
8723
|
*/
|
|
@@ -8913,7 +9015,7 @@ export declare class X265Codec extends Message<X265Codec> {
|
|
|
8913
9015
|
*/
|
|
8914
9016
|
frameReference?: OptionalInt;
|
|
8915
9017
|
/**
|
|
8916
|
-
* Sets the maximum rate the VBV buffer should be assumed to refill at
|
|
9018
|
+
* Sets the maximum rate the VBV buffer should be assumed to refill at (kbit/s)
|
|
8917
9019
|
*
|
|
8918
9020
|
* @generated from field: norsk.api.common.OptionalInt vbv_max_rate = 11;
|
|
8919
9021
|
*/
|
|
@@ -9269,6 +9371,128 @@ export declare class VideoEncodeEvent extends Message<VideoEncodeEvent> {
|
|
|
9269
9371
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoEncodeEvent;
|
|
9270
9372
|
static equals(a: VideoEncodeEvent | PlainMessage<VideoEncodeEvent> | undefined, b: VideoEncodeEvent | PlainMessage<VideoEncodeEvent> | undefined): boolean;
|
|
9271
9373
|
}
|
|
9374
|
+
/**
|
|
9375
|
+
* @generated from message norsk.api.media.VideoDecodeConfiguration
|
|
9376
|
+
*/
|
|
9377
|
+
export declare class VideoDecodeConfiguration extends Message<VideoDecodeConfiguration> {
|
|
9378
|
+
/**
|
|
9379
|
+
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
9380
|
+
*/
|
|
9381
|
+
id?: MediaNodeId;
|
|
9382
|
+
/**
|
|
9383
|
+
* @generated from field: norsk.api.media.VideoDecodeConfiguration.VideoDecoder decoder = 2;
|
|
9384
|
+
*/
|
|
9385
|
+
decoder: VideoDecodeConfiguration_VideoDecoder;
|
|
9386
|
+
constructor(data?: PartialMessage<VideoDecodeConfiguration>);
|
|
9387
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
9388
|
+
static readonly typeName = "norsk.api.media.VideoDecodeConfiguration";
|
|
9389
|
+
static readonly fields: FieldList;
|
|
9390
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoDecodeConfiguration;
|
|
9391
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoDecodeConfiguration;
|
|
9392
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoDecodeConfiguration;
|
|
9393
|
+
static equals(a: VideoDecodeConfiguration | PlainMessage<VideoDecodeConfiguration> | undefined, b: VideoDecodeConfiguration | PlainMessage<VideoDecodeConfiguration> | undefined): boolean;
|
|
9394
|
+
}
|
|
9395
|
+
/**
|
|
9396
|
+
* @generated from enum norsk.api.media.VideoDecodeConfiguration.VideoDecoder
|
|
9397
|
+
*/
|
|
9398
|
+
export declare enum VideoDecodeConfiguration_VideoDecoder {
|
|
9399
|
+
/**
|
|
9400
|
+
* @generated from enum value: VIDEO_DECODER_SOFTWARE = 0;
|
|
9401
|
+
*/
|
|
9402
|
+
SOFTWARE = 0,
|
|
9403
|
+
/**
|
|
9404
|
+
* @generated from enum value: VIDEO_DECODER_LOGAN = 1;
|
|
9405
|
+
*/
|
|
9406
|
+
LOGAN = 1,
|
|
9407
|
+
/**
|
|
9408
|
+
* @generated from enum value: VIDEO_DECODER_QUADRA = 2;
|
|
9409
|
+
*/
|
|
9410
|
+
QUADRA = 2,
|
|
9411
|
+
/**
|
|
9412
|
+
* @generated from enum value: VIDEO_DECODER_NVIDIA = 3;
|
|
9413
|
+
*/
|
|
9414
|
+
NVIDIA = 3,
|
|
9415
|
+
/**
|
|
9416
|
+
* @generated from enum value: VIDEO_DECODER_XILINX = 4;
|
|
9417
|
+
*/
|
|
9418
|
+
XILINX = 4
|
|
9419
|
+
}
|
|
9420
|
+
/**
|
|
9421
|
+
* @generated from message norsk.api.media.VideoDecodeMessage
|
|
9422
|
+
*/
|
|
9423
|
+
export declare class VideoDecodeMessage extends Message<VideoDecodeMessage> {
|
|
9424
|
+
/**
|
|
9425
|
+
* @generated from oneof norsk.api.media.VideoDecodeMessage.message
|
|
9426
|
+
*/
|
|
9427
|
+
message: {
|
|
9428
|
+
/**
|
|
9429
|
+
* @generated from field: norsk.api.media.Subscription subscription = 1;
|
|
9430
|
+
*/
|
|
9431
|
+
value: Subscription;
|
|
9432
|
+
case: "subscription";
|
|
9433
|
+
} | {
|
|
9434
|
+
/**
|
|
9435
|
+
* @generated from field: norsk.api.media.VideoDecodeConfiguration configuration = 2;
|
|
9436
|
+
*/
|
|
9437
|
+
value: VideoDecodeConfiguration;
|
|
9438
|
+
case: "configuration";
|
|
9439
|
+
} | {
|
|
9440
|
+
case: undefined;
|
|
9441
|
+
value?: undefined;
|
|
9442
|
+
};
|
|
9443
|
+
constructor(data?: PartialMessage<VideoDecodeMessage>);
|
|
9444
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
9445
|
+
static readonly typeName = "norsk.api.media.VideoDecodeMessage";
|
|
9446
|
+
static readonly fields: FieldList;
|
|
9447
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoDecodeMessage;
|
|
9448
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoDecodeMessage;
|
|
9449
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoDecodeMessage;
|
|
9450
|
+
static equals(a: VideoDecodeMessage | PlainMessage<VideoDecodeMessage> | undefined, b: VideoDecodeMessage | PlainMessage<VideoDecodeMessage> | undefined): boolean;
|
|
9451
|
+
}
|
|
9452
|
+
/**
|
|
9453
|
+
* @generated from message norsk.api.media.VideoDecodeEvent
|
|
9454
|
+
*/
|
|
9455
|
+
export declare class VideoDecodeEvent extends Message<VideoDecodeEvent> {
|
|
9456
|
+
/**
|
|
9457
|
+
* @generated from oneof norsk.api.media.VideoDecodeEvent.message
|
|
9458
|
+
*/
|
|
9459
|
+
message: {
|
|
9460
|
+
/**
|
|
9461
|
+
* @generated from field: norsk.api.media.MediaNodeId node_id = 1;
|
|
9462
|
+
*/
|
|
9463
|
+
value: MediaNodeId;
|
|
9464
|
+
case: "nodeId";
|
|
9465
|
+
} | {
|
|
9466
|
+
/**
|
|
9467
|
+
* @generated from field: norsk.api.media.Context outbound_context = 2;
|
|
9468
|
+
*/
|
|
9469
|
+
value: Context;
|
|
9470
|
+
case: "outboundContext";
|
|
9471
|
+
} | {
|
|
9472
|
+
/**
|
|
9473
|
+
* @generated from field: norsk.api.media.SubscriptionResponse subscription_response = 3;
|
|
9474
|
+
*/
|
|
9475
|
+
value: SubscriptionResponse;
|
|
9476
|
+
case: "subscriptionResponse";
|
|
9477
|
+
} | {
|
|
9478
|
+
/**
|
|
9479
|
+
* @generated from field: norsk.api.media.Context inbound_context = 4;
|
|
9480
|
+
*/
|
|
9481
|
+
value: Context;
|
|
9482
|
+
case: "inboundContext";
|
|
9483
|
+
} | {
|
|
9484
|
+
case: undefined;
|
|
9485
|
+
value?: undefined;
|
|
9486
|
+
};
|
|
9487
|
+
constructor(data?: PartialMessage<VideoDecodeEvent>);
|
|
9488
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
9489
|
+
static readonly typeName = "norsk.api.media.VideoDecodeEvent";
|
|
9490
|
+
static readonly fields: FieldList;
|
|
9491
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoDecodeEvent;
|
|
9492
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoDecodeEvent;
|
|
9493
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoDecodeEvent;
|
|
9494
|
+
static equals(a: VideoDecodeEvent | PlainMessage<VideoDecodeEvent> | undefined, b: VideoDecodeEvent | PlainMessage<VideoDecodeEvent> | undefined): boolean;
|
|
9495
|
+
}
|
|
9272
9496
|
/**
|
|
9273
9497
|
* @generated from message norsk.api.media.NvidiaRateControl
|
|
9274
9498
|
*/
|
|
@@ -9278,22 +9502,35 @@ export declare class NvidiaRateControl extends Message<NvidiaRateControl> {
|
|
|
9278
9502
|
*/
|
|
9279
9503
|
mode: NvidiaRateControl_NvidiaRateControlMode;
|
|
9280
9504
|
/**
|
|
9505
|
+
* * The average bitrate of this encode (bits/sec)
|
|
9506
|
+
*
|
|
9281
9507
|
* @generated from field: norsk.api.common.OptionalInt averageBitrate = 2;
|
|
9282
9508
|
*/
|
|
9283
9509
|
averageBitrate?: OptionalInt;
|
|
9284
9510
|
/**
|
|
9511
|
+
* * The maximum bitrate of this encode (bits/sec)
|
|
9512
|
+
*
|
|
9285
9513
|
* @generated from field: norsk.api.common.OptionalInt maxBitrate = 3;
|
|
9286
9514
|
*/
|
|
9287
9515
|
maxBitrate?: OptionalInt;
|
|
9288
9516
|
/**
|
|
9517
|
+
* * The vbv buffer size used for this encode (bits)
|
|
9518
|
+
*
|
|
9289
9519
|
* @generated from field: norsk.api.common.OptionalInt vbvBufferSize = 4;
|
|
9290
9520
|
*/
|
|
9291
9521
|
vbvBufferSize?: OptionalInt;
|
|
9292
9522
|
/**
|
|
9523
|
+
* * The vbv initial delay used for this encode (bits)
|
|
9524
|
+
*
|
|
9293
9525
|
* @generated from field: norsk.api.common.OptionalInt vbvInitialDelay = 5;
|
|
9294
9526
|
*/
|
|
9295
9527
|
vbvInitialDelay?: OptionalInt;
|
|
9296
9528
|
/**
|
|
9529
|
+
* * Enable lookahead or not:
|
|
9530
|
+
* Note: enabling lookahead will introduce scene cuts unless this is specifically disabled
|
|
9531
|
+
* elswhere in the codec settings
|
|
9532
|
+
*
|
|
9533
|
+
*
|
|
9297
9534
|
* @generated from field: norsk.api.common.OptionalBool enableLookahead = 6;
|
|
9298
9535
|
*/
|
|
9299
9536
|
enableLookahead?: OptionalBool;
|
|
@@ -10134,6 +10371,61 @@ export declare enum XilinxHevc_XilinxHevcTier {
|
|
|
10134
10371
|
*/
|
|
10135
10372
|
HIGH = 1
|
|
10136
10373
|
}
|
|
10374
|
+
/**
|
|
10375
|
+
* @generated from message norsk.api.media.NoDeinterlace
|
|
10376
|
+
*/
|
|
10377
|
+
export declare class NoDeinterlace extends Message<NoDeinterlace> {
|
|
10378
|
+
constructor(data?: PartialMessage<NoDeinterlace>);
|
|
10379
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10380
|
+
static readonly typeName = "norsk.api.media.NoDeinterlace";
|
|
10381
|
+
static readonly fields: FieldList;
|
|
10382
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NoDeinterlace;
|
|
10383
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NoDeinterlace;
|
|
10384
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NoDeinterlace;
|
|
10385
|
+
static equals(a: NoDeinterlace | PlainMessage<NoDeinterlace> | undefined, b: NoDeinterlace | PlainMessage<NoDeinterlace> | undefined): boolean;
|
|
10386
|
+
}
|
|
10387
|
+
/**
|
|
10388
|
+
* @generated from message norsk.api.media.SoftwareDeinterlace
|
|
10389
|
+
*/
|
|
10390
|
+
export declare class SoftwareDeinterlace extends Message<SoftwareDeinterlace> {
|
|
10391
|
+
/**
|
|
10392
|
+
* @generated from field: norsk.api.media.SoftwareDeinterlace.SoftwareDeinterlaceAlgorithm algorithm = 1;
|
|
10393
|
+
*/
|
|
10394
|
+
algorithm: SoftwareDeinterlace_SoftwareDeinterlaceAlgorithm;
|
|
10395
|
+
constructor(data?: PartialMessage<SoftwareDeinterlace>);
|
|
10396
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10397
|
+
static readonly typeName = "norsk.api.media.SoftwareDeinterlace";
|
|
10398
|
+
static readonly fields: FieldList;
|
|
10399
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SoftwareDeinterlace;
|
|
10400
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SoftwareDeinterlace;
|
|
10401
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SoftwareDeinterlace;
|
|
10402
|
+
static equals(a: SoftwareDeinterlace | PlainMessage<SoftwareDeinterlace> | undefined, b: SoftwareDeinterlace | PlainMessage<SoftwareDeinterlace> | undefined): boolean;
|
|
10403
|
+
}
|
|
10404
|
+
/**
|
|
10405
|
+
* @generated from enum norsk.api.media.SoftwareDeinterlace.SoftwareDeinterlaceAlgorithm
|
|
10406
|
+
*/
|
|
10407
|
+
export declare enum SoftwareDeinterlace_SoftwareDeinterlaceAlgorithm {
|
|
10408
|
+
/**
|
|
10409
|
+
* @generated from enum value: SoftwareBwdif = 0;
|
|
10410
|
+
*/
|
|
10411
|
+
SoftwareBwdif = 0,
|
|
10412
|
+
/**
|
|
10413
|
+
* @generated from enum value: SoftwareKerndeint = 1;
|
|
10414
|
+
*/
|
|
10415
|
+
SoftwareKerndeint = 1,
|
|
10416
|
+
/**
|
|
10417
|
+
* @generated from enum value: SoftwareNnedi = 2;
|
|
10418
|
+
*/
|
|
10419
|
+
SoftwareNnedi = 2,
|
|
10420
|
+
/**
|
|
10421
|
+
* @generated from enum value: SoftwareW3fdif = 3;
|
|
10422
|
+
*/
|
|
10423
|
+
SoftwareW3fdif = 3,
|
|
10424
|
+
/**
|
|
10425
|
+
* @generated from enum value: SoftwareYadif = 4;
|
|
10426
|
+
*/
|
|
10427
|
+
SoftwareYadif = 4
|
|
10428
|
+
}
|
|
10137
10429
|
/**
|
|
10138
10430
|
* @generated from message norsk.api.media.VideoTransformConfiguration
|
|
10139
10431
|
*/
|
|
@@ -10154,6 +10446,25 @@ export declare class VideoTransformConfiguration extends Message<VideoTransformC
|
|
|
10154
10446
|
* @generated from field: norsk.api.media.FrameRate frame_rate = 5;
|
|
10155
10447
|
*/
|
|
10156
10448
|
frameRate?: FrameRate;
|
|
10449
|
+
/**
|
|
10450
|
+
* @generated from oneof norsk.api.media.VideoTransformConfiguration.deinterlace
|
|
10451
|
+
*/
|
|
10452
|
+
deinterlace: {
|
|
10453
|
+
/**
|
|
10454
|
+
* @generated from field: norsk.api.media.NoDeinterlace none = 6;
|
|
10455
|
+
*/
|
|
10456
|
+
value: NoDeinterlace;
|
|
10457
|
+
case: "none";
|
|
10458
|
+
} | {
|
|
10459
|
+
/**
|
|
10460
|
+
* @generated from field: norsk.api.media.SoftwareDeinterlace software = 7;
|
|
10461
|
+
*/
|
|
10462
|
+
value: SoftwareDeinterlace;
|
|
10463
|
+
case: "software";
|
|
10464
|
+
} | {
|
|
10465
|
+
case: undefined;
|
|
10466
|
+
value?: undefined;
|
|
10467
|
+
};
|
|
10157
10468
|
constructor(data?: PartialMessage<VideoTransformConfiguration>);
|
|
10158
10469
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10159
10470
|
static readonly typeName = "norsk.api.media.VideoTransformConfiguration";
|
|
@@ -10597,6 +10908,18 @@ export declare class StreamMetadataOverrideConfiguration extends Message<StreamM
|
|
|
10597
10908
|
* @generated from field: norsk.api.common.OptionalString subtitles_language = 5;
|
|
10598
10909
|
*/
|
|
10599
10910
|
subtitlesLanguage?: OptionalString;
|
|
10911
|
+
/**
|
|
10912
|
+
* * Override the property of whether a subtitles string is the default/primary rendition or not
|
|
10913
|
+
*
|
|
10914
|
+
* @generated from field: norsk.api.common.OptionalBool subtitles_default = 6;
|
|
10915
|
+
*/
|
|
10916
|
+
subtitlesDefault?: OptionalBool;
|
|
10917
|
+
/**
|
|
10918
|
+
* * Override the name of a playlist
|
|
10919
|
+
*
|
|
10920
|
+
* @generated from field: norsk.api.common.OptionalString playlist_name = 7;
|
|
10921
|
+
*/
|
|
10922
|
+
playlistName?: OptionalString;
|
|
10600
10923
|
constructor(data?: PartialMessage<StreamMetadataOverrideConfiguration>);
|
|
10601
10924
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10602
10925
|
static readonly typeName = "norsk.api.media.StreamMetadataOverrideConfiguration";
|
|
@@ -10638,6 +10961,18 @@ export declare class StreamMetadataOverrideUpdateConfiguration extends Message<S
|
|
|
10638
10961
|
* @generated from field: norsk.api.common.OptionalString subtitles_language = 5;
|
|
10639
10962
|
*/
|
|
10640
10963
|
subtitlesLanguage?: OptionalString;
|
|
10964
|
+
/**
|
|
10965
|
+
* * Override the property of whether a subtitles string is the default/primary rendition or not
|
|
10966
|
+
*
|
|
10967
|
+
* @generated from field: norsk.api.common.OptionalBool subtitles_default = 6;
|
|
10968
|
+
*/
|
|
10969
|
+
subtitlesDefault?: OptionalBool;
|
|
10970
|
+
/**
|
|
10971
|
+
* * Override the name of a playlist
|
|
10972
|
+
*
|
|
10973
|
+
* @generated from field: norsk.api.common.OptionalString playlist_name = 7;
|
|
10974
|
+
*/
|
|
10975
|
+
playlistName?: OptionalString;
|
|
10641
10976
|
constructor(data?: PartialMessage<StreamMetadataOverrideUpdateConfiguration>);
|
|
10642
10977
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10643
10978
|
static readonly typeName = "norsk.api.media.StreamMetadataOverrideUpdateConfiguration";
|
|
@@ -12805,6 +13140,123 @@ export declare class AudioTranscribeWhisperEvent extends Message<AudioTranscribe
|
|
|
12805
13140
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioTranscribeWhisperEvent;
|
|
12806
13141
|
static equals(a: AudioTranscribeWhisperEvent | PlainMessage<AudioTranscribeWhisperEvent> | undefined, b: AudioTranscribeWhisperEvent | PlainMessage<AudioTranscribeWhisperEvent> | undefined): boolean;
|
|
12807
13142
|
}
|
|
13143
|
+
/**
|
|
13144
|
+
* @generated from message norsk.api.media.SubtitleTranslateAwsConfiguration
|
|
13145
|
+
*/
|
|
13146
|
+
export declare class SubtitleTranslateAwsConfiguration extends Message<SubtitleTranslateAwsConfiguration> {
|
|
13147
|
+
/**
|
|
13148
|
+
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
13149
|
+
*/
|
|
13150
|
+
id?: MediaNodeId;
|
|
13151
|
+
/**
|
|
13152
|
+
* / Source language code/tag, e.g. de or fr-CA (leave blank to use the source subtitle language / AWS automatic detection)
|
|
13153
|
+
*
|
|
13154
|
+
* @generated from field: string source_language = 2;
|
|
13155
|
+
*/
|
|
13156
|
+
sourceLanguage: string;
|
|
13157
|
+
/**
|
|
13158
|
+
* / Target language code/tag, e.g. en or es-MX
|
|
13159
|
+
*
|
|
13160
|
+
* @generated from field: string target_language = 3;
|
|
13161
|
+
*/
|
|
13162
|
+
targetLanguage: string;
|
|
13163
|
+
/**
|
|
13164
|
+
* / Enable brevity option
|
|
13165
|
+
*
|
|
13166
|
+
* @generated from field: bool brevity = 4;
|
|
13167
|
+
*/
|
|
13168
|
+
brevity: boolean;
|
|
13169
|
+
/**
|
|
13170
|
+
* / Enable profanity masking
|
|
13171
|
+
*
|
|
13172
|
+
* @generated from field: bool mask_profanity = 5;
|
|
13173
|
+
*/
|
|
13174
|
+
maskProfanity: boolean;
|
|
13175
|
+
constructor(data?: PartialMessage<SubtitleTranslateAwsConfiguration>);
|
|
13176
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
13177
|
+
static readonly typeName = "norsk.api.media.SubtitleTranslateAwsConfiguration";
|
|
13178
|
+
static readonly fields: FieldList;
|
|
13179
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SubtitleTranslateAwsConfiguration;
|
|
13180
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SubtitleTranslateAwsConfiguration;
|
|
13181
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SubtitleTranslateAwsConfiguration;
|
|
13182
|
+
static equals(a: SubtitleTranslateAwsConfiguration | PlainMessage<SubtitleTranslateAwsConfiguration> | undefined, b: SubtitleTranslateAwsConfiguration | PlainMessage<SubtitleTranslateAwsConfiguration> | undefined): boolean;
|
|
13183
|
+
}
|
|
13184
|
+
/**
|
|
13185
|
+
* @generated from message norsk.api.media.SubtitleTranslateAwsMessage
|
|
13186
|
+
*/
|
|
13187
|
+
export declare class SubtitleTranslateAwsMessage extends Message<SubtitleTranslateAwsMessage> {
|
|
13188
|
+
/**
|
|
13189
|
+
* @generated from oneof norsk.api.media.SubtitleTranslateAwsMessage.message
|
|
13190
|
+
*/
|
|
13191
|
+
message: {
|
|
13192
|
+
/**
|
|
13193
|
+
* @generated from field: norsk.api.media.Subscription subscription = 1;
|
|
13194
|
+
*/
|
|
13195
|
+
value: Subscription;
|
|
13196
|
+
case: "subscription";
|
|
13197
|
+
} | {
|
|
13198
|
+
/**
|
|
13199
|
+
* @generated from field: norsk.api.media.SubtitleTranslateAwsConfiguration configuration = 2;
|
|
13200
|
+
*/
|
|
13201
|
+
value: SubtitleTranslateAwsConfiguration;
|
|
13202
|
+
case: "configuration";
|
|
13203
|
+
} | {
|
|
13204
|
+
case: undefined;
|
|
13205
|
+
value?: undefined;
|
|
13206
|
+
};
|
|
13207
|
+
constructor(data?: PartialMessage<SubtitleTranslateAwsMessage>);
|
|
13208
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
13209
|
+
static readonly typeName = "norsk.api.media.SubtitleTranslateAwsMessage";
|
|
13210
|
+
static readonly fields: FieldList;
|
|
13211
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SubtitleTranslateAwsMessage;
|
|
13212
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SubtitleTranslateAwsMessage;
|
|
13213
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SubtitleTranslateAwsMessage;
|
|
13214
|
+
static equals(a: SubtitleTranslateAwsMessage | PlainMessage<SubtitleTranslateAwsMessage> | undefined, b: SubtitleTranslateAwsMessage | PlainMessage<SubtitleTranslateAwsMessage> | undefined): boolean;
|
|
13215
|
+
}
|
|
13216
|
+
/**
|
|
13217
|
+
* @generated from message norsk.api.media.SubtitleTranslateAwsEvent
|
|
13218
|
+
*/
|
|
13219
|
+
export declare class SubtitleTranslateAwsEvent extends Message<SubtitleTranslateAwsEvent> {
|
|
13220
|
+
/**
|
|
13221
|
+
* @generated from oneof norsk.api.media.SubtitleTranslateAwsEvent.message
|
|
13222
|
+
*/
|
|
13223
|
+
message: {
|
|
13224
|
+
/**
|
|
13225
|
+
* @generated from field: norsk.api.media.MediaNodeId node_id = 1;
|
|
13226
|
+
*/
|
|
13227
|
+
value: MediaNodeId;
|
|
13228
|
+
case: "nodeId";
|
|
13229
|
+
} | {
|
|
13230
|
+
/**
|
|
13231
|
+
* @generated from field: norsk.api.media.Context outbound_context = 2;
|
|
13232
|
+
*/
|
|
13233
|
+
value: Context;
|
|
13234
|
+
case: "outboundContext";
|
|
13235
|
+
} | {
|
|
13236
|
+
/**
|
|
13237
|
+
* @generated from field: norsk.api.media.SubscriptionResponse subscription_response = 3;
|
|
13238
|
+
*/
|
|
13239
|
+
value: SubscriptionResponse;
|
|
13240
|
+
case: "subscriptionResponse";
|
|
13241
|
+
} | {
|
|
13242
|
+
/**
|
|
13243
|
+
* @generated from field: norsk.api.media.Context inbound_context = 4;
|
|
13244
|
+
*/
|
|
13245
|
+
value: Context;
|
|
13246
|
+
case: "inboundContext";
|
|
13247
|
+
} | {
|
|
13248
|
+
case: undefined;
|
|
13249
|
+
value?: undefined;
|
|
13250
|
+
};
|
|
13251
|
+
constructor(data?: PartialMessage<SubtitleTranslateAwsEvent>);
|
|
13252
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
13253
|
+
static readonly typeName = "norsk.api.media.SubtitleTranslateAwsEvent";
|
|
13254
|
+
static readonly fields: FieldList;
|
|
13255
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SubtitleTranslateAwsEvent;
|
|
13256
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SubtitleTranslateAwsEvent;
|
|
13257
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SubtitleTranslateAwsEvent;
|
|
13258
|
+
static equals(a: SubtitleTranslateAwsEvent | PlainMessage<SubtitleTranslateAwsEvent> | undefined, b: SubtitleTranslateAwsEvent | PlainMessage<SubtitleTranslateAwsEvent> | undefined): boolean;
|
|
13259
|
+
}
|
|
12808
13260
|
/**
|
|
12809
13261
|
* @generated from message norsk.api.media.AncillaryConfiguration
|
|
12810
13262
|
*/
|
|
@@ -14227,28 +14679,28 @@ export declare class FrameStorePlayerEvent extends Message<FrameStorePlayerEvent
|
|
|
14227
14679
|
static equals(a: FrameStorePlayerEvent | PlainMessage<FrameStorePlayerEvent> | undefined, b: FrameStorePlayerEvent | PlainMessage<FrameStorePlayerEvent> | undefined): boolean;
|
|
14228
14680
|
}
|
|
14229
14681
|
/**
|
|
14230
|
-
* @generated from message norsk.api.media.
|
|
14682
|
+
* @generated from message norsk.api.media.MoqOutputConfiguration
|
|
14231
14683
|
*/
|
|
14232
|
-
export declare class
|
|
14684
|
+
export declare class MoqOutputConfiguration extends Message<MoqOutputConfiguration> {
|
|
14233
14685
|
/**
|
|
14234
14686
|
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
14235
14687
|
*/
|
|
14236
14688
|
id?: MediaNodeId;
|
|
14237
|
-
constructor(data?: PartialMessage<
|
|
14689
|
+
constructor(data?: PartialMessage<MoqOutputConfiguration>);
|
|
14238
14690
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
14239
|
-
static readonly typeName = "norsk.api.media.
|
|
14691
|
+
static readonly typeName = "norsk.api.media.MoqOutputConfiguration";
|
|
14240
14692
|
static readonly fields: FieldList;
|
|
14241
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
14242
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
14243
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
14244
|
-
static equals(a:
|
|
14693
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MoqOutputConfiguration;
|
|
14694
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MoqOutputConfiguration;
|
|
14695
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MoqOutputConfiguration;
|
|
14696
|
+
static equals(a: MoqOutputConfiguration | PlainMessage<MoqOutputConfiguration> | undefined, b: MoqOutputConfiguration | PlainMessage<MoqOutputConfiguration> | undefined): boolean;
|
|
14245
14697
|
}
|
|
14246
14698
|
/**
|
|
14247
|
-
* @generated from message norsk.api.media.
|
|
14699
|
+
* @generated from message norsk.api.media.MoqOutputMessage
|
|
14248
14700
|
*/
|
|
14249
|
-
export declare class
|
|
14701
|
+
export declare class MoqOutputMessage extends Message<MoqOutputMessage> {
|
|
14250
14702
|
/**
|
|
14251
|
-
* @generated from oneof norsk.api.media.
|
|
14703
|
+
* @generated from oneof norsk.api.media.MoqOutputMessage.message
|
|
14252
14704
|
*/
|
|
14253
14705
|
message: {
|
|
14254
14706
|
/**
|
|
@@ -14258,29 +14710,29 @@ export declare class MoqEgestMessage extends Message<MoqEgestMessage> {
|
|
|
14258
14710
|
case: "subscription";
|
|
14259
14711
|
} | {
|
|
14260
14712
|
/**
|
|
14261
|
-
* @generated from field: norsk.api.media.
|
|
14713
|
+
* @generated from field: norsk.api.media.MoqOutputConfiguration configuration = 2;
|
|
14262
14714
|
*/
|
|
14263
|
-
value:
|
|
14715
|
+
value: MoqOutputConfiguration;
|
|
14264
14716
|
case: "configuration";
|
|
14265
14717
|
} | {
|
|
14266
14718
|
case: undefined;
|
|
14267
14719
|
value?: undefined;
|
|
14268
14720
|
};
|
|
14269
|
-
constructor(data?: PartialMessage<
|
|
14721
|
+
constructor(data?: PartialMessage<MoqOutputMessage>);
|
|
14270
14722
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
14271
|
-
static readonly typeName = "norsk.api.media.
|
|
14723
|
+
static readonly typeName = "norsk.api.media.MoqOutputMessage";
|
|
14272
14724
|
static readonly fields: FieldList;
|
|
14273
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
14274
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
14275
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
14276
|
-
static equals(a:
|
|
14725
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MoqOutputMessage;
|
|
14726
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MoqOutputMessage;
|
|
14727
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MoqOutputMessage;
|
|
14728
|
+
static equals(a: MoqOutputMessage | PlainMessage<MoqOutputMessage> | undefined, b: MoqOutputMessage | PlainMessage<MoqOutputMessage> | undefined): boolean;
|
|
14277
14729
|
}
|
|
14278
14730
|
/**
|
|
14279
|
-
* @generated from message norsk.api.media.
|
|
14731
|
+
* @generated from message norsk.api.media.MoqOutputEvent
|
|
14280
14732
|
*/
|
|
14281
|
-
export declare class
|
|
14733
|
+
export declare class MoqOutputEvent extends Message<MoqOutputEvent> {
|
|
14282
14734
|
/**
|
|
14283
|
-
* @generated from oneof norsk.api.media.
|
|
14735
|
+
* @generated from oneof norsk.api.media.MoqOutputEvent.message
|
|
14284
14736
|
*/
|
|
14285
14737
|
message: {
|
|
14286
14738
|
/**
|
|
@@ -14304,14 +14756,14 @@ export declare class MoqEgestEvent extends Message<MoqEgestEvent> {
|
|
|
14304
14756
|
case: undefined;
|
|
14305
14757
|
value?: undefined;
|
|
14306
14758
|
};
|
|
14307
|
-
constructor(data?: PartialMessage<
|
|
14759
|
+
constructor(data?: PartialMessage<MoqOutputEvent>);
|
|
14308
14760
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
14309
|
-
static readonly typeName = "norsk.api.media.
|
|
14761
|
+
static readonly typeName = "norsk.api.media.MoqOutputEvent";
|
|
14310
14762
|
static readonly fields: FieldList;
|
|
14311
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
14312
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
14313
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
14314
|
-
static equals(a:
|
|
14763
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MoqOutputEvent;
|
|
14764
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MoqOutputEvent;
|
|
14765
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MoqOutputEvent;
|
|
14766
|
+
static equals(a: MoqOutputEvent | PlainMessage<MoqOutputEvent> | undefined, b: MoqOutputEvent | PlainMessage<MoqOutputEvent> | undefined): boolean;
|
|
14315
14767
|
}
|
|
14316
14768
|
/**
|
|
14317
14769
|
* ////////////////////////////////////////////////////////////////////////////
|