@norskvideo/norsk-api 1.0.354 → 1.0.357
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 +10 -10
- package/lib/manager_grpc_pb.js +3 -14
- package/lib/manager_pb.d.ts +0 -23
- package/lib/manager_pb.js +2 -34
- package/lib/manager_pb.js.map +1 -1
- package/lib/manager_pb.ts +0 -43
- package/lib/media_pb.d.ts +597 -48
- package/lib/media_pb.js +761 -90
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +1121 -188
- 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
|
@@ -6415,6 +6415,10 @@ export declare class CmafVideoConfiguration extends Message<CmafVideoConfigurati
|
|
|
6415
6415
|
* @generated from field: int32 bitrate = 10;
|
|
6416
6416
|
*/
|
|
6417
6417
|
bitrate: number;
|
|
6418
|
+
/**
|
|
6419
|
+
* @generated from field: norsk.api.common.OptionalString name = 11;
|
|
6420
|
+
*/
|
|
6421
|
+
name?: OptionalString;
|
|
6418
6422
|
constructor(data?: PartialMessage<CmafVideoConfiguration>);
|
|
6419
6423
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6420
6424
|
static readonly typeName = "norsk.api.media.CmafVideoConfiguration";
|
|
@@ -6506,6 +6510,10 @@ export declare class HlsTsVideoConfiguration extends Message<HlsTsVideoConfigura
|
|
|
6506
6510
|
* @generated from field: int32 bitrate = 8;
|
|
6507
6511
|
*/
|
|
6508
6512
|
bitrate: number;
|
|
6513
|
+
/**
|
|
6514
|
+
* @generated from field: norsk.api.common.OptionalString name = 9;
|
|
6515
|
+
*/
|
|
6516
|
+
name?: OptionalString;
|
|
6509
6517
|
constructor(data?: PartialMessage<HlsTsVideoConfiguration>);
|
|
6510
6518
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6511
6519
|
static readonly typeName = "norsk.api.media.HlsTsVideoConfiguration";
|
|
@@ -6605,6 +6613,10 @@ export declare class CmafAudioConfiguration extends Message<CmafAudioConfigurati
|
|
|
6605
6613
|
* @generated from field: int32 bitrate = 11;
|
|
6606
6614
|
*/
|
|
6607
6615
|
bitrate: number;
|
|
6616
|
+
/**
|
|
6617
|
+
* @generated from field: norsk.api.common.OptionalString name = 12;
|
|
6618
|
+
*/
|
|
6619
|
+
name?: OptionalString;
|
|
6608
6620
|
constructor(data?: PartialMessage<CmafAudioConfiguration>);
|
|
6609
6621
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6610
6622
|
static readonly typeName = "norsk.api.media.CmafAudioConfiguration";
|
|
@@ -6696,6 +6708,10 @@ export declare class HlsTsAudioConfiguration extends Message<HlsTsAudioConfigura
|
|
|
6696
6708
|
* @generated from field: int32 bitrate = 8;
|
|
6697
6709
|
*/
|
|
6698
6710
|
bitrate: number;
|
|
6711
|
+
/**
|
|
6712
|
+
* @generated from field: norsk.api.common.OptionalString name = 9;
|
|
6713
|
+
*/
|
|
6714
|
+
name?: OptionalString;
|
|
6699
6715
|
constructor(data?: PartialMessage<HlsTsAudioConfiguration>);
|
|
6700
6716
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6701
6717
|
static readonly typeName = "norsk.api.media.HlsTsAudioConfiguration";
|
|
@@ -6775,6 +6791,10 @@ export declare class CmafWebVttConfiguration extends Message<CmafWebVttConfigura
|
|
|
6775
6791
|
* @generated from field: norsk.api.media.Interval pts_adjustment = 8;
|
|
6776
6792
|
*/
|
|
6777
6793
|
ptsAdjustment?: Interval;
|
|
6794
|
+
/**
|
|
6795
|
+
* @generated from field: norsk.api.common.OptionalString name = 9;
|
|
6796
|
+
*/
|
|
6797
|
+
name?: OptionalString;
|
|
6778
6798
|
constructor(data?: PartialMessage<CmafWebVttConfiguration>);
|
|
6779
6799
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6780
6800
|
static readonly typeName = "norsk.api.media.CmafWebVttConfiguration";
|
|
@@ -7379,6 +7399,10 @@ export declare class HlsTsCombinedPushConfiguration extends Message<HlsTsCombine
|
|
|
7379
7399
|
* @generated from field: string m3u_additions = 7;
|
|
7380
7400
|
*/
|
|
7381
7401
|
m3uAdditions: string;
|
|
7402
|
+
/**
|
|
7403
|
+
* @generated from field: norsk.api.common.OptionalString name = 9;
|
|
7404
|
+
*/
|
|
7405
|
+
name?: OptionalString;
|
|
7382
7406
|
constructor(data?: PartialMessage<HlsTsCombinedPushConfiguration>);
|
|
7383
7407
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
7384
7408
|
static readonly typeName = "norsk.api.media.HlsTsCombinedPushConfiguration";
|
|
@@ -9251,16 +9275,28 @@ export declare class VideoEncodeStream extends Message<VideoEncodeStream> {
|
|
|
9251
9275
|
case: "quadraHevc";
|
|
9252
9276
|
} | {
|
|
9253
9277
|
/**
|
|
9254
|
-
* @generated from field: norsk.api.media.
|
|
9278
|
+
* @generated from field: norsk.api.media.AmdU30H264 amdU30H264 = 13;
|
|
9279
|
+
*/
|
|
9280
|
+
value: AmdU30H264;
|
|
9281
|
+
case: "amdU30H264";
|
|
9282
|
+
} | {
|
|
9283
|
+
/**
|
|
9284
|
+
* @generated from field: norsk.api.media.AmdU30Hevc amdU30Hevc = 14;
|
|
9285
|
+
*/
|
|
9286
|
+
value: AmdU30Hevc;
|
|
9287
|
+
case: "amdU30Hevc";
|
|
9288
|
+
} | {
|
|
9289
|
+
/**
|
|
9290
|
+
* @generated from field: norsk.api.media.AmdMA35DH264 amdMA35DH264 = 15;
|
|
9255
9291
|
*/
|
|
9256
|
-
value:
|
|
9257
|
-
case: "
|
|
9292
|
+
value: AmdMA35DH264;
|
|
9293
|
+
case: "amdMA35DH264";
|
|
9258
9294
|
} | {
|
|
9259
9295
|
/**
|
|
9260
|
-
* @generated from field: norsk.api.media.
|
|
9296
|
+
* @generated from field: norsk.api.media.AmdMA35DHevc amdMA35DHevc = 16;
|
|
9261
9297
|
*/
|
|
9262
|
-
value:
|
|
9263
|
-
case: "
|
|
9298
|
+
value: AmdMA35DHevc;
|
|
9299
|
+
case: "amdMA35DHevc";
|
|
9264
9300
|
} | {
|
|
9265
9301
|
case: undefined;
|
|
9266
9302
|
value?: undefined;
|
|
@@ -9413,9 +9449,13 @@ export declare enum VideoDecodeConfiguration_VideoDecoder {
|
|
|
9413
9449
|
*/
|
|
9414
9450
|
NVIDIA = 3,
|
|
9415
9451
|
/**
|
|
9416
|
-
* @generated from enum value:
|
|
9452
|
+
* @generated from enum value: VIDEO_DECODER_AMDU30 = 4;
|
|
9417
9453
|
*/
|
|
9418
|
-
|
|
9454
|
+
AMDU30 = 4,
|
|
9455
|
+
/**
|
|
9456
|
+
* @generated from enum value: VIDEO_DECODER_AMDMA35D = 5;
|
|
9457
|
+
*/
|
|
9458
|
+
AMDMA35D = 5
|
|
9419
9459
|
}
|
|
9420
9460
|
/**
|
|
9421
9461
|
* @generated from message norsk.api.media.VideoDecodeMessage
|
|
@@ -10212,19 +10252,19 @@ export declare enum LoganHevc_LoganHevcTier {
|
|
|
10212
10252
|
HIGH = 1
|
|
10213
10253
|
}
|
|
10214
10254
|
/**
|
|
10215
|
-
* @generated from message norsk.api.media.
|
|
10255
|
+
* @generated from message norsk.api.media.AmdU30H264
|
|
10216
10256
|
*/
|
|
10217
|
-
export declare class
|
|
10257
|
+
export declare class AmdU30H264 extends Message<AmdU30H264> {
|
|
10218
10258
|
/**
|
|
10219
|
-
* @generated from field: norsk.api.media.
|
|
10259
|
+
* @generated from field: norsk.api.media.AmdU30H264.AmdU30H264Profile profile = 1;
|
|
10220
10260
|
*/
|
|
10221
|
-
profile:
|
|
10261
|
+
profile: AmdU30H264_AmdU30H264Profile;
|
|
10222
10262
|
/**
|
|
10223
10263
|
* @generated from field: norsk.api.common.OptionalInt level = 2;
|
|
10224
10264
|
*/
|
|
10225
10265
|
level?: OptionalInt;
|
|
10226
10266
|
/**
|
|
10227
|
-
* @generated from oneof norsk.api.media.
|
|
10267
|
+
* @generated from oneof norsk.api.media.AmdU30H264.rateControl
|
|
10228
10268
|
*/
|
|
10229
10269
|
rateControl: {
|
|
10230
10270
|
/**
|
|
@@ -10278,99 +10318,507 @@ export declare class XilinxH264 extends Message<XilinxH264> {
|
|
|
10278
10318
|
* @generated from field: norsk.api.common.OptionalInt max_qp = 12;
|
|
10279
10319
|
*/
|
|
10280
10320
|
maxQp?: OptionalInt;
|
|
10281
|
-
constructor(data?: PartialMessage<
|
|
10321
|
+
constructor(data?: PartialMessage<AmdU30H264>);
|
|
10282
10322
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10283
|
-
static readonly typeName = "norsk.api.media.
|
|
10323
|
+
static readonly typeName = "norsk.api.media.AmdU30H264";
|
|
10284
10324
|
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:
|
|
10325
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdU30H264;
|
|
10326
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdU30H264;
|
|
10327
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdU30H264;
|
|
10328
|
+
static equals(a: AmdU30H264 | PlainMessage<AmdU30H264> | undefined, b: AmdU30H264 | PlainMessage<AmdU30H264> | undefined): boolean;
|
|
10289
10329
|
}
|
|
10290
10330
|
/**
|
|
10291
|
-
* @generated from enum norsk.api.media.
|
|
10331
|
+
* @generated from enum norsk.api.media.AmdU30H264.AmdU30H264Profile
|
|
10292
10332
|
*/
|
|
10293
|
-
export declare enum
|
|
10333
|
+
export declare enum AmdU30H264_AmdU30H264Profile {
|
|
10294
10334
|
/**
|
|
10295
|
-
* @generated from enum value:
|
|
10335
|
+
* @generated from enum value: AMD_U30_H264_PROFILE_DEFAULT = 0;
|
|
10296
10336
|
*/
|
|
10297
10337
|
DEFAULT = 0,
|
|
10298
10338
|
/**
|
|
10299
|
-
* @generated from enum value:
|
|
10339
|
+
* @generated from enum value: AMD_U30_H264_PROFILE_BASELINE = 1;
|
|
10300
10340
|
*/
|
|
10301
10341
|
BASELINE = 1,
|
|
10302
10342
|
/**
|
|
10303
|
-
* @generated from enum value:
|
|
10343
|
+
* @generated from enum value: AMD_U30_H264_PROFILE_MAIN = 2;
|
|
10304
10344
|
*/
|
|
10305
10345
|
MAIN = 2,
|
|
10306
10346
|
/**
|
|
10307
|
-
* @generated from enum value:
|
|
10347
|
+
* @generated from enum value: AMD_U30_H264_PROFILE_EXTENDED = 3;
|
|
10308
10348
|
*/
|
|
10309
10349
|
EXTENDED = 3,
|
|
10310
10350
|
/**
|
|
10311
|
-
* @generated from enum value:
|
|
10351
|
+
* @generated from enum value: AMD_U30_H264_PROFILE_HIGH = 4;
|
|
10312
10352
|
*/
|
|
10313
10353
|
HIGH = 4,
|
|
10314
10354
|
/**
|
|
10315
|
-
* @generated from enum value:
|
|
10355
|
+
* @generated from enum value: AMD_U30_H264_PROFILE_HIGH10 = 5;
|
|
10316
10356
|
*/
|
|
10317
10357
|
HIGH10 = 5
|
|
10318
10358
|
}
|
|
10319
10359
|
/**
|
|
10320
|
-
* @generated from message norsk.api.media.
|
|
10360
|
+
* @generated from message norsk.api.media.AmdU30Hevc
|
|
10321
10361
|
*/
|
|
10322
|
-
export declare class
|
|
10362
|
+
export declare class AmdU30Hevc extends Message<AmdU30Hevc> {
|
|
10323
10363
|
/**
|
|
10324
|
-
* @generated from field: norsk.api.media.
|
|
10364
|
+
* @generated from field: norsk.api.media.AmdU30Hevc.AmdU30HevcTier tier = 1;
|
|
10325
10365
|
*/
|
|
10326
|
-
tier:
|
|
10366
|
+
tier: AmdU30Hevc_AmdU30HevcTier;
|
|
10327
10367
|
/**
|
|
10328
|
-
* @generated from field: norsk.api.media.
|
|
10368
|
+
* @generated from field: norsk.api.media.AmdU30Hevc.AmdU30HevcProfile profile = 2;
|
|
10329
10369
|
*/
|
|
10330
|
-
profile:
|
|
10370
|
+
profile: AmdU30Hevc_AmdU30HevcProfile;
|
|
10331
10371
|
/**
|
|
10332
10372
|
* @generated from field: norsk.api.common.OptionalInt level = 3;
|
|
10333
10373
|
*/
|
|
10334
10374
|
level?: OptionalInt;
|
|
10335
|
-
constructor(data?: PartialMessage<
|
|
10375
|
+
constructor(data?: PartialMessage<AmdU30Hevc>);
|
|
10336
10376
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10337
|
-
static readonly typeName = "norsk.api.media.
|
|
10377
|
+
static readonly typeName = "norsk.api.media.AmdU30Hevc";
|
|
10338
10378
|
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:
|
|
10379
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdU30Hevc;
|
|
10380
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdU30Hevc;
|
|
10381
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdU30Hevc;
|
|
10382
|
+
static equals(a: AmdU30Hevc | PlainMessage<AmdU30Hevc> | undefined, b: AmdU30Hevc | PlainMessage<AmdU30Hevc> | undefined): boolean;
|
|
10343
10383
|
}
|
|
10344
10384
|
/**
|
|
10345
|
-
* @generated from enum norsk.api.media.
|
|
10385
|
+
* @generated from enum norsk.api.media.AmdU30Hevc.AmdU30HevcProfile
|
|
10346
10386
|
*/
|
|
10347
|
-
export declare enum
|
|
10387
|
+
export declare enum AmdU30Hevc_AmdU30HevcProfile {
|
|
10348
10388
|
/**
|
|
10349
|
-
* @generated from enum value:
|
|
10389
|
+
* @generated from enum value: AMD_U30_HEVC_PROFILE_DEFAULT = 0;
|
|
10350
10390
|
*/
|
|
10351
10391
|
DEFAULT = 0,
|
|
10352
10392
|
/**
|
|
10353
|
-
* @generated from enum value:
|
|
10393
|
+
* @generated from enum value: AMD_U30_HEVC_PROFILE_MAIN = 1;
|
|
10354
10394
|
*/
|
|
10355
10395
|
MAIN = 1,
|
|
10356
10396
|
/**
|
|
10357
|
-
* @generated from enum value:
|
|
10397
|
+
* @generated from enum value: AMD_U30_HEVC_PROFILE_MAIN10 = 2;
|
|
10358
10398
|
*/
|
|
10359
10399
|
MAIN10 = 2
|
|
10360
10400
|
}
|
|
10361
10401
|
/**
|
|
10362
|
-
* @generated from enum norsk.api.media.
|
|
10402
|
+
* @generated from enum norsk.api.media.AmdU30Hevc.AmdU30HevcTier
|
|
10363
10403
|
*/
|
|
10364
|
-
export declare enum
|
|
10404
|
+
export declare enum AmdU30Hevc_AmdU30HevcTier {
|
|
10365
10405
|
/**
|
|
10366
|
-
* @generated from enum value:
|
|
10406
|
+
* @generated from enum value: AMD_U30_HEVC_TIER_MAIN = 0;
|
|
10367
10407
|
*/
|
|
10368
10408
|
MAIN = 0,
|
|
10369
10409
|
/**
|
|
10370
|
-
* @generated from enum value:
|
|
10410
|
+
* @generated from enum value: AMD_U30_HEVC_TIER_HIGH = 1;
|
|
10371
10411
|
*/
|
|
10372
10412
|
HIGH = 1
|
|
10373
10413
|
}
|
|
10414
|
+
/**
|
|
10415
|
+
* @generated from message norsk.api.media.AmdMA35DEncodeCommon
|
|
10416
|
+
*/
|
|
10417
|
+
export declare class AmdMA35DEncodeCommon extends Message<AmdMA35DEncodeCommon> {
|
|
10418
|
+
/**
|
|
10419
|
+
* @generated from oneof norsk.api.media.AmdMA35DEncodeCommon.rateControl
|
|
10420
|
+
*/
|
|
10421
|
+
rateControl: {
|
|
10422
|
+
/**
|
|
10423
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.ConstQp const_qp = 1;
|
|
10424
|
+
*/
|
|
10425
|
+
value: AmdMA35DEncodeCommon_ConstQp;
|
|
10426
|
+
case: "constQp";
|
|
10427
|
+
} | {
|
|
10428
|
+
/**
|
|
10429
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.CBR cbr = 2;
|
|
10430
|
+
*/
|
|
10431
|
+
value: AmdMA35DEncodeCommon_CBR;
|
|
10432
|
+
case: "cbr";
|
|
10433
|
+
} | {
|
|
10434
|
+
/**
|
|
10435
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.VBR vbr = 3;
|
|
10436
|
+
*/
|
|
10437
|
+
value: AmdMA35DEncodeCommon_VBR;
|
|
10438
|
+
case: "vbr";
|
|
10439
|
+
} | {
|
|
10440
|
+
/**
|
|
10441
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.ConstrainedVBR constrained_vbr = 4;
|
|
10442
|
+
*/
|
|
10443
|
+
value: AmdMA35DEncodeCommon_ConstrainedVBR;
|
|
10444
|
+
case: "constrainedVbr";
|
|
10445
|
+
} | {
|
|
10446
|
+
/**
|
|
10447
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.ConstrainedABR constrained_abr = 5;
|
|
10448
|
+
*/
|
|
10449
|
+
value: AmdMA35DEncodeCommon_ConstrainedABR;
|
|
10450
|
+
case: "constrainedAbr";
|
|
10451
|
+
} | {
|
|
10452
|
+
case: undefined;
|
|
10453
|
+
value?: undefined;
|
|
10454
|
+
};
|
|
10455
|
+
/**
|
|
10456
|
+
* @generated from field: norsk.api.common.OptionalInt lookahead_depth = 6;
|
|
10457
|
+
*/
|
|
10458
|
+
lookaheadDepth?: OptionalInt;
|
|
10459
|
+
/**
|
|
10460
|
+
* @generated from field: norsk.api.common.OptionalInt gopSize = 7;
|
|
10461
|
+
*/
|
|
10462
|
+
gopSize?: OptionalInt;
|
|
10463
|
+
/**
|
|
10464
|
+
* @generated from field: norsk.api.common.OptionalInt tempAqGain = 8;
|
|
10465
|
+
*/
|
|
10466
|
+
tempAqGain?: OptionalInt;
|
|
10467
|
+
/**
|
|
10468
|
+
* @generated from field: norsk.api.common.OptionalInt spatAqGain = 9;
|
|
10469
|
+
*/
|
|
10470
|
+
spatAqGain?: OptionalInt;
|
|
10471
|
+
/**
|
|
10472
|
+
* @generated from field: norsk.api.common.OptionalInt minQp = 10;
|
|
10473
|
+
*/
|
|
10474
|
+
minQp?: OptionalInt;
|
|
10475
|
+
/**
|
|
10476
|
+
* @generated from field: norsk.api.common.OptionalInt maxQp = 11;
|
|
10477
|
+
*/
|
|
10478
|
+
maxQp?: OptionalInt;
|
|
10479
|
+
/**
|
|
10480
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.Preset preset = 12;
|
|
10481
|
+
*/
|
|
10482
|
+
preset: AmdMA35DEncodeCommon_Preset;
|
|
10483
|
+
/**
|
|
10484
|
+
* @generated from field: norsk.api.common.OptionalInt crf = 13;
|
|
10485
|
+
*/
|
|
10486
|
+
crf?: OptionalInt;
|
|
10487
|
+
/**
|
|
10488
|
+
* @generated from field: norsk.api.common.OptionalInt forcedIdr = 14;
|
|
10489
|
+
*/
|
|
10490
|
+
forcedIdr?: OptionalInt;
|
|
10491
|
+
/**
|
|
10492
|
+
* @generated from field: norsk.api.common.OptionalInt bf = 15;
|
|
10493
|
+
*/
|
|
10494
|
+
bf?: OptionalInt;
|
|
10495
|
+
/**
|
|
10496
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.QpMode qpMode = 16;
|
|
10497
|
+
*/
|
|
10498
|
+
qpMode: AmdMA35DEncodeCommon_QpMode;
|
|
10499
|
+
/**
|
|
10500
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.TrinaryFlag spatialAq = 17;
|
|
10501
|
+
*/
|
|
10502
|
+
spatialAq: AmdMA35DEncodeCommon_TrinaryFlag;
|
|
10503
|
+
/**
|
|
10504
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.TrinaryFlag temporalAq = 18;
|
|
10505
|
+
*/
|
|
10506
|
+
temporalAq: AmdMA35DEncodeCommon_TrinaryFlag;
|
|
10507
|
+
/**
|
|
10508
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.TrinaryFlag dynamicGop = 19;
|
|
10509
|
+
*/
|
|
10510
|
+
dynamicGop: AmdMA35DEncodeCommon_TrinaryFlag;
|
|
10511
|
+
/**
|
|
10512
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon.TuneMetrics tuneMetrics = 20;
|
|
10513
|
+
*/
|
|
10514
|
+
tuneMetrics: AmdMA35DEncodeCommon_TuneMetrics;
|
|
10515
|
+
/**
|
|
10516
|
+
* @generated from field: norsk.api.common.OptionalInt latencyMs = 21;
|
|
10517
|
+
*/
|
|
10518
|
+
latencyMs?: OptionalInt;
|
|
10519
|
+
/**
|
|
10520
|
+
* @generated from field: norsk.api.common.OptionalInt delayInitialization = 22;
|
|
10521
|
+
*/
|
|
10522
|
+
delayInitialization?: OptionalInt;
|
|
10523
|
+
constructor(data?: PartialMessage<AmdMA35DEncodeCommon>);
|
|
10524
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10525
|
+
static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon";
|
|
10526
|
+
static readonly fields: FieldList;
|
|
10527
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon;
|
|
10528
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon;
|
|
10529
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon;
|
|
10530
|
+
static equals(a: AmdMA35DEncodeCommon | PlainMessage<AmdMA35DEncodeCommon> | undefined, b: AmdMA35DEncodeCommon | PlainMessage<AmdMA35DEncodeCommon> | undefined): boolean;
|
|
10531
|
+
}
|
|
10532
|
+
/**
|
|
10533
|
+
* @generated from enum norsk.api.media.AmdMA35DEncodeCommon.Preset
|
|
10534
|
+
*/
|
|
10535
|
+
export declare enum AmdMA35DEncodeCommon_Preset {
|
|
10536
|
+
/**
|
|
10537
|
+
* @generated from enum value: AMD_MA35D_PRESET_DEFAULT = 0;
|
|
10538
|
+
*/
|
|
10539
|
+
AMD_MA35D_PRESET_DEFAULT = 0,
|
|
10540
|
+
/**
|
|
10541
|
+
* @generated from enum value: AMD_MA35D_PRESET_FAST = 1;
|
|
10542
|
+
*/
|
|
10543
|
+
AMD_MA35D_PRESET_FAST = 1,
|
|
10544
|
+
/**
|
|
10545
|
+
* @generated from enum value: AMD_MA35D_PRESET_MEDIUM = 2;
|
|
10546
|
+
*/
|
|
10547
|
+
AMD_MA35D_PRESET_MEDIUM = 2,
|
|
10548
|
+
/**
|
|
10549
|
+
* @generated from enum value: AMD_MA35D_PRESET_SLOW = 3;
|
|
10550
|
+
*/
|
|
10551
|
+
AMD_MA35D_PRESET_SLOW = 3
|
|
10552
|
+
}
|
|
10553
|
+
/**
|
|
10554
|
+
* @generated from enum norsk.api.media.AmdMA35DEncodeCommon.QpMode
|
|
10555
|
+
*/
|
|
10556
|
+
export declare enum AmdMA35DEncodeCommon_QpMode {
|
|
10557
|
+
/**
|
|
10558
|
+
* @generated from enum value: AMD_MA35D_QPMODE_DEFAULT = 0;
|
|
10559
|
+
*/
|
|
10560
|
+
AMD_MA35D_QPMODE_DEFAULT = 0,
|
|
10561
|
+
/**
|
|
10562
|
+
* @generated from enum value: AMD_MA35D_QPMODE_RELATIVE_LOAD = 1;
|
|
10563
|
+
*/
|
|
10564
|
+
AMD_MA35D_QPMODE_RELATIVE_LOAD = 1,
|
|
10565
|
+
/**
|
|
10566
|
+
* @generated from enum value: AMD_MA35D_QPMODE_UNIFORM = 2;
|
|
10567
|
+
*/
|
|
10568
|
+
AMD_MA35D_QPMODE_UNIFORM = 2
|
|
10569
|
+
}
|
|
10570
|
+
/**
|
|
10571
|
+
* @generated from enum norsk.api.media.AmdMA35DEncodeCommon.TuneMetrics
|
|
10572
|
+
*/
|
|
10573
|
+
export declare enum AmdMA35DEncodeCommon_TuneMetrics {
|
|
10574
|
+
/**
|
|
10575
|
+
* @generated from enum value: AMD_MA35D_TUNE_DEFAULT = 0;
|
|
10576
|
+
*/
|
|
10577
|
+
AMD_MA35D_TUNE_DEFAULT = 0,
|
|
10578
|
+
/**
|
|
10579
|
+
* @generated from enum value: AMD_MA35D_TUNE_VQ = 1;
|
|
10580
|
+
*/
|
|
10581
|
+
AMD_MA35D_TUNE_VQ = 1,
|
|
10582
|
+
/**
|
|
10583
|
+
* @generated from enum value: AMD_MA35D_TUNE_PSNR = 2;
|
|
10584
|
+
*/
|
|
10585
|
+
AMD_MA35D_TUNE_PSNR = 2,
|
|
10586
|
+
/**
|
|
10587
|
+
* @generated from enum value: AMD_MA35D_TUNE_SSIM = 3;
|
|
10588
|
+
*/
|
|
10589
|
+
AMD_MA35D_TUNE_SSIM = 3,
|
|
10590
|
+
/**
|
|
10591
|
+
* @generated from enum value: AMD_MA35D_TUNE_VMAF = 4;
|
|
10592
|
+
*/
|
|
10593
|
+
AMD_MA35D_TUNE_VMAF = 4
|
|
10594
|
+
}
|
|
10595
|
+
/**
|
|
10596
|
+
* @generated from enum norsk.api.media.AmdMA35DEncodeCommon.TrinaryFlag
|
|
10597
|
+
*/
|
|
10598
|
+
export declare enum AmdMA35DEncodeCommon_TrinaryFlag {
|
|
10599
|
+
/**
|
|
10600
|
+
* @generated from enum value: AMD_MA35D_AUTO = 0;
|
|
10601
|
+
*/
|
|
10602
|
+
AMD_MA35D_AUTO = 0,
|
|
10603
|
+
/**
|
|
10604
|
+
* @generated from enum value: AMD_MA35D_DISABLE = 1;
|
|
10605
|
+
*/
|
|
10606
|
+
AMD_MA35D_DISABLE = 1,
|
|
10607
|
+
/**
|
|
10608
|
+
* @generated from enum value: AMD_MA35D_ENABLE = 2;
|
|
10609
|
+
*/
|
|
10610
|
+
AMD_MA35D_ENABLE = 2
|
|
10611
|
+
}
|
|
10612
|
+
/**
|
|
10613
|
+
* @generated from message norsk.api.media.AmdMA35DEncodeCommon.ConstQp
|
|
10614
|
+
*/
|
|
10615
|
+
export declare class AmdMA35DEncodeCommon_ConstQp extends Message<AmdMA35DEncodeCommon_ConstQp> {
|
|
10616
|
+
/**
|
|
10617
|
+
* @generated from field: uint32 qp = 1;
|
|
10618
|
+
*/
|
|
10619
|
+
qp: number;
|
|
10620
|
+
constructor(data?: PartialMessage<AmdMA35DEncodeCommon_ConstQp>);
|
|
10621
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10622
|
+
static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon.ConstQp";
|
|
10623
|
+
static readonly fields: FieldList;
|
|
10624
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon_ConstQp;
|
|
10625
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstQp;
|
|
10626
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstQp;
|
|
10627
|
+
static equals(a: AmdMA35DEncodeCommon_ConstQp | PlainMessage<AmdMA35DEncodeCommon_ConstQp> | undefined, b: AmdMA35DEncodeCommon_ConstQp | PlainMessage<AmdMA35DEncodeCommon_ConstQp> | undefined): boolean;
|
|
10628
|
+
}
|
|
10629
|
+
/**
|
|
10630
|
+
* @generated from message norsk.api.media.AmdMA35DEncodeCommon.CBR
|
|
10631
|
+
*/
|
|
10632
|
+
export declare class AmdMA35DEncodeCommon_CBR extends Message<AmdMA35DEncodeCommon_CBR> {
|
|
10633
|
+
/**
|
|
10634
|
+
* @generated from field: uint32 bitrate = 1;
|
|
10635
|
+
*/
|
|
10636
|
+
bitrate: number;
|
|
10637
|
+
constructor(data?: PartialMessage<AmdMA35DEncodeCommon_CBR>);
|
|
10638
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10639
|
+
static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon.CBR";
|
|
10640
|
+
static readonly fields: FieldList;
|
|
10641
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon_CBR;
|
|
10642
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_CBR;
|
|
10643
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_CBR;
|
|
10644
|
+
static equals(a: AmdMA35DEncodeCommon_CBR | PlainMessage<AmdMA35DEncodeCommon_CBR> | undefined, b: AmdMA35DEncodeCommon_CBR | PlainMessage<AmdMA35DEncodeCommon_CBR> | undefined): boolean;
|
|
10645
|
+
}
|
|
10646
|
+
/**
|
|
10647
|
+
* @generated from message norsk.api.media.AmdMA35DEncodeCommon.VBR
|
|
10648
|
+
*/
|
|
10649
|
+
export declare class AmdMA35DEncodeCommon_VBR extends Message<AmdMA35DEncodeCommon_VBR> {
|
|
10650
|
+
/**
|
|
10651
|
+
* @generated from field: uint32 bitrate = 1;
|
|
10652
|
+
*/
|
|
10653
|
+
bitrate: number;
|
|
10654
|
+
constructor(data?: PartialMessage<AmdMA35DEncodeCommon_VBR>);
|
|
10655
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10656
|
+
static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon.VBR";
|
|
10657
|
+
static readonly fields: FieldList;
|
|
10658
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon_VBR;
|
|
10659
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_VBR;
|
|
10660
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_VBR;
|
|
10661
|
+
static equals(a: AmdMA35DEncodeCommon_VBR | PlainMessage<AmdMA35DEncodeCommon_VBR> | undefined, b: AmdMA35DEncodeCommon_VBR | PlainMessage<AmdMA35DEncodeCommon_VBR> | undefined): boolean;
|
|
10662
|
+
}
|
|
10663
|
+
/**
|
|
10664
|
+
* @generated from message norsk.api.media.AmdMA35DEncodeCommon.ConstrainedVBR
|
|
10665
|
+
*/
|
|
10666
|
+
export declare class AmdMA35DEncodeCommon_ConstrainedVBR extends Message<AmdMA35DEncodeCommon_ConstrainedVBR> {
|
|
10667
|
+
/**
|
|
10668
|
+
* @generated from field: uint32 bitrate = 1;
|
|
10669
|
+
*/
|
|
10670
|
+
bitrate: number;
|
|
10671
|
+
/**
|
|
10672
|
+
* @generated from field: uint32 max_bitrate = 2;
|
|
10673
|
+
*/
|
|
10674
|
+
maxBitrate: number;
|
|
10675
|
+
/**
|
|
10676
|
+
* @generated from field: uint32 buf_size = 3;
|
|
10677
|
+
*/
|
|
10678
|
+
bufSize: number;
|
|
10679
|
+
constructor(data?: PartialMessage<AmdMA35DEncodeCommon_ConstrainedVBR>);
|
|
10680
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10681
|
+
static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon.ConstrainedVBR";
|
|
10682
|
+
static readonly fields: FieldList;
|
|
10683
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon_ConstrainedVBR;
|
|
10684
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstrainedVBR;
|
|
10685
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstrainedVBR;
|
|
10686
|
+
static equals(a: AmdMA35DEncodeCommon_ConstrainedVBR | PlainMessage<AmdMA35DEncodeCommon_ConstrainedVBR> | undefined, b: AmdMA35DEncodeCommon_ConstrainedVBR | PlainMessage<AmdMA35DEncodeCommon_ConstrainedVBR> | undefined): boolean;
|
|
10687
|
+
}
|
|
10688
|
+
/**
|
|
10689
|
+
* @generated from message norsk.api.media.AmdMA35DEncodeCommon.ConstrainedABR
|
|
10690
|
+
*/
|
|
10691
|
+
export declare class AmdMA35DEncodeCommon_ConstrainedABR extends Message<AmdMA35DEncodeCommon_ConstrainedABR> {
|
|
10692
|
+
/**
|
|
10693
|
+
* @generated from field: uint32 bitrate = 1;
|
|
10694
|
+
*/
|
|
10695
|
+
bitrate: number;
|
|
10696
|
+
/**
|
|
10697
|
+
* @generated from field: uint32 max_bitrate = 2;
|
|
10698
|
+
*/
|
|
10699
|
+
maxBitrate: number;
|
|
10700
|
+
/**
|
|
10701
|
+
* @generated from field: uint32 buf_size = 3;
|
|
10702
|
+
*/
|
|
10703
|
+
bufSize: number;
|
|
10704
|
+
constructor(data?: PartialMessage<AmdMA35DEncodeCommon_ConstrainedABR>);
|
|
10705
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10706
|
+
static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon.ConstrainedABR";
|
|
10707
|
+
static readonly fields: FieldList;
|
|
10708
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon_ConstrainedABR;
|
|
10709
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstrainedABR;
|
|
10710
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstrainedABR;
|
|
10711
|
+
static equals(a: AmdMA35DEncodeCommon_ConstrainedABR | PlainMessage<AmdMA35DEncodeCommon_ConstrainedABR> | undefined, b: AmdMA35DEncodeCommon_ConstrainedABR | PlainMessage<AmdMA35DEncodeCommon_ConstrainedABR> | undefined): boolean;
|
|
10712
|
+
}
|
|
10713
|
+
/**
|
|
10714
|
+
* @generated from message norsk.api.media.AmdMA35DH264
|
|
10715
|
+
*/
|
|
10716
|
+
export declare class AmdMA35DH264 extends Message<AmdMA35DH264> {
|
|
10717
|
+
/**
|
|
10718
|
+
* @generated from field: norsk.api.media.AmdMA35DH264.AmdMA35DH264Profile profile = 1;
|
|
10719
|
+
*/
|
|
10720
|
+
profile: AmdMA35DH264_AmdMA35DH264Profile;
|
|
10721
|
+
/**
|
|
10722
|
+
* @generated from field: norsk.api.common.OptionalInt level = 2;
|
|
10723
|
+
*/
|
|
10724
|
+
level?: OptionalInt;
|
|
10725
|
+
/**
|
|
10726
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon common = 3;
|
|
10727
|
+
*/
|
|
10728
|
+
common?: AmdMA35DEncodeCommon;
|
|
10729
|
+
constructor(data?: PartialMessage<AmdMA35DH264>);
|
|
10730
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10731
|
+
static readonly typeName = "norsk.api.media.AmdMA35DH264";
|
|
10732
|
+
static readonly fields: FieldList;
|
|
10733
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DH264;
|
|
10734
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DH264;
|
|
10735
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DH264;
|
|
10736
|
+
static equals(a: AmdMA35DH264 | PlainMessage<AmdMA35DH264> | undefined, b: AmdMA35DH264 | PlainMessage<AmdMA35DH264> | undefined): boolean;
|
|
10737
|
+
}
|
|
10738
|
+
/**
|
|
10739
|
+
* @generated from enum norsk.api.media.AmdMA35DH264.AmdMA35DH264Profile
|
|
10740
|
+
*/
|
|
10741
|
+
export declare enum AmdMA35DH264_AmdMA35DH264Profile {
|
|
10742
|
+
/**
|
|
10743
|
+
* @generated from enum value: AMD_MA35D_H264_PROFILE_DEFAULT = 0;
|
|
10744
|
+
*/
|
|
10745
|
+
AMD_MA35D_H264_PROFILE_DEFAULT = 0,
|
|
10746
|
+
/**
|
|
10747
|
+
* @generated from enum value: AMD_MA35D_H264_PROFILE_BASELINE = 1;
|
|
10748
|
+
*/
|
|
10749
|
+
AMD_MA35D_H264_PROFILE_BASELINE = 1,
|
|
10750
|
+
/**
|
|
10751
|
+
* @generated from enum value: AMD_MA35D_H264_PROFILE_MAIN = 2;
|
|
10752
|
+
*/
|
|
10753
|
+
AMD_MA35D_H264_PROFILE_MAIN = 2,
|
|
10754
|
+
/**
|
|
10755
|
+
* @generated from enum value: AMD_MA35D_H264_PROFILE_HIGH = 3;
|
|
10756
|
+
*/
|
|
10757
|
+
AMD_MA35D_H264_PROFILE_HIGH = 3,
|
|
10758
|
+
/**
|
|
10759
|
+
* @generated from enum value: AMD_MA35D_H264_PROFILE_HIGH10 = 4;
|
|
10760
|
+
*/
|
|
10761
|
+
AMD_MA35D_H264_PROFILE_HIGH10 = 4
|
|
10762
|
+
}
|
|
10763
|
+
/**
|
|
10764
|
+
* @generated from message norsk.api.media.AmdMA35DHevc
|
|
10765
|
+
*/
|
|
10766
|
+
export declare class AmdMA35DHevc extends Message<AmdMA35DHevc> {
|
|
10767
|
+
/**
|
|
10768
|
+
* @generated from field: norsk.api.media.AmdMA35DHevc.AmdMA35DHevcTier tier = 1;
|
|
10769
|
+
*/
|
|
10770
|
+
tier: AmdMA35DHevc_AmdMA35DHevcTier;
|
|
10771
|
+
/**
|
|
10772
|
+
* @generated from field: norsk.api.media.AmdMA35DHevc.AmdMA35DHevcProfile profile = 2;
|
|
10773
|
+
*/
|
|
10774
|
+
profile: AmdMA35DHevc_AmdMA35DHevcProfile;
|
|
10775
|
+
/**
|
|
10776
|
+
* @generated from field: norsk.api.common.OptionalInt level = 3;
|
|
10777
|
+
*/
|
|
10778
|
+
level?: OptionalInt;
|
|
10779
|
+
/**
|
|
10780
|
+
* @generated from field: norsk.api.media.AmdMA35DEncodeCommon common = 4;
|
|
10781
|
+
*/
|
|
10782
|
+
common?: AmdMA35DEncodeCommon;
|
|
10783
|
+
constructor(data?: PartialMessage<AmdMA35DHevc>);
|
|
10784
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10785
|
+
static readonly typeName = "norsk.api.media.AmdMA35DHevc";
|
|
10786
|
+
static readonly fields: FieldList;
|
|
10787
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DHevc;
|
|
10788
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DHevc;
|
|
10789
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DHevc;
|
|
10790
|
+
static equals(a: AmdMA35DHevc | PlainMessage<AmdMA35DHevc> | undefined, b: AmdMA35DHevc | PlainMessage<AmdMA35DHevc> | undefined): boolean;
|
|
10791
|
+
}
|
|
10792
|
+
/**
|
|
10793
|
+
* @generated from enum norsk.api.media.AmdMA35DHevc.AmdMA35DHevcProfile
|
|
10794
|
+
*/
|
|
10795
|
+
export declare enum AmdMA35DHevc_AmdMA35DHevcProfile {
|
|
10796
|
+
/**
|
|
10797
|
+
* @generated from enum value: AMD_MA35D_HEVC_PROFILE_DEFAULT = 0;
|
|
10798
|
+
*/
|
|
10799
|
+
AMD_MA35D_HEVC_PROFILE_DEFAULT = 0,
|
|
10800
|
+
/**
|
|
10801
|
+
* @generated from enum value: AMD_MA35D_HEVC_PROFILE_MAIN = 1;
|
|
10802
|
+
*/
|
|
10803
|
+
AMD_MA35D_HEVC_PROFILE_MAIN = 1,
|
|
10804
|
+
/**
|
|
10805
|
+
* @generated from enum value: AMD_MA35D_HEVC_PROFILE_MAIN10 = 2;
|
|
10806
|
+
*/
|
|
10807
|
+
AMD_MA35D_HEVC_PROFILE_MAIN10 = 2
|
|
10808
|
+
}
|
|
10809
|
+
/**
|
|
10810
|
+
* @generated from enum norsk.api.media.AmdMA35DHevc.AmdMA35DHevcTier
|
|
10811
|
+
*/
|
|
10812
|
+
export declare enum AmdMA35DHevc_AmdMA35DHevcTier {
|
|
10813
|
+
/**
|
|
10814
|
+
* @generated from enum value: AMD_MA35D_HEVC_TIER_MAIN = 0;
|
|
10815
|
+
*/
|
|
10816
|
+
AMD_MA35D_HEVC_TIER_MAIN = 0,
|
|
10817
|
+
/**
|
|
10818
|
+
* @generated from enum value: AMD_MA35D_HEVC_TIER_HIGH = 1;
|
|
10819
|
+
*/
|
|
10820
|
+
AMD_MA35D_HEVC_TIER_HIGH = 1
|
|
10821
|
+
}
|
|
10374
10822
|
/**
|
|
10375
10823
|
* @generated from message norsk.api.media.NoDeinterlace
|
|
10376
10824
|
*/
|
|
@@ -11274,6 +11722,12 @@ export declare class StreamAlignConfiguration extends Message<StreamAlignConfigu
|
|
|
11274
11722
|
* @generated from field: norsk.api.media.FrameRate frame_rate = 3;
|
|
11275
11723
|
*/
|
|
11276
11724
|
frameRate?: FrameRate;
|
|
11725
|
+
/**
|
|
11726
|
+
* Synchronise audio/video sources aggressively to start at the same timestamp by dropping frames until a video keyframe occurs
|
|
11727
|
+
*
|
|
11728
|
+
* @generated from field: bool sync_av = 4;
|
|
11729
|
+
*/
|
|
11730
|
+
syncAv: boolean;
|
|
11277
11731
|
constructor(data?: PartialMessage<StreamAlignConfiguration>);
|
|
11278
11732
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
11279
11733
|
static readonly typeName = "norsk.api.media.StreamAlignConfiguration";
|
|
@@ -14936,6 +15390,97 @@ export declare class DeckLinkDisplayModes extends Message<DeckLinkDisplayModes>
|
|
|
14936
15390
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeckLinkDisplayModes;
|
|
14937
15391
|
static equals(a: DeckLinkDisplayModes | PlainMessage<DeckLinkDisplayModes> | undefined, b: DeckLinkDisplayModes | PlainMessage<DeckLinkDisplayModes> | undefined): boolean;
|
|
14938
15392
|
}
|
|
15393
|
+
/**
|
|
15394
|
+
* @generated from message norsk.api.media.MA35DDeviceInfo
|
|
15395
|
+
*/
|
|
15396
|
+
export declare class MA35DDeviceInfo extends Message<MA35DDeviceInfo> {
|
|
15397
|
+
/**
|
|
15398
|
+
* @generated from field: string product_name = 1;
|
|
15399
|
+
*/
|
|
15400
|
+
productName: string;
|
|
15401
|
+
/**
|
|
15402
|
+
* @generated from field: string serial_number = 2;
|
|
15403
|
+
*/
|
|
15404
|
+
serialNumber: string;
|
|
15405
|
+
constructor(data?: PartialMessage<MA35DDeviceInfo>);
|
|
15406
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15407
|
+
static readonly typeName = "norsk.api.media.MA35DDeviceInfo";
|
|
15408
|
+
static readonly fields: FieldList;
|
|
15409
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MA35DDeviceInfo;
|
|
15410
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MA35DDeviceInfo;
|
|
15411
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MA35DDeviceInfo;
|
|
15412
|
+
static equals(a: MA35DDeviceInfo | PlainMessage<MA35DDeviceInfo> | undefined, b: MA35DDeviceInfo | PlainMessage<MA35DDeviceInfo> | undefined): boolean;
|
|
15413
|
+
}
|
|
15414
|
+
/**
|
|
15415
|
+
* @generated from message norsk.api.media.MA35DVersionInfo
|
|
15416
|
+
*/
|
|
15417
|
+
export declare class MA35DVersionInfo extends Message<MA35DVersionInfo> {
|
|
15418
|
+
/**
|
|
15419
|
+
* @generated from field: string pcie_crtl_patch_version = 1;
|
|
15420
|
+
*/
|
|
15421
|
+
pcieCrtlPatchVersion: string;
|
|
15422
|
+
/**
|
|
15423
|
+
* @generated from field: string pcie_fw_version = 2;
|
|
15424
|
+
*/
|
|
15425
|
+
pcieFwVersion: string;
|
|
15426
|
+
/**
|
|
15427
|
+
* @generated from field: string pcie_phy_patch_a_version = 3;
|
|
15428
|
+
*/
|
|
15429
|
+
pciePhyPatchAVersion: string;
|
|
15430
|
+
/**
|
|
15431
|
+
* @generated from field: string sc_version = 4;
|
|
15432
|
+
*/
|
|
15433
|
+
scVersion: string;
|
|
15434
|
+
/**
|
|
15435
|
+
* @generated from field: string zsp_version = 5;
|
|
15436
|
+
*/
|
|
15437
|
+
zspVersion: string;
|
|
15438
|
+
/**
|
|
15439
|
+
* @generated from field: string e_secure_version = 6;
|
|
15440
|
+
*/
|
|
15441
|
+
eSecureVersion: string;
|
|
15442
|
+
constructor(data?: PartialMessage<MA35DVersionInfo>);
|
|
15443
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15444
|
+
static readonly typeName = "norsk.api.media.MA35DVersionInfo";
|
|
15445
|
+
static readonly fields: FieldList;
|
|
15446
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MA35DVersionInfo;
|
|
15447
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MA35DVersionInfo;
|
|
15448
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MA35DVersionInfo;
|
|
15449
|
+
static equals(a: MA35DVersionInfo | PlainMessage<MA35DVersionInfo> | undefined, b: MA35DVersionInfo | PlainMessage<MA35DVersionInfo> | undefined): boolean;
|
|
15450
|
+
}
|
|
15451
|
+
/**
|
|
15452
|
+
* @generated from message norsk.api.media.MA35DCard
|
|
15453
|
+
*/
|
|
15454
|
+
export declare class MA35DCard extends Message<MA35DCard> {
|
|
15455
|
+
/**
|
|
15456
|
+
* @generated from field: uint32 index = 1;
|
|
15457
|
+
*/
|
|
15458
|
+
index: number;
|
|
15459
|
+
/**
|
|
15460
|
+
* @generated from field: string device = 2;
|
|
15461
|
+
*/
|
|
15462
|
+
device: string;
|
|
15463
|
+
/**
|
|
15464
|
+
* @generated from field: string bus_id = 3;
|
|
15465
|
+
*/
|
|
15466
|
+
busId: string;
|
|
15467
|
+
/**
|
|
15468
|
+
* @generated from field: norsk.api.media.MA35DDeviceInfo device_info = 4;
|
|
15469
|
+
*/
|
|
15470
|
+
deviceInfo?: MA35DDeviceInfo;
|
|
15471
|
+
/**
|
|
15472
|
+
* @generated from field: norsk.api.media.MA35DVersionInfo version_info = 5;
|
|
15473
|
+
*/
|
|
15474
|
+
versionInfo?: MA35DVersionInfo;
|
|
15475
|
+
constructor(data?: PartialMessage<MA35DCard>);
|
|
15476
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15477
|
+
static readonly typeName = "norsk.api.media.MA35DCard";
|
|
15478
|
+
static readonly fields: FieldList;
|
|
15479
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MA35DCard;
|
|
15480
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MA35DCard;
|
|
15481
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MA35DCard;
|
|
15482
|
+
static equals(a: MA35DCard | PlainMessage<MA35DCard> | undefined, b: MA35DCard | PlainMessage<MA35DCard> | undefined): boolean;
|
|
15483
|
+
}
|
|
14939
15484
|
/**
|
|
14940
15485
|
* @generated from message norsk.api.media.Hardware
|
|
14941
15486
|
*/
|
|
@@ -14952,6 +15497,10 @@ export declare class Hardware extends Message<Hardware> {
|
|
|
14952
15497
|
* @generated from field: repeated norsk.api.media.DeckLinkCard deckLinkCards = 3;
|
|
14953
15498
|
*/
|
|
14954
15499
|
deckLinkCards: DeckLinkCard[];
|
|
15500
|
+
/**
|
|
15501
|
+
* @generated from field: repeated norsk.api.media.MA35DCard ma35dCards = 4;
|
|
15502
|
+
*/
|
|
15503
|
+
ma35dCards: MA35DCard[];
|
|
14955
15504
|
constructor(data?: PartialMessage<Hardware>);
|
|
14956
15505
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
14957
15506
|
static readonly typeName = "norsk.api.media.Hardware";
|