@norskvideo/norsk-api 1.0.356 → 1.0.358
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/media_grpc_pb.d.ts +32 -0
- package/lib/media_grpc_pb.js +70 -0
- package/lib/media_pb.d.ts +1112 -195
- package/lib/media_pb.js +1313 -220
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +2525 -975
- package/lib/shared/common_pb.d.ts +4 -0
- package/lib/shared/common_pb.js +5 -0
- package/lib/shared/common_pb.js.map +1 -1
- package/lib/shared/common_pb.ts +6 -0
- package/package.json +1 -1
- package/tsconfig.json +1 -1
package/lib/media_pb.d.ts
CHANGED
|
@@ -1183,13 +1183,13 @@ export declare class Resolution extends Message<Resolution> {
|
|
|
1183
1183
|
*/
|
|
1184
1184
|
export declare class Interval extends Message<Interval> {
|
|
1185
1185
|
/**
|
|
1186
|
-
* @generated from field:
|
|
1186
|
+
* @generated from field: uint64 n = 1;
|
|
1187
1187
|
*/
|
|
1188
|
-
n:
|
|
1188
|
+
n: bigint;
|
|
1189
1189
|
/**
|
|
1190
|
-
* @generated from field:
|
|
1190
|
+
* @generated from field: uint64 d = 2;
|
|
1191
1191
|
*/
|
|
1192
|
-
d:
|
|
1192
|
+
d: bigint;
|
|
1193
1193
|
constructor(data?: PartialMessage<Interval>);
|
|
1194
1194
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
1195
1195
|
static readonly typeName = "norsk.api.media.Interval";
|
|
@@ -4968,8 +4968,6 @@ export declare enum Easing_SimpleEasing {
|
|
|
4968
4968
|
*/
|
|
4969
4969
|
LINEAR = 0,
|
|
4970
4970
|
/**
|
|
4971
|
-
* EASE = 1;
|
|
4972
|
-
*
|
|
4973
4971
|
* @generated from enum value: EASE_IN = 2;
|
|
4974
4972
|
*/
|
|
4975
4973
|
EASE_IN = 2,
|
|
@@ -5335,7 +5333,8 @@ export declare class MetadataCombineConfiguration extends Message<MetadataCombin
|
|
|
5335
5333
|
*/
|
|
5336
5334
|
streamKey?: StreamKey;
|
|
5337
5335
|
/**
|
|
5338
|
-
* Max delta to allow for sync purposes, may vary according to source offsets
|
|
5336
|
+
* Max delta to allow for sync purposes, may vary according to source offsets
|
|
5337
|
+
* and message frequency
|
|
5339
5338
|
*
|
|
5340
5339
|
* @generated from field: norsk.api.common.OptionalInt max_sync_delta = 3;
|
|
5341
5340
|
*/
|
|
@@ -6338,8 +6337,6 @@ export declare class CMAFDestination extends Message<CMAFDestination> {
|
|
|
6338
6337
|
*/
|
|
6339
6338
|
message: {
|
|
6340
6339
|
/**
|
|
6341
|
-
* GenericPushDestination generic_destination = 1;
|
|
6342
|
-
*
|
|
6343
6340
|
* @generated from field: norsk.api.media.HlsPushDestination hls_push_destination = 1;
|
|
6344
6341
|
*/
|
|
6345
6342
|
value: HlsPushDestination;
|
|
@@ -6386,8 +6383,6 @@ export declare class CmafVideoConfiguration extends Message<CmafVideoConfigurati
|
|
|
6386
6383
|
*/
|
|
6387
6384
|
partDurationSeconds: number;
|
|
6388
6385
|
/**
|
|
6389
|
-
* float delay_output_ms = 4;
|
|
6390
|
-
*
|
|
6391
6386
|
* @generated from field: norsk.api.media.Mp4Encryption encryption = 5;
|
|
6392
6387
|
*/
|
|
6393
6388
|
encryption?: Mp4Encryption;
|
|
@@ -6400,7 +6395,7 @@ export declare class CmafVideoConfiguration extends Message<CmafVideoConfigurati
|
|
|
6400
6395
|
*/
|
|
6401
6396
|
destinations: CMAFDestination[];
|
|
6402
6397
|
/**
|
|
6403
|
-
* Directives to add to the
|
|
6398
|
+
* Directives to add to the m3u8 media playlist
|
|
6404
6399
|
*
|
|
6405
6400
|
* @generated from field: string m3u_additions = 8;
|
|
6406
6401
|
*/
|
|
@@ -6415,6 +6410,10 @@ export declare class CmafVideoConfiguration extends Message<CmafVideoConfigurati
|
|
|
6415
6410
|
* @generated from field: int32 bitrate = 10;
|
|
6416
6411
|
*/
|
|
6417
6412
|
bitrate: number;
|
|
6413
|
+
/**
|
|
6414
|
+
* @generated from field: norsk.api.common.OptionalString name = 11;
|
|
6415
|
+
*/
|
|
6416
|
+
name?: OptionalString;
|
|
6418
6417
|
constructor(data?: PartialMessage<CmafVideoConfiguration>);
|
|
6419
6418
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6420
6419
|
static readonly typeName = "norsk.api.media.CmafVideoConfiguration";
|
|
@@ -6481,8 +6480,6 @@ export declare class HlsTsVideoConfiguration extends Message<HlsTsVideoConfigura
|
|
|
6481
6480
|
*/
|
|
6482
6481
|
segmentDurationSeconds: number;
|
|
6483
6482
|
/**
|
|
6484
|
-
* float delay_output_ms = 3;
|
|
6485
|
-
*
|
|
6486
6483
|
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 4;
|
|
6487
6484
|
*/
|
|
6488
6485
|
statsSampling?: StreamStatisticsSampling;
|
|
@@ -6506,6 +6503,10 @@ export declare class HlsTsVideoConfiguration extends Message<HlsTsVideoConfigura
|
|
|
6506
6503
|
* @generated from field: int32 bitrate = 8;
|
|
6507
6504
|
*/
|
|
6508
6505
|
bitrate: number;
|
|
6506
|
+
/**
|
|
6507
|
+
* @generated from field: norsk.api.common.OptionalString name = 9;
|
|
6508
|
+
*/
|
|
6509
|
+
name?: OptionalString;
|
|
6509
6510
|
constructor(data?: PartialMessage<HlsTsVideoConfiguration>);
|
|
6510
6511
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6511
6512
|
static readonly typeName = "norsk.api.media.HlsTsVideoConfiguration";
|
|
@@ -6576,8 +6577,6 @@ export declare class CmafAudioConfiguration extends Message<CmafAudioConfigurati
|
|
|
6576
6577
|
*/
|
|
6577
6578
|
partDurationSeconds: number;
|
|
6578
6579
|
/**
|
|
6579
|
-
* float delay_output_ms = 4;
|
|
6580
|
-
*
|
|
6581
6580
|
* @generated from field: norsk.api.media.Mp4Encryption encryption = 6;
|
|
6582
6581
|
*/
|
|
6583
6582
|
encryption?: Mp4Encryption;
|
|
@@ -6605,6 +6604,10 @@ export declare class CmafAudioConfiguration extends Message<CmafAudioConfigurati
|
|
|
6605
6604
|
* @generated from field: int32 bitrate = 11;
|
|
6606
6605
|
*/
|
|
6607
6606
|
bitrate: number;
|
|
6607
|
+
/**
|
|
6608
|
+
* @generated from field: norsk.api.common.OptionalString name = 12;
|
|
6609
|
+
*/
|
|
6610
|
+
name?: OptionalString;
|
|
6608
6611
|
constructor(data?: PartialMessage<CmafAudioConfiguration>);
|
|
6609
6612
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6610
6613
|
static readonly typeName = "norsk.api.media.CmafAudioConfiguration";
|
|
@@ -6671,8 +6674,6 @@ export declare class HlsTsAudioConfiguration extends Message<HlsTsAudioConfigura
|
|
|
6671
6674
|
*/
|
|
6672
6675
|
segmentDurationSeconds: number;
|
|
6673
6676
|
/**
|
|
6674
|
-
* float delay_output_ms = 3;
|
|
6675
|
-
*
|
|
6676
6677
|
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 4;
|
|
6677
6678
|
*/
|
|
6678
6679
|
statsSampling?: StreamStatisticsSampling;
|
|
@@ -6696,6 +6697,10 @@ export declare class HlsTsAudioConfiguration extends Message<HlsTsAudioConfigura
|
|
|
6696
6697
|
* @generated from field: int32 bitrate = 8;
|
|
6697
6698
|
*/
|
|
6698
6699
|
bitrate: number;
|
|
6700
|
+
/**
|
|
6701
|
+
* @generated from field: norsk.api.common.OptionalString name = 9;
|
|
6702
|
+
*/
|
|
6703
|
+
name?: OptionalString;
|
|
6699
6704
|
constructor(data?: PartialMessage<HlsTsAudioConfiguration>);
|
|
6700
6705
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6701
6706
|
static readonly typeName = "norsk.api.media.HlsTsAudioConfiguration";
|
|
@@ -6762,19 +6767,13 @@ export declare class CmafWebVttConfiguration extends Message<CmafWebVttConfigura
|
|
|
6762
6767
|
*/
|
|
6763
6768
|
segmentDurationSeconds: number;
|
|
6764
6769
|
/**
|
|
6765
|
-
* float delay_output_ms = 3;
|
|
6766
|
-
*
|
|
6767
6770
|
* @generated from field: repeated norsk.api.media.CMAFDestination destinations = 5;
|
|
6768
6771
|
*/
|
|
6769
6772
|
destinations: CMAFDestination[];
|
|
6770
6773
|
/**
|
|
6771
|
-
* @generated from field:
|
|
6774
|
+
* @generated from field: norsk.api.common.OptionalString name = 9;
|
|
6772
6775
|
*/
|
|
6773
|
-
|
|
6774
|
-
/**
|
|
6775
|
-
* @generated from field: norsk.api.media.Interval pts_adjustment = 8;
|
|
6776
|
-
*/
|
|
6777
|
-
ptsAdjustment?: Interval;
|
|
6776
|
+
name?: OptionalString;
|
|
6778
6777
|
constructor(data?: PartialMessage<CmafWebVttConfiguration>);
|
|
6779
6778
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6780
6779
|
static readonly typeName = "norsk.api.media.CmafWebVttConfiguration";
|
|
@@ -7364,8 +7363,6 @@ export declare class HlsTsCombinedPushConfiguration extends Message<HlsTsCombine
|
|
|
7364
7363
|
*/
|
|
7365
7364
|
segmentDurationSeconds: number;
|
|
7366
7365
|
/**
|
|
7367
|
-
* float delay_output_ms = 4;
|
|
7368
|
-
*
|
|
7369
7366
|
* @generated from field: string playlist_name = 5;
|
|
7370
7367
|
*/
|
|
7371
7368
|
playlistName: string;
|
|
@@ -7374,11 +7371,15 @@ export declare class HlsTsCombinedPushConfiguration extends Message<HlsTsCombine
|
|
|
7374
7371
|
*/
|
|
7375
7372
|
statsSampling?: StreamStatisticsSampling;
|
|
7376
7373
|
/**
|
|
7377
|
-
* Directives to add to the
|
|
7374
|
+
* Directives to add to the m3u8 media playlists
|
|
7378
7375
|
*
|
|
7379
7376
|
* @generated from field: string m3u_additions = 7;
|
|
7380
7377
|
*/
|
|
7381
7378
|
m3uAdditions: string;
|
|
7379
|
+
/**
|
|
7380
|
+
* @generated from field: norsk.api.common.OptionalString name = 9;
|
|
7381
|
+
*/
|
|
7382
|
+
name?: OptionalString;
|
|
7382
7383
|
constructor(data?: PartialMessage<HlsTsCombinedPushConfiguration>);
|
|
7383
7384
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
7384
7385
|
static readonly typeName = "norsk.api.media.HlsTsCombinedPushConfiguration";
|
|
@@ -8560,6 +8561,97 @@ export declare class FileMp4OutputEvent extends Message<FileMp4OutputEvent> {
|
|
|
8560
8561
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileMp4OutputEvent;
|
|
8561
8562
|
static equals(a: FileMp4OutputEvent | PlainMessage<FileMp4OutputEvent> | undefined, b: FileMp4OutputEvent | PlainMessage<FileMp4OutputEvent> | undefined): boolean;
|
|
8562
8563
|
}
|
|
8564
|
+
/**
|
|
8565
|
+
* @generated from message norsk.api.media.FileWebVttOutputConfiguration
|
|
8566
|
+
*/
|
|
8567
|
+
export declare class FileWebVttOutputConfiguration extends Message<FileWebVttOutputConfiguration> {
|
|
8568
|
+
/**
|
|
8569
|
+
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
8570
|
+
*/
|
|
8571
|
+
id?: MediaNodeId;
|
|
8572
|
+
/**
|
|
8573
|
+
* @generated from field: string file_name = 2;
|
|
8574
|
+
*/
|
|
8575
|
+
fileName: string;
|
|
8576
|
+
constructor(data?: PartialMessage<FileWebVttOutputConfiguration>);
|
|
8577
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
8578
|
+
static readonly typeName = "norsk.api.media.FileWebVttOutputConfiguration";
|
|
8579
|
+
static readonly fields: FieldList;
|
|
8580
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileWebVttOutputConfiguration;
|
|
8581
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileWebVttOutputConfiguration;
|
|
8582
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileWebVttOutputConfiguration;
|
|
8583
|
+
static equals(a: FileWebVttOutputConfiguration | PlainMessage<FileWebVttOutputConfiguration> | undefined, b: FileWebVttOutputConfiguration | PlainMessage<FileWebVttOutputConfiguration> | undefined): boolean;
|
|
8584
|
+
}
|
|
8585
|
+
/**
|
|
8586
|
+
* @generated from message norsk.api.media.FileWebVttOutputMessage
|
|
8587
|
+
*/
|
|
8588
|
+
export declare class FileWebVttOutputMessage extends Message<FileWebVttOutputMessage> {
|
|
8589
|
+
/**
|
|
8590
|
+
* @generated from oneof norsk.api.media.FileWebVttOutputMessage.message
|
|
8591
|
+
*/
|
|
8592
|
+
message: {
|
|
8593
|
+
/**
|
|
8594
|
+
* @generated from field: norsk.api.media.Subscription subscription = 1;
|
|
8595
|
+
*/
|
|
8596
|
+
value: Subscription;
|
|
8597
|
+
case: "subscription";
|
|
8598
|
+
} | {
|
|
8599
|
+
/**
|
|
8600
|
+
* @generated from field: norsk.api.media.FileWebVttOutputConfiguration configuration = 2;
|
|
8601
|
+
*/
|
|
8602
|
+
value: FileWebVttOutputConfiguration;
|
|
8603
|
+
case: "configuration";
|
|
8604
|
+
} | {
|
|
8605
|
+
case: undefined;
|
|
8606
|
+
value?: undefined;
|
|
8607
|
+
};
|
|
8608
|
+
constructor(data?: PartialMessage<FileWebVttOutputMessage>);
|
|
8609
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
8610
|
+
static readonly typeName = "norsk.api.media.FileWebVttOutputMessage";
|
|
8611
|
+
static readonly fields: FieldList;
|
|
8612
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileWebVttOutputMessage;
|
|
8613
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileWebVttOutputMessage;
|
|
8614
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileWebVttOutputMessage;
|
|
8615
|
+
static equals(a: FileWebVttOutputMessage | PlainMessage<FileWebVttOutputMessage> | undefined, b: FileWebVttOutputMessage | PlainMessage<FileWebVttOutputMessage> | undefined): boolean;
|
|
8616
|
+
}
|
|
8617
|
+
/**
|
|
8618
|
+
* @generated from message norsk.api.media.FileWebVttOutputEvent
|
|
8619
|
+
*/
|
|
8620
|
+
export declare class FileWebVttOutputEvent extends Message<FileWebVttOutputEvent> {
|
|
8621
|
+
/**
|
|
8622
|
+
* @generated from oneof norsk.api.media.FileWebVttOutputEvent.message
|
|
8623
|
+
*/
|
|
8624
|
+
message: {
|
|
8625
|
+
/**
|
|
8626
|
+
* @generated from field: norsk.api.media.MediaNodeId node_id = 1;
|
|
8627
|
+
*/
|
|
8628
|
+
value: MediaNodeId;
|
|
8629
|
+
case: "nodeId";
|
|
8630
|
+
} | {
|
|
8631
|
+
/**
|
|
8632
|
+
* @generated from field: norsk.api.media.SubscriptionResponse subscription_response = 2;
|
|
8633
|
+
*/
|
|
8634
|
+
value: SubscriptionResponse;
|
|
8635
|
+
case: "subscriptionResponse";
|
|
8636
|
+
} | {
|
|
8637
|
+
/**
|
|
8638
|
+
* @generated from field: norsk.api.media.Context inbound_context = 3;
|
|
8639
|
+
*/
|
|
8640
|
+
value: Context;
|
|
8641
|
+
case: "inboundContext";
|
|
8642
|
+
} | {
|
|
8643
|
+
case: undefined;
|
|
8644
|
+
value?: undefined;
|
|
8645
|
+
};
|
|
8646
|
+
constructor(data?: PartialMessage<FileWebVttOutputEvent>);
|
|
8647
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
8648
|
+
static readonly typeName = "norsk.api.media.FileWebVttOutputEvent";
|
|
8649
|
+
static readonly fields: FieldList;
|
|
8650
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileWebVttOutputEvent;
|
|
8651
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileWebVttOutputEvent;
|
|
8652
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileWebVttOutputEvent;
|
|
8653
|
+
static equals(a: FileWebVttOutputEvent | PlainMessage<FileWebVttOutputEvent> | undefined, b: FileWebVttOutputEvent | PlainMessage<FileWebVttOutputEvent> | undefined): boolean;
|
|
8654
|
+
}
|
|
8563
8655
|
/**
|
|
8564
8656
|
* @generated from message norsk.api.media.FrameRate
|
|
8565
8657
|
*/
|
|
@@ -8717,7 +8809,8 @@ export declare class X264Codec extends Message<X264Codec> {
|
|
|
8717
8809
|
*/
|
|
8718
8810
|
cabac?: OptionalBool;
|
|
8719
8811
|
/**
|
|
8720
|
-
* Sets the maximum rate the VBV buffer should be assumed to refill at
|
|
8812
|
+
* Sets the maximum rate the VBV buffer should be assumed to refill at
|
|
8813
|
+
* (kbit/s)
|
|
8721
8814
|
*
|
|
8722
8815
|
* @generated from field: norsk.api.common.OptionalInt vbv_max_rate = 11;
|
|
8723
8816
|
*/
|
|
@@ -9015,7 +9108,8 @@ export declare class X265Codec extends Message<X265Codec> {
|
|
|
9015
9108
|
*/
|
|
9016
9109
|
frameReference?: OptionalInt;
|
|
9017
9110
|
/**
|
|
9018
|
-
* Sets the maximum rate the VBV buffer should be assumed to refill at
|
|
9111
|
+
* Sets the maximum rate the VBV buffer should be assumed to refill at
|
|
9112
|
+
* (kbit/s)
|
|
9019
9113
|
*
|
|
9020
9114
|
* @generated from field: norsk.api.common.OptionalInt vbv_max_rate = 11;
|
|
9021
9115
|
*/
|
|
@@ -9251,16 +9345,28 @@ export declare class VideoEncodeStream extends Message<VideoEncodeStream> {
|
|
|
9251
9345
|
case: "quadraHevc";
|
|
9252
9346
|
} | {
|
|
9253
9347
|
/**
|
|
9254
|
-
* @generated from field: norsk.api.media.
|
|
9348
|
+
* @generated from field: norsk.api.media.AmdU30H264 amdU30H264 = 13;
|
|
9349
|
+
*/
|
|
9350
|
+
value: AmdU30H264;
|
|
9351
|
+
case: "amdU30H264";
|
|
9352
|
+
} | {
|
|
9353
|
+
/**
|
|
9354
|
+
* @generated from field: norsk.api.media.AmdU30Hevc amdU30Hevc = 14;
|
|
9355
|
+
*/
|
|
9356
|
+
value: AmdU30Hevc;
|
|
9357
|
+
case: "amdU30Hevc";
|
|
9358
|
+
} | {
|
|
9359
|
+
/**
|
|
9360
|
+
* @generated from field: norsk.api.media.AmdMA35DH264 amdMA35DH264 = 15;
|
|
9255
9361
|
*/
|
|
9256
|
-
value:
|
|
9257
|
-
case: "
|
|
9362
|
+
value: AmdMA35DH264;
|
|
9363
|
+
case: "amdMA35DH264";
|
|
9258
9364
|
} | {
|
|
9259
9365
|
/**
|
|
9260
|
-
* @generated from field: norsk.api.media.
|
|
9366
|
+
* @generated from field: norsk.api.media.AmdMA35DHevc amdMA35DHevc = 16;
|
|
9261
9367
|
*/
|
|
9262
|
-
value:
|
|
9263
|
-
case: "
|
|
9368
|
+
value: AmdMA35DHevc;
|
|
9369
|
+
case: "amdMA35DHevc";
|
|
9264
9370
|
} | {
|
|
9265
9371
|
case: undefined;
|
|
9266
9372
|
value?: undefined;
|
|
@@ -9413,9 +9519,13 @@ export declare enum VideoDecodeConfiguration_VideoDecoder {
|
|
|
9413
9519
|
*/
|
|
9414
9520
|
NVIDIA = 3,
|
|
9415
9521
|
/**
|
|
9416
|
-
* @generated from enum value:
|
|
9522
|
+
* @generated from enum value: VIDEO_DECODER_AMDU30 = 4;
|
|
9523
|
+
*/
|
|
9524
|
+
AMDU30 = 4,
|
|
9525
|
+
/**
|
|
9526
|
+
* @generated from enum value: VIDEO_DECODER_AMDMA35D = 5;
|
|
9417
9527
|
*/
|
|
9418
|
-
|
|
9528
|
+
AMDMA35D = 5
|
|
9419
9529
|
}
|
|
9420
9530
|
/**
|
|
9421
9531
|
* @generated from message norsk.api.media.VideoDecodeMessage
|
|
@@ -9527,8 +9637,8 @@ export declare class NvidiaRateControl extends Message<NvidiaRateControl> {
|
|
|
9527
9637
|
vbvInitialDelay?: OptionalInt;
|
|
9528
9638
|
/**
|
|
9529
9639
|
* * Enable lookahead or not:
|
|
9530
|
-
* Note: enabling lookahead will introduce scene cuts unless this is
|
|
9531
|
-
* elswhere in the codec settings
|
|
9640
|
+
* Note: enabling lookahead will introduce scene cuts unless this is
|
|
9641
|
+
* specifically disabled elswhere in the codec settings
|
|
9532
9642
|
*
|
|
9533
9643
|
*
|
|
9534
9644
|
* @generated from field: norsk.api.common.OptionalBool enableLookahead = 6;
|
|
@@ -10212,19 +10322,19 @@ export declare enum LoganHevc_LoganHevcTier {
|
|
|
10212
10322
|
HIGH = 1
|
|
10213
10323
|
}
|
|
10214
10324
|
/**
|
|
10215
|
-
* @generated from message norsk.api.media.
|
|
10325
|
+
* @generated from message norsk.api.media.AmdU30H264
|
|
10216
10326
|
*/
|
|
10217
|
-
export declare class
|
|
10327
|
+
export declare class AmdU30H264 extends Message<AmdU30H264> {
|
|
10218
10328
|
/**
|
|
10219
|
-
* @generated from field: norsk.api.media.
|
|
10329
|
+
* @generated from field: norsk.api.media.AmdU30H264.AmdU30H264Profile profile = 1;
|
|
10220
10330
|
*/
|
|
10221
|
-
profile:
|
|
10331
|
+
profile: AmdU30H264_AmdU30H264Profile;
|
|
10222
10332
|
/**
|
|
10223
10333
|
* @generated from field: norsk.api.common.OptionalInt level = 2;
|
|
10224
10334
|
*/
|
|
10225
10335
|
level?: OptionalInt;
|
|
10226
10336
|
/**
|
|
10227
|
-
* @generated from oneof norsk.api.media.
|
|
10337
|
+
* @generated from oneof norsk.api.media.AmdU30H264.rateControl
|
|
10228
10338
|
*/
|
|
10229
10339
|
rateControl: {
|
|
10230
10340
|
/**
|
|
@@ -10278,250 +10388,704 @@ export declare class XilinxH264 extends Message<XilinxH264> {
|
|
|
10278
10388
|
* @generated from field: norsk.api.common.OptionalInt max_qp = 12;
|
|
10279
10389
|
*/
|
|
10280
10390
|
maxQp?: OptionalInt;
|
|
10281
|
-
constructor(data?: PartialMessage<
|
|
10391
|
+
constructor(data?: PartialMessage<AmdU30H264>);
|
|
10282
10392
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10283
|
-
static readonly typeName = "norsk.api.media.
|
|
10393
|
+
static readonly typeName = "norsk.api.media.AmdU30H264";
|
|
10284
10394
|
static readonly fields: FieldList;
|
|
10285
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
10286
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
10287
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
10288
|
-
static equals(a:
|
|
10395
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdU30H264;
|
|
10396
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdU30H264;
|
|
10397
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdU30H264;
|
|
10398
|
+
static equals(a: AmdU30H264 | PlainMessage<AmdU30H264> | undefined, b: AmdU30H264 | PlainMessage<AmdU30H264> | undefined): boolean;
|
|
10289
10399
|
}
|
|
10290
10400
|
/**
|
|
10291
|
-
* @generated from enum norsk.api.media.
|
|
10401
|
+
* @generated from enum norsk.api.media.AmdU30H264.AmdU30H264Profile
|
|
10292
10402
|
*/
|
|
10293
|
-
export declare enum
|
|
10403
|
+
export declare enum AmdU30H264_AmdU30H264Profile {
|
|
10294
10404
|
/**
|
|
10295
|
-
* @generated from enum value:
|
|
10405
|
+
* @generated from enum value: AMD_U30_H264_PROFILE_DEFAULT = 0;
|
|
10296
10406
|
*/
|
|
10297
10407
|
DEFAULT = 0,
|
|
10298
10408
|
/**
|
|
10299
|
-
* @generated from enum value:
|
|
10409
|
+
* @generated from enum value: AMD_U30_H264_PROFILE_BASELINE = 1;
|
|
10300
10410
|
*/
|
|
10301
10411
|
BASELINE = 1,
|
|
10302
10412
|
/**
|
|
10303
|
-
* @generated from enum value:
|
|
10413
|
+
* @generated from enum value: AMD_U30_H264_PROFILE_MAIN = 2;
|
|
10304
10414
|
*/
|
|
10305
10415
|
MAIN = 2,
|
|
10306
10416
|
/**
|
|
10307
|
-
* @generated from enum value:
|
|
10417
|
+
* @generated from enum value: AMD_U30_H264_PROFILE_EXTENDED = 3;
|
|
10308
10418
|
*/
|
|
10309
10419
|
EXTENDED = 3,
|
|
10310
10420
|
/**
|
|
10311
|
-
* @generated from enum value:
|
|
10421
|
+
* @generated from enum value: AMD_U30_H264_PROFILE_HIGH = 4;
|
|
10312
10422
|
*/
|
|
10313
10423
|
HIGH = 4,
|
|
10314
10424
|
/**
|
|
10315
|
-
* @generated from enum value:
|
|
10425
|
+
* @generated from enum value: AMD_U30_H264_PROFILE_HIGH10 = 5;
|
|
10316
10426
|
*/
|
|
10317
10427
|
HIGH10 = 5
|
|
10318
10428
|
}
|
|
10319
10429
|
/**
|
|
10320
|
-
* @generated from message norsk.api.media.
|
|
10430
|
+
* @generated from message norsk.api.media.AmdU30Hevc
|
|
10321
10431
|
*/
|
|
10322
|
-
export declare class
|
|
10432
|
+
export declare class AmdU30Hevc extends Message<AmdU30Hevc> {
|
|
10323
10433
|
/**
|
|
10324
|
-
* @generated from field: norsk.api.media.
|
|
10434
|
+
* @generated from field: norsk.api.media.AmdU30Hevc.AmdU30HevcTier tier = 1;
|
|
10325
10435
|
*/
|
|
10326
|
-
tier:
|
|
10436
|
+
tier: AmdU30Hevc_AmdU30HevcTier;
|
|
10327
10437
|
/**
|
|
10328
|
-
* @generated from field: norsk.api.media.
|
|
10438
|
+
* @generated from field: norsk.api.media.AmdU30Hevc.AmdU30HevcProfile profile = 2;
|
|
10329
10439
|
*/
|
|
10330
|
-
profile:
|
|
10440
|
+
profile: AmdU30Hevc_AmdU30HevcProfile;
|
|
10331
10441
|
/**
|
|
10332
10442
|
* @generated from field: norsk.api.common.OptionalInt level = 3;
|
|
10333
10443
|
*/
|
|
10334
10444
|
level?: OptionalInt;
|
|
10335
|
-
constructor(data?: PartialMessage<
|
|
10445
|
+
constructor(data?: PartialMessage<AmdU30Hevc>);
|
|
10336
10446
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10337
|
-
static readonly typeName = "norsk.api.media.
|
|
10447
|
+
static readonly typeName = "norsk.api.media.AmdU30Hevc";
|
|
10338
10448
|
static readonly fields: FieldList;
|
|
10339
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
10340
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
10341
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
10342
|
-
static equals(a:
|
|
10449
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdU30Hevc;
|
|
10450
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdU30Hevc;
|
|
10451
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdU30Hevc;
|
|
10452
|
+
static equals(a: AmdU30Hevc | PlainMessage<AmdU30Hevc> | undefined, b: AmdU30Hevc | PlainMessage<AmdU30Hevc> | undefined): boolean;
|
|
10343
10453
|
}
|
|
10344
10454
|
/**
|
|
10345
|
-
* @generated from enum norsk.api.media.
|
|
10455
|
+
* @generated from enum norsk.api.media.AmdU30Hevc.AmdU30HevcProfile
|
|
10346
10456
|
*/
|
|
10347
|
-
export declare enum
|
|
10457
|
+
export declare enum AmdU30Hevc_AmdU30HevcProfile {
|
|
10348
10458
|
/**
|
|
10349
|
-
* @generated from enum value:
|
|
10459
|
+
* @generated from enum value: AMD_U30_HEVC_PROFILE_DEFAULT = 0;
|
|
10350
10460
|
*/
|
|
10351
10461
|
DEFAULT = 0,
|
|
10352
10462
|
/**
|
|
10353
|
-
* @generated from enum value:
|
|
10463
|
+
* @generated from enum value: AMD_U30_HEVC_PROFILE_MAIN = 1;
|
|
10354
10464
|
*/
|
|
10355
10465
|
MAIN = 1,
|
|
10356
10466
|
/**
|
|
10357
|
-
* @generated from enum value:
|
|
10467
|
+
* @generated from enum value: AMD_U30_HEVC_PROFILE_MAIN10 = 2;
|
|
10358
10468
|
*/
|
|
10359
10469
|
MAIN10 = 2
|
|
10360
10470
|
}
|
|
10361
10471
|
/**
|
|
10362
|
-
* @generated from enum norsk.api.media.
|
|
10472
|
+
* @generated from enum norsk.api.media.AmdU30Hevc.AmdU30HevcTier
|
|
10363
10473
|
*/
|
|
10364
|
-
export declare enum
|
|
10474
|
+
export declare enum AmdU30Hevc_AmdU30HevcTier {
|
|
10365
10475
|
/**
|
|
10366
|
-
* @generated from enum value:
|
|
10476
|
+
* @generated from enum value: AMD_U30_HEVC_TIER_MAIN = 0;
|
|
10367
10477
|
*/
|
|
10368
10478
|
MAIN = 0,
|
|
10369
10479
|
/**
|
|
10370
|
-
* @generated from enum value:
|
|
10480
|
+
* @generated from enum value: AMD_U30_HEVC_TIER_HIGH = 1;
|
|
10371
10481
|
*/
|
|
10372
10482
|
HIGH = 1
|
|
10373
10483
|
}
|
|
10374
10484
|
/**
|
|
10375
|
-
* @generated from message norsk.api.media.
|
|
10485
|
+
* @generated from message norsk.api.media.AmdMA35DLoad
|
|
10376
10486
|
*/
|
|
10377
|
-
export declare class
|
|
10378
|
-
|
|
10487
|
+
export declare class AmdMA35DLoad extends Message<AmdMA35DLoad> {
|
|
10488
|
+
/**
|
|
10489
|
+
* @generated from field: uint32 device_index = 1;
|
|
10490
|
+
*/
|
|
10491
|
+
deviceIndex: number;
|
|
10492
|
+
/**
|
|
10493
|
+
* @generated from field: repeated norsk.api.media.AmdMA35DLoad.ComputeUnitLoad compute_unit_load = 2;
|
|
10494
|
+
*/
|
|
10495
|
+
computeUnitLoad: AmdMA35DLoad_ComputeUnitLoad[];
|
|
10496
|
+
constructor(data?: PartialMessage<AmdMA35DLoad>);
|
|
10379
10497
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10380
|
-
static readonly typeName = "norsk.api.media.
|
|
10498
|
+
static readonly typeName = "norsk.api.media.AmdMA35DLoad";
|
|
10381
10499
|
static readonly fields: FieldList;
|
|
10382
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
10383
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
10384
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
10385
|
-
static equals(a:
|
|
10500
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DLoad;
|
|
10501
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DLoad;
|
|
10502
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DLoad;
|
|
10503
|
+
static equals(a: AmdMA35DLoad | PlainMessage<AmdMA35DLoad> | undefined, b: AmdMA35DLoad | PlainMessage<AmdMA35DLoad> | undefined): boolean;
|
|
10386
10504
|
}
|
|
10387
10505
|
/**
|
|
10388
|
-
* @generated from message norsk.api.media.
|
|
10506
|
+
* @generated from message norsk.api.media.AmdMA35DLoad.ComputeUnitLoad
|
|
10389
10507
|
*/
|
|
10390
|
-
export declare class
|
|
10508
|
+
export declare class AmdMA35DLoad_ComputeUnitLoad extends Message<AmdMA35DLoad_ComputeUnitLoad> {
|
|
10391
10509
|
/**
|
|
10392
|
-
* @generated from field:
|
|
10510
|
+
* @generated from field: string name = 1;
|
|
10393
10511
|
*/
|
|
10394
|
-
|
|
10395
|
-
|
|
10512
|
+
name: string;
|
|
10513
|
+
/**
|
|
10514
|
+
* @generated from field: uint32 instances = 2;
|
|
10515
|
+
*/
|
|
10516
|
+
instances: number;
|
|
10517
|
+
/**
|
|
10518
|
+
* @generated from field: float load = 3;
|
|
10519
|
+
*/
|
|
10520
|
+
load: number;
|
|
10521
|
+
constructor(data?: PartialMessage<AmdMA35DLoad_ComputeUnitLoad>);
|
|
10396
10522
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10397
|
-
static readonly typeName = "norsk.api.media.
|
|
10523
|
+
static readonly typeName = "norsk.api.media.AmdMA35DLoad.ComputeUnitLoad";
|
|
10398
10524
|
static readonly fields: FieldList;
|
|
10399
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
10400
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
10401
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
10402
|
-
static equals(a:
|
|
10525
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DLoad_ComputeUnitLoad;
|
|
10526
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DLoad_ComputeUnitLoad;
|
|
10527
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DLoad_ComputeUnitLoad;
|
|
10528
|
+
static equals(a: AmdMA35DLoad_ComputeUnitLoad | PlainMessage<AmdMA35DLoad_ComputeUnitLoad> | undefined, b: AmdMA35DLoad_ComputeUnitLoad | PlainMessage<AmdMA35DLoad_ComputeUnitLoad> | undefined): boolean;
|
|
10403
10529
|
}
|
|
10404
10530
|
/**
|
|
10405
|
-
* @generated from
|
|
10531
|
+
* @generated from message norsk.api.media.AmdMA35DEncodeCommon
|
|
10406
10532
|
*/
|
|
10407
|
-
export declare
|
|
10533
|
+
export declare class AmdMA35DEncodeCommon extends Message<AmdMA35DEncodeCommon> {
|
|
10408
10534
|
/**
|
|
10409
|
-
* @generated from
|
|
10535
|
+
* @generated from oneof norsk.api.media.AmdMA35DEncodeCommon.rateControl
|
|
10410
10536
|
*/
|
|
10411
|
-
|
|
10537
|
+
rateControl: {
|
|
10538
|
+
/**
|
|
10539
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.ConstQp const_qp = 1;
|
|
10540
|
+
*/
|
|
10541
|
+
value: AmdMA35DEncodeCommon_ConstQp;
|
|
10542
|
+
case: "constQp";
|
|
10543
|
+
} | {
|
|
10544
|
+
/**
|
|
10545
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.CBR cbr = 2;
|
|
10546
|
+
*/
|
|
10547
|
+
value: AmdMA35DEncodeCommon_CBR;
|
|
10548
|
+
case: "cbr";
|
|
10549
|
+
} | {
|
|
10550
|
+
/**
|
|
10551
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.VBR vbr = 3;
|
|
10552
|
+
*/
|
|
10553
|
+
value: AmdMA35DEncodeCommon_VBR;
|
|
10554
|
+
case: "vbr";
|
|
10555
|
+
} | {
|
|
10556
|
+
/**
|
|
10557
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.ConstrainedVBR constrained_vbr = 4;
|
|
10558
|
+
*/
|
|
10559
|
+
value: AmdMA35DEncodeCommon_ConstrainedVBR;
|
|
10560
|
+
case: "constrainedVbr";
|
|
10561
|
+
} | {
|
|
10562
|
+
/**
|
|
10563
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.ConstrainedABR constrained_abr = 5;
|
|
10564
|
+
*/
|
|
10565
|
+
value: AmdMA35DEncodeCommon_ConstrainedABR;
|
|
10566
|
+
case: "constrainedAbr";
|
|
10567
|
+
} | {
|
|
10568
|
+
case: undefined;
|
|
10569
|
+
value?: undefined;
|
|
10570
|
+
};
|
|
10412
10571
|
/**
|
|
10413
|
-
* @generated from
|
|
10572
|
+
* @generated from field: norsk.api.common.OptionalInt lookahead_depth = 6;
|
|
10414
10573
|
*/
|
|
10415
|
-
|
|
10574
|
+
lookaheadDepth?: OptionalInt;
|
|
10416
10575
|
/**
|
|
10417
|
-
* @generated from
|
|
10576
|
+
* @generated from field: norsk.api.common.OptionalInt gopSize = 7;
|
|
10418
10577
|
*/
|
|
10419
|
-
|
|
10578
|
+
gopSize?: OptionalInt;
|
|
10420
10579
|
/**
|
|
10421
|
-
* @generated from
|
|
10580
|
+
* @generated from field: norsk.api.common.OptionalInt tempAqGain = 8;
|
|
10422
10581
|
*/
|
|
10423
|
-
|
|
10582
|
+
tempAqGain?: OptionalInt;
|
|
10424
10583
|
/**
|
|
10425
|
-
* @generated from
|
|
10584
|
+
* @generated from field: norsk.api.common.OptionalInt spatAqGain = 9;
|
|
10426
10585
|
*/
|
|
10427
|
-
|
|
10428
|
-
}
|
|
10429
|
-
/**
|
|
10430
|
-
* @generated from message norsk.api.media.VideoTransformConfiguration
|
|
10431
|
-
*/
|
|
10432
|
-
export declare class VideoTransformConfiguration extends Message<VideoTransformConfiguration> {
|
|
10586
|
+
spatAqGain?: OptionalInt;
|
|
10433
10587
|
/**
|
|
10434
|
-
* @generated from field: norsk.api.
|
|
10588
|
+
* @generated from field: norsk.api.common.OptionalInt minQp = 10;
|
|
10435
10589
|
*/
|
|
10436
|
-
|
|
10590
|
+
minQp?: OptionalInt;
|
|
10437
10591
|
/**
|
|
10438
|
-
* @generated from field: norsk.api.
|
|
10592
|
+
* @generated from field: norsk.api.common.OptionalInt maxQp = 11;
|
|
10439
10593
|
*/
|
|
10440
|
-
|
|
10594
|
+
maxQp?: OptionalInt;
|
|
10441
10595
|
/**
|
|
10442
|
-
* @generated from field: norsk.api.media.
|
|
10596
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.Preset preset = 12;
|
|
10443
10597
|
*/
|
|
10444
|
-
|
|
10598
|
+
preset: AmdMA35DEncodeCommon_Preset;
|
|
10445
10599
|
/**
|
|
10446
|
-
* @generated from field: norsk.api.
|
|
10600
|
+
* @generated from field: norsk.api.common.OptionalInt crf = 13;
|
|
10447
10601
|
*/
|
|
10448
|
-
|
|
10602
|
+
crf?: OptionalInt;
|
|
10449
10603
|
/**
|
|
10450
|
-
* @generated from
|
|
10604
|
+
* @generated from field: norsk.api.common.OptionalInt forcedIdr = 14;
|
|
10451
10605
|
*/
|
|
10452
|
-
|
|
10453
|
-
|
|
10454
|
-
|
|
10455
|
-
|
|
10456
|
-
|
|
10457
|
-
|
|
10458
|
-
|
|
10459
|
-
|
|
10460
|
-
|
|
10461
|
-
|
|
10462
|
-
|
|
10463
|
-
|
|
10464
|
-
|
|
10465
|
-
|
|
10466
|
-
|
|
10467
|
-
|
|
10468
|
-
|
|
10606
|
+
forcedIdr?: OptionalInt;
|
|
10607
|
+
/**
|
|
10608
|
+
* @generated from field: norsk.api.common.OptionalInt bf = 15;
|
|
10609
|
+
*/
|
|
10610
|
+
bf?: OptionalInt;
|
|
10611
|
+
/**
|
|
10612
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.QpMode qpMode = 16;
|
|
10613
|
+
*/
|
|
10614
|
+
qpMode: AmdMA35DEncodeCommon_QpMode;
|
|
10615
|
+
/**
|
|
10616
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.TrinaryFlag spatialAq = 17;
|
|
10617
|
+
*/
|
|
10618
|
+
spatialAq: AmdMA35DEncodeCommon_TrinaryFlag;
|
|
10619
|
+
/**
|
|
10620
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.TrinaryFlag temporalAq = 18;
|
|
10621
|
+
*/
|
|
10622
|
+
temporalAq: AmdMA35DEncodeCommon_TrinaryFlag;
|
|
10623
|
+
/**
|
|
10624
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.TrinaryFlag dynamicGop = 19;
|
|
10625
|
+
*/
|
|
10626
|
+
dynamicGop: AmdMA35DEncodeCommon_TrinaryFlag;
|
|
10627
|
+
/**
|
|
10628
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.TuneMetrics tuneMetrics = 20;
|
|
10629
|
+
*/
|
|
10630
|
+
tuneMetrics: AmdMA35DEncodeCommon_TuneMetrics;
|
|
10631
|
+
/**
|
|
10632
|
+
* @generated from field: norsk.api.common.OptionalInt latencyMs = 21;
|
|
10633
|
+
*/
|
|
10634
|
+
latencyMs?: OptionalInt;
|
|
10635
|
+
/**
|
|
10636
|
+
* @generated from field: norsk.api.common.OptionalInt delayInitialization = 22;
|
|
10637
|
+
*/
|
|
10638
|
+
delayInitialization?: OptionalInt;
|
|
10639
|
+
constructor(data?: PartialMessage<AmdMA35DEncodeCommon>);
|
|
10469
10640
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10470
|
-
static readonly typeName = "norsk.api.media.
|
|
10641
|
+
static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon";
|
|
10471
10642
|
static readonly fields: FieldList;
|
|
10472
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
10473
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
10474
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
10475
|
-
static equals(a:
|
|
10643
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon;
|
|
10644
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon;
|
|
10645
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon;
|
|
10646
|
+
static equals(a: AmdMA35DEncodeCommon | PlainMessage<AmdMA35DEncodeCommon> | undefined, b: AmdMA35DEncodeCommon | PlainMessage<AmdMA35DEncodeCommon> | undefined): boolean;
|
|
10476
10647
|
}
|
|
10477
10648
|
/**
|
|
10478
|
-
* @generated from
|
|
10649
|
+
* @generated from enum norsk.api.media.AmdMA35DEncodeCommon.Preset
|
|
10479
10650
|
*/
|
|
10480
|
-
export declare
|
|
10651
|
+
export declare enum AmdMA35DEncodeCommon_Preset {
|
|
10481
10652
|
/**
|
|
10482
|
-
* @generated from
|
|
10653
|
+
* @generated from enum value: AMD_MA35D_PRESET_DEFAULT = 0;
|
|
10483
10654
|
*/
|
|
10484
|
-
|
|
10485
|
-
|
|
10486
|
-
|
|
10487
|
-
|
|
10488
|
-
|
|
10489
|
-
|
|
10490
|
-
|
|
10491
|
-
|
|
10492
|
-
|
|
10493
|
-
|
|
10494
|
-
|
|
10495
|
-
|
|
10496
|
-
|
|
10497
|
-
case: undefined;
|
|
10498
|
-
value?: undefined;
|
|
10499
|
-
};
|
|
10500
|
-
constructor(data?: PartialMessage<VideoTransformMessage>);
|
|
10501
|
-
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10502
|
-
static readonly typeName = "norsk.api.media.VideoTransformMessage";
|
|
10503
|
-
static readonly fields: FieldList;
|
|
10504
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoTransformMessage;
|
|
10505
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoTransformMessage;
|
|
10506
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoTransformMessage;
|
|
10507
|
-
static equals(a: VideoTransformMessage | PlainMessage<VideoTransformMessage> | undefined, b: VideoTransformMessage | PlainMessage<VideoTransformMessage> | undefined): boolean;
|
|
10655
|
+
AMD_MA35D_PRESET_DEFAULT = 0,
|
|
10656
|
+
/**
|
|
10657
|
+
* @generated from enum value: AMD_MA35D_PRESET_FAST = 1;
|
|
10658
|
+
*/
|
|
10659
|
+
AMD_MA35D_PRESET_FAST = 1,
|
|
10660
|
+
/**
|
|
10661
|
+
* @generated from enum value: AMD_MA35D_PRESET_MEDIUM = 2;
|
|
10662
|
+
*/
|
|
10663
|
+
AMD_MA35D_PRESET_MEDIUM = 2,
|
|
10664
|
+
/**
|
|
10665
|
+
* @generated from enum value: AMD_MA35D_PRESET_SLOW = 3;
|
|
10666
|
+
*/
|
|
10667
|
+
AMD_MA35D_PRESET_SLOW = 3
|
|
10508
10668
|
}
|
|
10509
10669
|
/**
|
|
10510
|
-
* @generated from
|
|
10670
|
+
* @generated from enum norsk.api.media.AmdMA35DEncodeCommon.QpMode
|
|
10511
10671
|
*/
|
|
10512
|
-
export declare
|
|
10672
|
+
export declare enum AmdMA35DEncodeCommon_QpMode {
|
|
10513
10673
|
/**
|
|
10514
|
-
* @generated from
|
|
10674
|
+
* @generated from enum value: AMD_MA35D_QPMODE_DEFAULT = 0;
|
|
10515
10675
|
*/
|
|
10516
|
-
|
|
10517
|
-
|
|
10518
|
-
|
|
10519
|
-
|
|
10520
|
-
|
|
10521
|
-
|
|
10522
|
-
|
|
10523
|
-
|
|
10524
|
-
|
|
10676
|
+
AMD_MA35D_QPMODE_DEFAULT = 0,
|
|
10677
|
+
/**
|
|
10678
|
+
* @generated from enum value: AMD_MA35D_QPMODE_RELATIVE_LOAD = 1;
|
|
10679
|
+
*/
|
|
10680
|
+
AMD_MA35D_QPMODE_RELATIVE_LOAD = 1,
|
|
10681
|
+
/**
|
|
10682
|
+
* @generated from enum value: AMD_MA35D_QPMODE_UNIFORM = 2;
|
|
10683
|
+
*/
|
|
10684
|
+
AMD_MA35D_QPMODE_UNIFORM = 2
|
|
10685
|
+
}
|
|
10686
|
+
/**
|
|
10687
|
+
* @generated from enum norsk.api.media.AmdMA35DEncodeCommon.TuneMetrics
|
|
10688
|
+
*/
|
|
10689
|
+
export declare enum AmdMA35DEncodeCommon_TuneMetrics {
|
|
10690
|
+
/**
|
|
10691
|
+
* @generated from enum value: AMD_MA35D_TUNE_DEFAULT = 0;
|
|
10692
|
+
*/
|
|
10693
|
+
AMD_MA35D_TUNE_DEFAULT = 0,
|
|
10694
|
+
/**
|
|
10695
|
+
* @generated from enum value: AMD_MA35D_TUNE_VQ = 1;
|
|
10696
|
+
*/
|
|
10697
|
+
AMD_MA35D_TUNE_VQ = 1,
|
|
10698
|
+
/**
|
|
10699
|
+
* @generated from enum value: AMD_MA35D_TUNE_PSNR = 2;
|
|
10700
|
+
*/
|
|
10701
|
+
AMD_MA35D_TUNE_PSNR = 2,
|
|
10702
|
+
/**
|
|
10703
|
+
* @generated from enum value: AMD_MA35D_TUNE_SSIM = 3;
|
|
10704
|
+
*/
|
|
10705
|
+
AMD_MA35D_TUNE_SSIM = 3,
|
|
10706
|
+
/**
|
|
10707
|
+
* @generated from enum value: AMD_MA35D_TUNE_VMAF = 4;
|
|
10708
|
+
*/
|
|
10709
|
+
AMD_MA35D_TUNE_VMAF = 4
|
|
10710
|
+
}
|
|
10711
|
+
/**
|
|
10712
|
+
* @generated from enum norsk.api.media.AmdMA35DEncodeCommon.TrinaryFlag
|
|
10713
|
+
*/
|
|
10714
|
+
export declare enum AmdMA35DEncodeCommon_TrinaryFlag {
|
|
10715
|
+
/**
|
|
10716
|
+
* @generated from enum value: AMD_MA35D_AUTO = 0;
|
|
10717
|
+
*/
|
|
10718
|
+
AMD_MA35D_AUTO = 0,
|
|
10719
|
+
/**
|
|
10720
|
+
* @generated from enum value: AMD_MA35D_DISABLE = 1;
|
|
10721
|
+
*/
|
|
10722
|
+
AMD_MA35D_DISABLE = 1,
|
|
10723
|
+
/**
|
|
10724
|
+
* @generated from enum value: AMD_MA35D_ENABLE = 2;
|
|
10725
|
+
*/
|
|
10726
|
+
AMD_MA35D_ENABLE = 2
|
|
10727
|
+
}
|
|
10728
|
+
/**
|
|
10729
|
+
* @generated from message norsk.api.media.AmdMA35DEncodeCommon.ConstQp
|
|
10730
|
+
*/
|
|
10731
|
+
export declare class AmdMA35DEncodeCommon_ConstQp extends Message<AmdMA35DEncodeCommon_ConstQp> {
|
|
10732
|
+
/**
|
|
10733
|
+
* @generated from field: uint32 qp = 1;
|
|
10734
|
+
*/
|
|
10735
|
+
qp: number;
|
|
10736
|
+
constructor(data?: PartialMessage<AmdMA35DEncodeCommon_ConstQp>);
|
|
10737
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10738
|
+
static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon.ConstQp";
|
|
10739
|
+
static readonly fields: FieldList;
|
|
10740
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon_ConstQp;
|
|
10741
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstQp;
|
|
10742
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstQp;
|
|
10743
|
+
static equals(a: AmdMA35DEncodeCommon_ConstQp | PlainMessage<AmdMA35DEncodeCommon_ConstQp> | undefined, b: AmdMA35DEncodeCommon_ConstQp | PlainMessage<AmdMA35DEncodeCommon_ConstQp> | undefined): boolean;
|
|
10744
|
+
}
|
|
10745
|
+
/**
|
|
10746
|
+
* @generated from message norsk.api.media.AmdMA35DEncodeCommon.CBR
|
|
10747
|
+
*/
|
|
10748
|
+
export declare class AmdMA35DEncodeCommon_CBR extends Message<AmdMA35DEncodeCommon_CBR> {
|
|
10749
|
+
/**
|
|
10750
|
+
* @generated from field: uint32 bitrate = 1;
|
|
10751
|
+
*/
|
|
10752
|
+
bitrate: number;
|
|
10753
|
+
constructor(data?: PartialMessage<AmdMA35DEncodeCommon_CBR>);
|
|
10754
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10755
|
+
static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon.CBR";
|
|
10756
|
+
static readonly fields: FieldList;
|
|
10757
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon_CBR;
|
|
10758
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_CBR;
|
|
10759
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_CBR;
|
|
10760
|
+
static equals(a: AmdMA35DEncodeCommon_CBR | PlainMessage<AmdMA35DEncodeCommon_CBR> | undefined, b: AmdMA35DEncodeCommon_CBR | PlainMessage<AmdMA35DEncodeCommon_CBR> | undefined): boolean;
|
|
10761
|
+
}
|
|
10762
|
+
/**
|
|
10763
|
+
* @generated from message norsk.api.media.AmdMA35DEncodeCommon.VBR
|
|
10764
|
+
*/
|
|
10765
|
+
export declare class AmdMA35DEncodeCommon_VBR extends Message<AmdMA35DEncodeCommon_VBR> {
|
|
10766
|
+
/**
|
|
10767
|
+
* @generated from field: uint32 bitrate = 1;
|
|
10768
|
+
*/
|
|
10769
|
+
bitrate: number;
|
|
10770
|
+
constructor(data?: PartialMessage<AmdMA35DEncodeCommon_VBR>);
|
|
10771
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10772
|
+
static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon.VBR";
|
|
10773
|
+
static readonly fields: FieldList;
|
|
10774
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon_VBR;
|
|
10775
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_VBR;
|
|
10776
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_VBR;
|
|
10777
|
+
static equals(a: AmdMA35DEncodeCommon_VBR | PlainMessage<AmdMA35DEncodeCommon_VBR> | undefined, b: AmdMA35DEncodeCommon_VBR | PlainMessage<AmdMA35DEncodeCommon_VBR> | undefined): boolean;
|
|
10778
|
+
}
|
|
10779
|
+
/**
|
|
10780
|
+
* @generated from message norsk.api.media.AmdMA35DEncodeCommon.ConstrainedVBR
|
|
10781
|
+
*/
|
|
10782
|
+
export declare class AmdMA35DEncodeCommon_ConstrainedVBR extends Message<AmdMA35DEncodeCommon_ConstrainedVBR> {
|
|
10783
|
+
/**
|
|
10784
|
+
* @generated from field: uint32 bitrate = 1;
|
|
10785
|
+
*/
|
|
10786
|
+
bitrate: number;
|
|
10787
|
+
/**
|
|
10788
|
+
* @generated from field: uint32 max_bitrate = 2;
|
|
10789
|
+
*/
|
|
10790
|
+
maxBitrate: number;
|
|
10791
|
+
/**
|
|
10792
|
+
* @generated from field: uint32 buf_size = 3;
|
|
10793
|
+
*/
|
|
10794
|
+
bufSize: number;
|
|
10795
|
+
constructor(data?: PartialMessage<AmdMA35DEncodeCommon_ConstrainedVBR>);
|
|
10796
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10797
|
+
static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon.ConstrainedVBR";
|
|
10798
|
+
static readonly fields: FieldList;
|
|
10799
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon_ConstrainedVBR;
|
|
10800
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstrainedVBR;
|
|
10801
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstrainedVBR;
|
|
10802
|
+
static equals(a: AmdMA35DEncodeCommon_ConstrainedVBR | PlainMessage<AmdMA35DEncodeCommon_ConstrainedVBR> | undefined, b: AmdMA35DEncodeCommon_ConstrainedVBR | PlainMessage<AmdMA35DEncodeCommon_ConstrainedVBR> | undefined): boolean;
|
|
10803
|
+
}
|
|
10804
|
+
/**
|
|
10805
|
+
* @generated from message norsk.api.media.AmdMA35DEncodeCommon.ConstrainedABR
|
|
10806
|
+
*/
|
|
10807
|
+
export declare class AmdMA35DEncodeCommon_ConstrainedABR extends Message<AmdMA35DEncodeCommon_ConstrainedABR> {
|
|
10808
|
+
/**
|
|
10809
|
+
* @generated from field: uint32 bitrate = 1;
|
|
10810
|
+
*/
|
|
10811
|
+
bitrate: number;
|
|
10812
|
+
/**
|
|
10813
|
+
* @generated from field: uint32 max_bitrate = 2;
|
|
10814
|
+
*/
|
|
10815
|
+
maxBitrate: number;
|
|
10816
|
+
/**
|
|
10817
|
+
* @generated from field: uint32 buf_size = 3;
|
|
10818
|
+
*/
|
|
10819
|
+
bufSize: number;
|
|
10820
|
+
constructor(data?: PartialMessage<AmdMA35DEncodeCommon_ConstrainedABR>);
|
|
10821
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10822
|
+
static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon.ConstrainedABR";
|
|
10823
|
+
static readonly fields: FieldList;
|
|
10824
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon_ConstrainedABR;
|
|
10825
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstrainedABR;
|
|
10826
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstrainedABR;
|
|
10827
|
+
static equals(a: AmdMA35DEncodeCommon_ConstrainedABR | PlainMessage<AmdMA35DEncodeCommon_ConstrainedABR> | undefined, b: AmdMA35DEncodeCommon_ConstrainedABR | PlainMessage<AmdMA35DEncodeCommon_ConstrainedABR> | undefined): boolean;
|
|
10828
|
+
}
|
|
10829
|
+
/**
|
|
10830
|
+
* @generated from message norsk.api.media.AmdMA35DH264
|
|
10831
|
+
*/
|
|
10832
|
+
export declare class AmdMA35DH264 extends Message<AmdMA35DH264> {
|
|
10833
|
+
/**
|
|
10834
|
+
* @generated from field: norsk.api.media.AmdMA35DH264.AmdMA35DH264Profile profile = 1;
|
|
10835
|
+
*/
|
|
10836
|
+
profile: AmdMA35DH264_AmdMA35DH264Profile;
|
|
10837
|
+
/**
|
|
10838
|
+
* @generated from field: norsk.api.common.OptionalInt level = 2;
|
|
10839
|
+
*/
|
|
10840
|
+
level?: OptionalInt;
|
|
10841
|
+
/**
|
|
10842
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon common = 3;
|
|
10843
|
+
*/
|
|
10844
|
+
common?: AmdMA35DEncodeCommon;
|
|
10845
|
+
constructor(data?: PartialMessage<AmdMA35DH264>);
|
|
10846
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10847
|
+
static readonly typeName = "norsk.api.media.AmdMA35DH264";
|
|
10848
|
+
static readonly fields: FieldList;
|
|
10849
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DH264;
|
|
10850
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DH264;
|
|
10851
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DH264;
|
|
10852
|
+
static equals(a: AmdMA35DH264 | PlainMessage<AmdMA35DH264> | undefined, b: AmdMA35DH264 | PlainMessage<AmdMA35DH264> | undefined): boolean;
|
|
10853
|
+
}
|
|
10854
|
+
/**
|
|
10855
|
+
* @generated from enum norsk.api.media.AmdMA35DH264.AmdMA35DH264Profile
|
|
10856
|
+
*/
|
|
10857
|
+
export declare enum AmdMA35DH264_AmdMA35DH264Profile {
|
|
10858
|
+
/**
|
|
10859
|
+
* @generated from enum value: AMD_MA35D_H264_PROFILE_DEFAULT = 0;
|
|
10860
|
+
*/
|
|
10861
|
+
AMD_MA35D_H264_PROFILE_DEFAULT = 0,
|
|
10862
|
+
/**
|
|
10863
|
+
* @generated from enum value: AMD_MA35D_H264_PROFILE_BASELINE = 1;
|
|
10864
|
+
*/
|
|
10865
|
+
AMD_MA35D_H264_PROFILE_BASELINE = 1,
|
|
10866
|
+
/**
|
|
10867
|
+
* @generated from enum value: AMD_MA35D_H264_PROFILE_MAIN = 2;
|
|
10868
|
+
*/
|
|
10869
|
+
AMD_MA35D_H264_PROFILE_MAIN = 2,
|
|
10870
|
+
/**
|
|
10871
|
+
* @generated from enum value: AMD_MA35D_H264_PROFILE_HIGH = 3;
|
|
10872
|
+
*/
|
|
10873
|
+
AMD_MA35D_H264_PROFILE_HIGH = 3,
|
|
10874
|
+
/**
|
|
10875
|
+
* @generated from enum value: AMD_MA35D_H264_PROFILE_HIGH10 = 4;
|
|
10876
|
+
*/
|
|
10877
|
+
AMD_MA35D_H264_PROFILE_HIGH10 = 4
|
|
10878
|
+
}
|
|
10879
|
+
/**
|
|
10880
|
+
* @generated from message norsk.api.media.AmdMA35DHevc
|
|
10881
|
+
*/
|
|
10882
|
+
export declare class AmdMA35DHevc extends Message<AmdMA35DHevc> {
|
|
10883
|
+
/**
|
|
10884
|
+
* @generated from field: norsk.api.media.AmdMA35DHevc.AmdMA35DHevcTier tier = 1;
|
|
10885
|
+
*/
|
|
10886
|
+
tier: AmdMA35DHevc_AmdMA35DHevcTier;
|
|
10887
|
+
/**
|
|
10888
|
+
* @generated from field: norsk.api.media.AmdMA35DHevc.AmdMA35DHevcProfile profile = 2;
|
|
10889
|
+
*/
|
|
10890
|
+
profile: AmdMA35DHevc_AmdMA35DHevcProfile;
|
|
10891
|
+
/**
|
|
10892
|
+
* @generated from field: norsk.api.common.OptionalInt level = 3;
|
|
10893
|
+
*/
|
|
10894
|
+
level?: OptionalInt;
|
|
10895
|
+
/**
|
|
10896
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon common = 4;
|
|
10897
|
+
*/
|
|
10898
|
+
common?: AmdMA35DEncodeCommon;
|
|
10899
|
+
constructor(data?: PartialMessage<AmdMA35DHevc>);
|
|
10900
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10901
|
+
static readonly typeName = "norsk.api.media.AmdMA35DHevc";
|
|
10902
|
+
static readonly fields: FieldList;
|
|
10903
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DHevc;
|
|
10904
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DHevc;
|
|
10905
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DHevc;
|
|
10906
|
+
static equals(a: AmdMA35DHevc | PlainMessage<AmdMA35DHevc> | undefined, b: AmdMA35DHevc | PlainMessage<AmdMA35DHevc> | undefined): boolean;
|
|
10907
|
+
}
|
|
10908
|
+
/**
|
|
10909
|
+
* @generated from enum norsk.api.media.AmdMA35DHevc.AmdMA35DHevcProfile
|
|
10910
|
+
*/
|
|
10911
|
+
export declare enum AmdMA35DHevc_AmdMA35DHevcProfile {
|
|
10912
|
+
/**
|
|
10913
|
+
* @generated from enum value: AMD_MA35D_HEVC_PROFILE_DEFAULT = 0;
|
|
10914
|
+
*/
|
|
10915
|
+
AMD_MA35D_HEVC_PROFILE_DEFAULT = 0,
|
|
10916
|
+
/**
|
|
10917
|
+
* @generated from enum value: AMD_MA35D_HEVC_PROFILE_MAIN = 1;
|
|
10918
|
+
*/
|
|
10919
|
+
AMD_MA35D_HEVC_PROFILE_MAIN = 1,
|
|
10920
|
+
/**
|
|
10921
|
+
* @generated from enum value: AMD_MA35D_HEVC_PROFILE_MAIN10 = 2;
|
|
10922
|
+
*/
|
|
10923
|
+
AMD_MA35D_HEVC_PROFILE_MAIN10 = 2
|
|
10924
|
+
}
|
|
10925
|
+
/**
|
|
10926
|
+
* @generated from enum norsk.api.media.AmdMA35DHevc.AmdMA35DHevcTier
|
|
10927
|
+
*/
|
|
10928
|
+
export declare enum AmdMA35DHevc_AmdMA35DHevcTier {
|
|
10929
|
+
/**
|
|
10930
|
+
* @generated from enum value: AMD_MA35D_HEVC_TIER_MAIN = 0;
|
|
10931
|
+
*/
|
|
10932
|
+
AMD_MA35D_HEVC_TIER_MAIN = 0,
|
|
10933
|
+
/**
|
|
10934
|
+
* @generated from enum value: AMD_MA35D_HEVC_TIER_HIGH = 1;
|
|
10935
|
+
*/
|
|
10936
|
+
AMD_MA35D_HEVC_TIER_HIGH = 1
|
|
10937
|
+
}
|
|
10938
|
+
/**
|
|
10939
|
+
* @generated from message norsk.api.media.NoDeinterlace
|
|
10940
|
+
*/
|
|
10941
|
+
export declare class NoDeinterlace extends Message<NoDeinterlace> {
|
|
10942
|
+
constructor(data?: PartialMessage<NoDeinterlace>);
|
|
10943
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10944
|
+
static readonly typeName = "norsk.api.media.NoDeinterlace";
|
|
10945
|
+
static readonly fields: FieldList;
|
|
10946
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NoDeinterlace;
|
|
10947
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NoDeinterlace;
|
|
10948
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NoDeinterlace;
|
|
10949
|
+
static equals(a: NoDeinterlace | PlainMessage<NoDeinterlace> | undefined, b: NoDeinterlace | PlainMessage<NoDeinterlace> | undefined): boolean;
|
|
10950
|
+
}
|
|
10951
|
+
/**
|
|
10952
|
+
* @generated from message norsk.api.media.SoftwareDeinterlace
|
|
10953
|
+
*/
|
|
10954
|
+
export declare class SoftwareDeinterlace extends Message<SoftwareDeinterlace> {
|
|
10955
|
+
/**
|
|
10956
|
+
* @generated from field: norsk.api.media.SoftwareDeinterlace.SoftwareDeinterlaceAlgorithm algorithm = 1;
|
|
10957
|
+
*/
|
|
10958
|
+
algorithm: SoftwareDeinterlace_SoftwareDeinterlaceAlgorithm;
|
|
10959
|
+
constructor(data?: PartialMessage<SoftwareDeinterlace>);
|
|
10960
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10961
|
+
static readonly typeName = "norsk.api.media.SoftwareDeinterlace";
|
|
10962
|
+
static readonly fields: FieldList;
|
|
10963
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SoftwareDeinterlace;
|
|
10964
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SoftwareDeinterlace;
|
|
10965
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SoftwareDeinterlace;
|
|
10966
|
+
static equals(a: SoftwareDeinterlace | PlainMessage<SoftwareDeinterlace> | undefined, b: SoftwareDeinterlace | PlainMessage<SoftwareDeinterlace> | undefined): boolean;
|
|
10967
|
+
}
|
|
10968
|
+
/**
|
|
10969
|
+
* @generated from enum norsk.api.media.SoftwareDeinterlace.SoftwareDeinterlaceAlgorithm
|
|
10970
|
+
*/
|
|
10971
|
+
export declare enum SoftwareDeinterlace_SoftwareDeinterlaceAlgorithm {
|
|
10972
|
+
/**
|
|
10973
|
+
* @generated from enum value: SoftwareBwdif = 0;
|
|
10974
|
+
*/
|
|
10975
|
+
SoftwareBwdif = 0,
|
|
10976
|
+
/**
|
|
10977
|
+
* @generated from enum value: SoftwareKerndeint = 1;
|
|
10978
|
+
*/
|
|
10979
|
+
SoftwareKerndeint = 1,
|
|
10980
|
+
/**
|
|
10981
|
+
* @generated from enum value: SoftwareNnedi = 2;
|
|
10982
|
+
*/
|
|
10983
|
+
SoftwareNnedi = 2,
|
|
10984
|
+
/**
|
|
10985
|
+
* @generated from enum value: SoftwareW3fdif = 3;
|
|
10986
|
+
*/
|
|
10987
|
+
SoftwareW3fdif = 3,
|
|
10988
|
+
/**
|
|
10989
|
+
* @generated from enum value: SoftwareYadif = 4;
|
|
10990
|
+
*/
|
|
10991
|
+
SoftwareYadif = 4
|
|
10992
|
+
}
|
|
10993
|
+
/**
|
|
10994
|
+
* @generated from message norsk.api.media.VideoTransformConfiguration
|
|
10995
|
+
*/
|
|
10996
|
+
export declare class VideoTransformConfiguration extends Message<VideoTransformConfiguration> {
|
|
10997
|
+
/**
|
|
10998
|
+
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
10999
|
+
*/
|
|
11000
|
+
id?: MediaNodeId;
|
|
11001
|
+
/**
|
|
11002
|
+
* @generated from field: norsk.api.media.Resolution resolution = 2;
|
|
11003
|
+
*/
|
|
11004
|
+
resolution?: Resolution;
|
|
11005
|
+
/**
|
|
11006
|
+
* @generated from field: norsk.api.media.SampleAspectRatio sample_aspect_ratio = 4;
|
|
11007
|
+
*/
|
|
11008
|
+
sampleAspectRatio?: SampleAspectRatio;
|
|
11009
|
+
/**
|
|
11010
|
+
* @generated from field: norsk.api.media.FrameRate frame_rate = 5;
|
|
11011
|
+
*/
|
|
11012
|
+
frameRate?: FrameRate;
|
|
11013
|
+
/**
|
|
11014
|
+
* @generated from oneof norsk.api.media.VideoTransformConfiguration.deinterlace
|
|
11015
|
+
*/
|
|
11016
|
+
deinterlace: {
|
|
11017
|
+
/**
|
|
11018
|
+
* @generated from field: norsk.api.media.NoDeinterlace none = 6;
|
|
11019
|
+
*/
|
|
11020
|
+
value: NoDeinterlace;
|
|
11021
|
+
case: "none";
|
|
11022
|
+
} | {
|
|
11023
|
+
/**
|
|
11024
|
+
* @generated from field: norsk.api.media.SoftwareDeinterlace software = 7;
|
|
11025
|
+
*/
|
|
11026
|
+
value: SoftwareDeinterlace;
|
|
11027
|
+
case: "software";
|
|
11028
|
+
} | {
|
|
11029
|
+
case: undefined;
|
|
11030
|
+
value?: undefined;
|
|
11031
|
+
};
|
|
11032
|
+
constructor(data?: PartialMessage<VideoTransformConfiguration>);
|
|
11033
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
11034
|
+
static readonly typeName = "norsk.api.media.VideoTransformConfiguration";
|
|
11035
|
+
static readonly fields: FieldList;
|
|
11036
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoTransformConfiguration;
|
|
11037
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoTransformConfiguration;
|
|
11038
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoTransformConfiguration;
|
|
11039
|
+
static equals(a: VideoTransformConfiguration | PlainMessage<VideoTransformConfiguration> | undefined, b: VideoTransformConfiguration | PlainMessage<VideoTransformConfiguration> | undefined): boolean;
|
|
11040
|
+
}
|
|
11041
|
+
/**
|
|
11042
|
+
* @generated from message norsk.api.media.VideoTransformMessage
|
|
11043
|
+
*/
|
|
11044
|
+
export declare class VideoTransformMessage extends Message<VideoTransformMessage> {
|
|
11045
|
+
/**
|
|
11046
|
+
* @generated from oneof norsk.api.media.VideoTransformMessage.message
|
|
11047
|
+
*/
|
|
11048
|
+
message: {
|
|
11049
|
+
/**
|
|
11050
|
+
* @generated from field: norsk.api.media.Subscription subscription = 1;
|
|
11051
|
+
*/
|
|
11052
|
+
value: Subscription;
|
|
11053
|
+
case: "subscription";
|
|
11054
|
+
} | {
|
|
11055
|
+
/**
|
|
11056
|
+
* @generated from field: norsk.api.media.VideoTransformConfiguration configuration = 2;
|
|
11057
|
+
*/
|
|
11058
|
+
value: VideoTransformConfiguration;
|
|
11059
|
+
case: "configuration";
|
|
11060
|
+
} | {
|
|
11061
|
+
case: undefined;
|
|
11062
|
+
value?: undefined;
|
|
11063
|
+
};
|
|
11064
|
+
constructor(data?: PartialMessage<VideoTransformMessage>);
|
|
11065
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
11066
|
+
static readonly typeName = "norsk.api.media.VideoTransformMessage";
|
|
11067
|
+
static readonly fields: FieldList;
|
|
11068
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoTransformMessage;
|
|
11069
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoTransformMessage;
|
|
11070
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoTransformMessage;
|
|
11071
|
+
static equals(a: VideoTransformMessage | PlainMessage<VideoTransformMessage> | undefined, b: VideoTransformMessage | PlainMessage<VideoTransformMessage> | undefined): boolean;
|
|
11072
|
+
}
|
|
11073
|
+
/**
|
|
11074
|
+
* @generated from message norsk.api.media.VideoTransformEvent
|
|
11075
|
+
*/
|
|
11076
|
+
export declare class VideoTransformEvent extends Message<VideoTransformEvent> {
|
|
11077
|
+
/**
|
|
11078
|
+
* @generated from oneof norsk.api.media.VideoTransformEvent.message
|
|
11079
|
+
*/
|
|
11080
|
+
message: {
|
|
11081
|
+
/**
|
|
11082
|
+
* @generated from field: norsk.api.media.MediaNodeId node_id = 1;
|
|
11083
|
+
*/
|
|
11084
|
+
value: MediaNodeId;
|
|
11085
|
+
case: "nodeId";
|
|
11086
|
+
} | {
|
|
11087
|
+
/**
|
|
11088
|
+
* @generated from field: norsk.api.media.Context outbound_context = 2;
|
|
10525
11089
|
*/
|
|
10526
11090
|
value: Context;
|
|
10527
11091
|
case: "outboundContext";
|
|
@@ -10909,7 +11473,8 @@ export declare class StreamMetadataOverrideConfiguration extends Message<StreamM
|
|
|
10909
11473
|
*/
|
|
10910
11474
|
subtitlesLanguage?: OptionalString;
|
|
10911
11475
|
/**
|
|
10912
|
-
* * Override the property of whether a subtitles string is the default/primary
|
|
11476
|
+
* * Override the property of whether a subtitles string is the default/primary
|
|
11477
|
+
* rendition or not
|
|
10913
11478
|
*
|
|
10914
11479
|
* @generated from field: norsk.api.common.OptionalBool subtitles_default = 6;
|
|
10915
11480
|
*/
|
|
@@ -10962,7 +11527,8 @@ export declare class StreamMetadataOverrideUpdateConfiguration extends Message<S
|
|
|
10962
11527
|
*/
|
|
10963
11528
|
subtitlesLanguage?: OptionalString;
|
|
10964
11529
|
/**
|
|
10965
|
-
* * Override the property of whether a subtitles string is the default/primary
|
|
11530
|
+
* * Override the property of whether a subtitles string is the default/primary
|
|
11531
|
+
* rendition or not
|
|
10966
11532
|
*
|
|
10967
11533
|
* @generated from field: norsk.api.common.OptionalBool subtitles_default = 6;
|
|
10968
11534
|
*/
|
|
@@ -11274,6 +11840,13 @@ export declare class StreamAlignConfiguration extends Message<StreamAlignConfigu
|
|
|
11274
11840
|
* @generated from field: norsk.api.media.FrameRate frame_rate = 3;
|
|
11275
11841
|
*/
|
|
11276
11842
|
frameRate?: FrameRate;
|
|
11843
|
+
/**
|
|
11844
|
+
* Synchronise audio/video sources aggressively to start at the same timestamp
|
|
11845
|
+
* by dropping frames until a video keyframe occurs
|
|
11846
|
+
*
|
|
11847
|
+
* @generated from field: bool sync_av = 4;
|
|
11848
|
+
*/
|
|
11849
|
+
syncAv: boolean;
|
|
11277
11850
|
constructor(data?: PartialMessage<StreamAlignConfiguration>);
|
|
11278
11851
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
11279
11852
|
static readonly typeName = "norsk.api.media.StreamAlignConfiguration";
|
|
@@ -11562,6 +12135,223 @@ export declare class AudioEncodeEvent extends Message<AudioEncodeEvent> {
|
|
|
11562
12135
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioEncodeEvent;
|
|
11563
12136
|
static equals(a: AudioEncodeEvent | PlainMessage<AudioEncodeEvent> | undefined, b: AudioEncodeEvent | PlainMessage<AudioEncodeEvent> | undefined): boolean;
|
|
11564
12137
|
}
|
|
12138
|
+
/**
|
|
12139
|
+
* @generated from message norsk.api.media.WebVttEncodeConfiguration
|
|
12140
|
+
*/
|
|
12141
|
+
export declare class WebVttEncodeConfiguration extends Message<WebVttEncodeConfiguration> {
|
|
12142
|
+
/**
|
|
12143
|
+
* Maximum length of any line in the cue in characters
|
|
12144
|
+
*
|
|
12145
|
+
* @generated from field: norsk.api.common.OptionalInt maximum_line_length = 1;
|
|
12146
|
+
*/
|
|
12147
|
+
maximumLineLength?: OptionalInt;
|
|
12148
|
+
/**
|
|
12149
|
+
* Minimum length of the overall cue in characters
|
|
12150
|
+
*
|
|
12151
|
+
* @generated from field: norsk.api.common.OptionalInt minimum_cue_length = 2;
|
|
12152
|
+
*/
|
|
12153
|
+
minimumCueLength?: OptionalInt;
|
|
12154
|
+
/**
|
|
12155
|
+
* Maximum number of lines in a cue.
|
|
12156
|
+
*
|
|
12157
|
+
* Consider using a value of 1 and a longer max line length and allowing the player to break lines: per the WebVTT standard
|
|
12158
|
+
* "In general, therefore, authors are encouraged to write cues all on one line except when a line break is definitely necessary."
|
|
12159
|
+
* However if the player does not do this adequately, using the actual max line length desired and more lines, hard line breaks
|
|
12160
|
+
* will be inserted. Note a maximum subtitle length of two lines is recommended (eg BBC guidance)
|
|
12161
|
+
*
|
|
12162
|
+
* @generated from field: norsk.api.common.OptionalInt maximum_num_lines = 3;
|
|
12163
|
+
*/
|
|
12164
|
+
maximumNumLines?: OptionalInt;
|
|
12165
|
+
constructor(data?: PartialMessage<WebVttEncodeConfiguration>);
|
|
12166
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
12167
|
+
static readonly typeName = "norsk.api.media.WebVttEncodeConfiguration";
|
|
12168
|
+
static readonly fields: FieldList;
|
|
12169
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WebVttEncodeConfiguration;
|
|
12170
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WebVttEncodeConfiguration;
|
|
12171
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WebVttEncodeConfiguration;
|
|
12172
|
+
static equals(a: WebVttEncodeConfiguration | PlainMessage<WebVttEncodeConfiguration> | undefined, b: WebVttEncodeConfiguration | PlainMessage<WebVttEncodeConfiguration> | undefined): boolean;
|
|
12173
|
+
}
|
|
12174
|
+
/**
|
|
12175
|
+
* @generated from message norsk.api.media.Cta608EncodeConfiguration
|
|
12176
|
+
*/
|
|
12177
|
+
export declare class Cta608EncodeConfiguration extends Message<Cta608EncodeConfiguration> {
|
|
12178
|
+
/**
|
|
12179
|
+
* Caption style (default: selected according to source)
|
|
12180
|
+
*
|
|
12181
|
+
* @generated from field: norsk.api.media.Cta608EncodeConfiguration.Cta608EncodeStyle style = 1;
|
|
12182
|
+
*/
|
|
12183
|
+
style: Cta608EncodeConfiguration_Cta608EncodeStyle;
|
|
12184
|
+
/**
|
|
12185
|
+
* The total/maximum number of lines to use for captioning
|
|
12186
|
+
*
|
|
12187
|
+
* @generated from field: norsk.api.common.OptionalInt lines = 2;
|
|
12188
|
+
*/
|
|
12189
|
+
lines?: OptionalInt;
|
|
12190
|
+
constructor(data?: PartialMessage<Cta608EncodeConfiguration>);
|
|
12191
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
12192
|
+
static readonly typeName = "norsk.api.media.Cta608EncodeConfiguration";
|
|
12193
|
+
static readonly fields: FieldList;
|
|
12194
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Cta608EncodeConfiguration;
|
|
12195
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Cta608EncodeConfiguration;
|
|
12196
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Cta608EncodeConfiguration;
|
|
12197
|
+
static equals(a: Cta608EncodeConfiguration | PlainMessage<Cta608EncodeConfiguration> | undefined, b: Cta608EncodeConfiguration | PlainMessage<Cta608EncodeConfiguration> | undefined): boolean;
|
|
12198
|
+
}
|
|
12199
|
+
/**
|
|
12200
|
+
* @generated from enum norsk.api.media.Cta608EncodeConfiguration.Cta608EncodeStyle
|
|
12201
|
+
*/
|
|
12202
|
+
export declare enum Cta608EncodeConfiguration_Cta608EncodeStyle {
|
|
12203
|
+
/**
|
|
12204
|
+
* @generated from enum value: CTA_608_STYLE_DEFAULT = 0;
|
|
12205
|
+
*/
|
|
12206
|
+
CTA_608_STYLE_DEFAULT = 0,
|
|
12207
|
+
/**
|
|
12208
|
+
* @generated from enum value: CTA_608_STYLE_ROLL_UP = 1;
|
|
12209
|
+
*/
|
|
12210
|
+
CTA_608_STYLE_ROLL_UP = 1,
|
|
12211
|
+
/**
|
|
12212
|
+
* @generated from enum value: CTA_608_STYLE_POP_ON = 2;
|
|
12213
|
+
*/
|
|
12214
|
+
CTA_608_STYLE_POP_ON = 2
|
|
12215
|
+
}
|
|
12216
|
+
/**
|
|
12217
|
+
* @generated from message norsk.api.media.Cta708EncodeConfiguration
|
|
12218
|
+
*/
|
|
12219
|
+
export declare class Cta708EncodeConfiguration extends Message<Cta708EncodeConfiguration> {
|
|
12220
|
+
constructor(data?: PartialMessage<Cta708EncodeConfiguration>);
|
|
12221
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
12222
|
+
static readonly typeName = "norsk.api.media.Cta708EncodeConfiguration";
|
|
12223
|
+
static readonly fields: FieldList;
|
|
12224
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Cta708EncodeConfiguration;
|
|
12225
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Cta708EncodeConfiguration;
|
|
12226
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Cta708EncodeConfiguration;
|
|
12227
|
+
static equals(a: Cta708EncodeConfiguration | PlainMessage<Cta708EncodeConfiguration> | undefined, b: Cta708EncodeConfiguration | PlainMessage<Cta708EncodeConfiguration> | undefined): boolean;
|
|
12228
|
+
}
|
|
12229
|
+
/**
|
|
12230
|
+
* @generated from message norsk.api.media.SubtitleConvertConfiguration
|
|
12231
|
+
*/
|
|
12232
|
+
export declare class SubtitleConvertConfiguration extends Message<SubtitleConvertConfiguration> {
|
|
12233
|
+
/**
|
|
12234
|
+
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
12235
|
+
*/
|
|
12236
|
+
id?: MediaNodeId;
|
|
12237
|
+
/**
|
|
12238
|
+
* @generated from oneof norsk.api.media.SubtitleConvertConfiguration.format
|
|
12239
|
+
*/
|
|
12240
|
+
format: {
|
|
12241
|
+
/**
|
|
12242
|
+
* @generated from field: norsk.api.media.WebVttEncodeConfiguration webvtt = 2;
|
|
12243
|
+
*/
|
|
12244
|
+
value: WebVttEncodeConfiguration;
|
|
12245
|
+
case: "webvtt";
|
|
12246
|
+
} | {
|
|
12247
|
+
/**
|
|
12248
|
+
* @generated from field: norsk.api.media.Cta608EncodeConfiguration cta608 = 3;
|
|
12249
|
+
*/
|
|
12250
|
+
value: Cta608EncodeConfiguration;
|
|
12251
|
+
case: "cta608";
|
|
12252
|
+
} | {
|
|
12253
|
+
/**
|
|
12254
|
+
* @generated from field: norsk.api.media.Cta708EncodeConfiguration cta708 = 4;
|
|
12255
|
+
*/
|
|
12256
|
+
value: Cta708EncodeConfiguration;
|
|
12257
|
+
case: "cta708";
|
|
12258
|
+
} | {
|
|
12259
|
+
case: undefined;
|
|
12260
|
+
value?: undefined;
|
|
12261
|
+
};
|
|
12262
|
+
/**
|
|
12263
|
+
* For conversion from transcribed sources containing partial and complete transcriptions, filter to only include the transcription
|
|
12264
|
+
* from a fully transcribed section/utterance. Note this may be multiple sentences and span up to 30s duration or beyond, making this
|
|
12265
|
+
* generally an option for non-live flows
|
|
12266
|
+
*
|
|
12267
|
+
* @generated from field: bool only_complete = 5;
|
|
12268
|
+
*/
|
|
12269
|
+
onlyComplete: boolean;
|
|
12270
|
+
constructor(data?: PartialMessage<SubtitleConvertConfiguration>);
|
|
12271
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
12272
|
+
static readonly typeName = "norsk.api.media.SubtitleConvertConfiguration";
|
|
12273
|
+
static readonly fields: FieldList;
|
|
12274
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SubtitleConvertConfiguration;
|
|
12275
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SubtitleConvertConfiguration;
|
|
12276
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SubtitleConvertConfiguration;
|
|
12277
|
+
static equals(a: SubtitleConvertConfiguration | PlainMessage<SubtitleConvertConfiguration> | undefined, b: SubtitleConvertConfiguration | PlainMessage<SubtitleConvertConfiguration> | undefined): boolean;
|
|
12278
|
+
}
|
|
12279
|
+
/**
|
|
12280
|
+
* @generated from message norsk.api.media.SubtitleConvertMessage
|
|
12281
|
+
*/
|
|
12282
|
+
export declare class SubtitleConvertMessage extends Message<SubtitleConvertMessage> {
|
|
12283
|
+
/**
|
|
12284
|
+
* @generated from oneof norsk.api.media.SubtitleConvertMessage.message
|
|
12285
|
+
*/
|
|
12286
|
+
message: {
|
|
12287
|
+
/**
|
|
12288
|
+
* @generated from field: norsk.api.media.Subscription subscription = 1;
|
|
12289
|
+
*/
|
|
12290
|
+
value: Subscription;
|
|
12291
|
+
case: "subscription";
|
|
12292
|
+
} | {
|
|
12293
|
+
/**
|
|
12294
|
+
* @generated from field: norsk.api.media.SubtitleConvertConfiguration configuration = 2;
|
|
12295
|
+
*/
|
|
12296
|
+
value: SubtitleConvertConfiguration;
|
|
12297
|
+
case: "configuration";
|
|
12298
|
+
} | {
|
|
12299
|
+
case: undefined;
|
|
12300
|
+
value?: undefined;
|
|
12301
|
+
};
|
|
12302
|
+
constructor(data?: PartialMessage<SubtitleConvertMessage>);
|
|
12303
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
12304
|
+
static readonly typeName = "norsk.api.media.SubtitleConvertMessage";
|
|
12305
|
+
static readonly fields: FieldList;
|
|
12306
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SubtitleConvertMessage;
|
|
12307
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SubtitleConvertMessage;
|
|
12308
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SubtitleConvertMessage;
|
|
12309
|
+
static equals(a: SubtitleConvertMessage | PlainMessage<SubtitleConvertMessage> | undefined, b: SubtitleConvertMessage | PlainMessage<SubtitleConvertMessage> | undefined): boolean;
|
|
12310
|
+
}
|
|
12311
|
+
/**
|
|
12312
|
+
* @generated from message norsk.api.media.SubtitleConvertEvent
|
|
12313
|
+
*/
|
|
12314
|
+
export declare class SubtitleConvertEvent extends Message<SubtitleConvertEvent> {
|
|
12315
|
+
/**
|
|
12316
|
+
* @generated from oneof norsk.api.media.SubtitleConvertEvent.message
|
|
12317
|
+
*/
|
|
12318
|
+
message: {
|
|
12319
|
+
/**
|
|
12320
|
+
* @generated from field: norsk.api.media.MediaNodeId node_id = 1;
|
|
12321
|
+
*/
|
|
12322
|
+
value: MediaNodeId;
|
|
12323
|
+
case: "nodeId";
|
|
12324
|
+
} | {
|
|
12325
|
+
/**
|
|
12326
|
+
* @generated from field: norsk.api.media.Context outbound_context = 2;
|
|
12327
|
+
*/
|
|
12328
|
+
value: Context;
|
|
12329
|
+
case: "outboundContext";
|
|
12330
|
+
} | {
|
|
12331
|
+
/**
|
|
12332
|
+
* @generated from field: norsk.api.media.SubscriptionResponse subscription_response = 3;
|
|
12333
|
+
*/
|
|
12334
|
+
value: SubscriptionResponse;
|
|
12335
|
+
case: "subscriptionResponse";
|
|
12336
|
+
} | {
|
|
12337
|
+
/**
|
|
12338
|
+
* @generated from field: norsk.api.media.Context inbound_context = 4;
|
|
12339
|
+
*/
|
|
12340
|
+
value: Context;
|
|
12341
|
+
case: "inboundContext";
|
|
12342
|
+
} | {
|
|
12343
|
+
case: undefined;
|
|
12344
|
+
value?: undefined;
|
|
12345
|
+
};
|
|
12346
|
+
constructor(data?: PartialMessage<SubtitleConvertEvent>);
|
|
12347
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
12348
|
+
static readonly typeName = "norsk.api.media.SubtitleConvertEvent";
|
|
12349
|
+
static readonly fields: FieldList;
|
|
12350
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SubtitleConvertEvent;
|
|
12351
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SubtitleConvertEvent;
|
|
12352
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SubtitleConvertEvent;
|
|
12353
|
+
static equals(a: SubtitleConvertEvent | PlainMessage<SubtitleConvertEvent> | undefined, b: SubtitleConvertEvent | PlainMessage<SubtitleConvertEvent> | undefined): boolean;
|
|
12354
|
+
}
|
|
11565
12355
|
/**
|
|
11566
12356
|
* @generated from message norsk.api.media.StreamSwitchSmoothConfiguration
|
|
11567
12357
|
*/
|
|
@@ -12872,9 +13662,17 @@ export declare class AudioTranscribeAzureConfiguration extends Message<AudioTran
|
|
|
12872
13662
|
*/
|
|
12873
13663
|
azureRegion: string;
|
|
12874
13664
|
/**
|
|
12875
|
-
*
|
|
13665
|
+
* * Enable dictation mode (recognise dictated punctuation etc rather than transcribing the audio verbatim)
|
|
13666
|
+
*
|
|
13667
|
+
* @generated from field: norsk.api.common.OptionalBool dictation = 8;
|
|
12876
13668
|
*/
|
|
12877
|
-
|
|
13669
|
+
dictation?: OptionalBool;
|
|
13670
|
+
/**
|
|
13671
|
+
* * Profanity behaviour (whether to mask or remove profanity)
|
|
13672
|
+
*
|
|
13673
|
+
* @generated from field: norsk.api.media.AudioTranscribeAzureConfiguration.ProfanityOption profanity = 9;
|
|
13674
|
+
*/
|
|
13675
|
+
profanity: AudioTranscribeAzureConfiguration_ProfanityOption;
|
|
12878
13676
|
constructor(data?: PartialMessage<AudioTranscribeAzureConfiguration>);
|
|
12879
13677
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
12880
13678
|
static readonly typeName = "norsk.api.media.AudioTranscribeAzureConfiguration";
|
|
@@ -12884,6 +13682,27 @@ export declare class AudioTranscribeAzureConfiguration extends Message<AudioTran
|
|
|
12884
13682
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioTranscribeAzureConfiguration;
|
|
12885
13683
|
static equals(a: AudioTranscribeAzureConfiguration | PlainMessage<AudioTranscribeAzureConfiguration> | undefined, b: AudioTranscribeAzureConfiguration | PlainMessage<AudioTranscribeAzureConfiguration> | undefined): boolean;
|
|
12886
13684
|
}
|
|
13685
|
+
/**
|
|
13686
|
+
* @generated from enum norsk.api.media.AudioTranscribeAzureConfiguration.ProfanityOption
|
|
13687
|
+
*/
|
|
13688
|
+
export declare enum AudioTranscribeAzureConfiguration_ProfanityOption {
|
|
13689
|
+
/**
|
|
13690
|
+
* @generated from enum value: AZURE_PROFANITY_DEFAULT = 0;
|
|
13691
|
+
*/
|
|
13692
|
+
AZURE_PROFANITY_DEFAULT = 0,
|
|
13693
|
+
/**
|
|
13694
|
+
* @generated from enum value: AZURE_PROFANITY_MASKED = 1;
|
|
13695
|
+
*/
|
|
13696
|
+
AZURE_PROFANITY_MASKED = 1,
|
|
13697
|
+
/**
|
|
13698
|
+
* @generated from enum value: AZURE_PROFANITY_REMOVED = 2;
|
|
13699
|
+
*/
|
|
13700
|
+
AZURE_PROFANITY_REMOVED = 2,
|
|
13701
|
+
/**
|
|
13702
|
+
* @generated from enum value: AZURE_PROFANITY_RAW = 3;
|
|
13703
|
+
*/
|
|
13704
|
+
AZURE_PROFANITY_RAW = 3
|
|
13705
|
+
}
|
|
12887
13706
|
/**
|
|
12888
13707
|
* @generated from message norsk.api.media.AudioTranscribeAzureMessage
|
|
12889
13708
|
*/
|
|
@@ -13149,7 +13968,8 @@ export declare class SubtitleTranslateAwsConfiguration extends Message<SubtitleT
|
|
|
13149
13968
|
*/
|
|
13150
13969
|
id?: MediaNodeId;
|
|
13151
13970
|
/**
|
|
13152
|
-
* / Source language code/tag, e.g. de or fr-CA (leave blank to use the source
|
|
13971
|
+
* / Source language code/tag, e.g. de or fr-CA (leave blank to use the source
|
|
13972
|
+
* / subtitle language / AWS automatic detection)
|
|
13153
13973
|
*
|
|
13154
13974
|
* @generated from field: string source_language = 2;
|
|
13155
13975
|
*/
|
|
@@ -13295,8 +14115,6 @@ export declare class AncillaryMessage extends Message<AncillaryMessage> {
|
|
|
13295
14115
|
case: "subscription";
|
|
13296
14116
|
} | {
|
|
13297
14117
|
/**
|
|
13298
|
-
* Scte104Event scte104_event = 4;
|
|
13299
|
-
*
|
|
13300
14118
|
* @generated from field: norsk.api.media.Scte35Event scte35_event = 3;
|
|
13301
14119
|
*/
|
|
13302
14120
|
value: Scte35Event;
|
|
@@ -13341,8 +14159,6 @@ export declare class AncillaryEvent extends Message<AncillaryEvent> {
|
|
|
13341
14159
|
case: "subscriptionResponse";
|
|
13342
14160
|
} | {
|
|
13343
14161
|
/**
|
|
13344
|
-
* Scte104Event scte104_event = 5;
|
|
13345
|
-
*
|
|
13346
14162
|
* @generated from field: norsk.api.media.Scte35Event scte35_event = 4;
|
|
13347
14163
|
*/
|
|
13348
14164
|
value: Scte35Event;
|
|
@@ -14936,6 +15752,97 @@ export declare class DeckLinkDisplayModes extends Message<DeckLinkDisplayModes>
|
|
|
14936
15752
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeckLinkDisplayModes;
|
|
14937
15753
|
static equals(a: DeckLinkDisplayModes | PlainMessage<DeckLinkDisplayModes> | undefined, b: DeckLinkDisplayModes | PlainMessage<DeckLinkDisplayModes> | undefined): boolean;
|
|
14938
15754
|
}
|
|
15755
|
+
/**
|
|
15756
|
+
* @generated from message norsk.api.media.MA35DDeviceInfo
|
|
15757
|
+
*/
|
|
15758
|
+
export declare class MA35DDeviceInfo extends Message<MA35DDeviceInfo> {
|
|
15759
|
+
/**
|
|
15760
|
+
* @generated from field: string product_name = 1;
|
|
15761
|
+
*/
|
|
15762
|
+
productName: string;
|
|
15763
|
+
/**
|
|
15764
|
+
* @generated from field: string serial_number = 2;
|
|
15765
|
+
*/
|
|
15766
|
+
serialNumber: string;
|
|
15767
|
+
constructor(data?: PartialMessage<MA35DDeviceInfo>);
|
|
15768
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15769
|
+
static readonly typeName = "norsk.api.media.MA35DDeviceInfo";
|
|
15770
|
+
static readonly fields: FieldList;
|
|
15771
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MA35DDeviceInfo;
|
|
15772
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MA35DDeviceInfo;
|
|
15773
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MA35DDeviceInfo;
|
|
15774
|
+
static equals(a: MA35DDeviceInfo | PlainMessage<MA35DDeviceInfo> | undefined, b: MA35DDeviceInfo | PlainMessage<MA35DDeviceInfo> | undefined): boolean;
|
|
15775
|
+
}
|
|
15776
|
+
/**
|
|
15777
|
+
* @generated from message norsk.api.media.MA35DVersionInfo
|
|
15778
|
+
*/
|
|
15779
|
+
export declare class MA35DVersionInfo extends Message<MA35DVersionInfo> {
|
|
15780
|
+
/**
|
|
15781
|
+
* @generated from field: string pcie_crtl_patch_version = 1;
|
|
15782
|
+
*/
|
|
15783
|
+
pcieCrtlPatchVersion: string;
|
|
15784
|
+
/**
|
|
15785
|
+
* @generated from field: string pcie_fw_version = 2;
|
|
15786
|
+
*/
|
|
15787
|
+
pcieFwVersion: string;
|
|
15788
|
+
/**
|
|
15789
|
+
* @generated from field: string pcie_phy_patch_a_version = 3;
|
|
15790
|
+
*/
|
|
15791
|
+
pciePhyPatchAVersion: string;
|
|
15792
|
+
/**
|
|
15793
|
+
* @generated from field: string sc_version = 4;
|
|
15794
|
+
*/
|
|
15795
|
+
scVersion: string;
|
|
15796
|
+
/**
|
|
15797
|
+
* @generated from field: string zsp_version = 5;
|
|
15798
|
+
*/
|
|
15799
|
+
zspVersion: string;
|
|
15800
|
+
/**
|
|
15801
|
+
* @generated from field: string e_secure_version = 6;
|
|
15802
|
+
*/
|
|
15803
|
+
eSecureVersion: string;
|
|
15804
|
+
constructor(data?: PartialMessage<MA35DVersionInfo>);
|
|
15805
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15806
|
+
static readonly typeName = "norsk.api.media.MA35DVersionInfo";
|
|
15807
|
+
static readonly fields: FieldList;
|
|
15808
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MA35DVersionInfo;
|
|
15809
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MA35DVersionInfo;
|
|
15810
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MA35DVersionInfo;
|
|
15811
|
+
static equals(a: MA35DVersionInfo | PlainMessage<MA35DVersionInfo> | undefined, b: MA35DVersionInfo | PlainMessage<MA35DVersionInfo> | undefined): boolean;
|
|
15812
|
+
}
|
|
15813
|
+
/**
|
|
15814
|
+
* @generated from message norsk.api.media.MA35DCard
|
|
15815
|
+
*/
|
|
15816
|
+
export declare class MA35DCard extends Message<MA35DCard> {
|
|
15817
|
+
/**
|
|
15818
|
+
* @generated from field: uint32 index = 1;
|
|
15819
|
+
*/
|
|
15820
|
+
index: number;
|
|
15821
|
+
/**
|
|
15822
|
+
* @generated from field: string device = 2;
|
|
15823
|
+
*/
|
|
15824
|
+
device: string;
|
|
15825
|
+
/**
|
|
15826
|
+
* @generated from field: string bus_id = 3;
|
|
15827
|
+
*/
|
|
15828
|
+
busId: string;
|
|
15829
|
+
/**
|
|
15830
|
+
* @generated from field: norsk.api.media.MA35DDeviceInfo device_info = 4;
|
|
15831
|
+
*/
|
|
15832
|
+
deviceInfo?: MA35DDeviceInfo;
|
|
15833
|
+
/**
|
|
15834
|
+
* @generated from field: norsk.api.media.MA35DVersionInfo version_info = 5;
|
|
15835
|
+
*/
|
|
15836
|
+
versionInfo?: MA35DVersionInfo;
|
|
15837
|
+
constructor(data?: PartialMessage<MA35DCard>);
|
|
15838
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15839
|
+
static readonly typeName = "norsk.api.media.MA35DCard";
|
|
15840
|
+
static readonly fields: FieldList;
|
|
15841
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MA35DCard;
|
|
15842
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MA35DCard;
|
|
15843
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MA35DCard;
|
|
15844
|
+
static equals(a: MA35DCard | PlainMessage<MA35DCard> | undefined, b: MA35DCard | PlainMessage<MA35DCard> | undefined): boolean;
|
|
15845
|
+
}
|
|
14939
15846
|
/**
|
|
14940
15847
|
* @generated from message norsk.api.media.Hardware
|
|
14941
15848
|
*/
|
|
@@ -14952,6 +15859,10 @@ export declare class Hardware extends Message<Hardware> {
|
|
|
14952
15859
|
* @generated from field: repeated norsk.api.media.DeckLinkCard deckLinkCards = 3;
|
|
14953
15860
|
*/
|
|
14954
15861
|
deckLinkCards: DeckLinkCard[];
|
|
15862
|
+
/**
|
|
15863
|
+
* @generated from field: repeated norsk.api.media.MA35DCard ma35dCards = 4;
|
|
15864
|
+
*/
|
|
15865
|
+
ma35dCards: MA35DCard[];
|
|
14955
15866
|
constructor(data?: PartialMessage<Hardware>);
|
|
14956
15867
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
14957
15868
|
static readonly typeName = "norsk.api.media.Hardware";
|
|
@@ -15337,6 +16248,12 @@ export declare class NorskStatusEvent extends Message<NorskStatusEvent> {
|
|
|
15337
16248
|
*/
|
|
15338
16249
|
value: Log;
|
|
15339
16250
|
case: "logEvent";
|
|
16251
|
+
} | {
|
|
16252
|
+
/**
|
|
16253
|
+
* @generated from field: norsk.api.media.AmdMA35DLoad ma35d_load = 5;
|
|
16254
|
+
*/
|
|
16255
|
+
value: AmdMA35DLoad;
|
|
16256
|
+
case: "ma35dLoad";
|
|
15340
16257
|
} | {
|
|
15341
16258
|
case: undefined;
|
|
15342
16259
|
value?: undefined;
|