@norskvideo/norsk-api 1.0.356 → 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/media_pb.ts CHANGED
@@ -10545,6 +10545,11 @@ export class CmafVideoConfiguration extends Message<CmafVideoConfiguration> {
10545
10545
  */
10546
10546
  bitrate = 0;
10547
10547
 
10548
+ /**
10549
+ * @generated from field: norsk.api.common.OptionalString name = 11;
10550
+ */
10551
+ name?: OptionalString;
10552
+
10548
10553
  constructor(data?: PartialMessage<CmafVideoConfiguration>) {
10549
10554
  super();
10550
10555
  proto3.util.initPartial(data, this);
@@ -10562,6 +10567,7 @@ export class CmafVideoConfiguration extends Message<CmafVideoConfiguration> {
10562
10567
  { no: 8, name: "m3u_additions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10563
10568
  { no: 9, name: "mpd_additions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10564
10569
  { no: 10, name: "bitrate", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
10570
+ { no: 11, name: "name", kind: "message", T: OptionalString },
10565
10571
  ]);
10566
10572
 
10567
10573
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CmafVideoConfiguration {
@@ -10690,6 +10696,11 @@ export class HlsTsVideoConfiguration extends Message<HlsTsVideoConfiguration> {
10690
10696
  */
10691
10697
  bitrate = 0;
10692
10698
 
10699
+ /**
10700
+ * @generated from field: norsk.api.common.OptionalString name = 9;
10701
+ */
10702
+ name?: OptionalString;
10703
+
10693
10704
  constructor(data?: PartialMessage<HlsTsVideoConfiguration>) {
10694
10705
  super();
10695
10706
  proto3.util.initPartial(data, this);
@@ -10705,6 +10716,7 @@ export class HlsTsVideoConfiguration extends Message<HlsTsVideoConfiguration> {
10705
10716
  { no: 6, name: "m3u_additions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10706
10717
  { no: 7, name: "mpd_additions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10707
10718
  { no: 8, name: "bitrate", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
10719
+ { no: 9, name: "name", kind: "message", T: OptionalString },
10708
10720
  ]);
10709
10721
 
10710
10722
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HlsTsVideoConfiguration {
@@ -10843,6 +10855,11 @@ export class CmafAudioConfiguration extends Message<CmafAudioConfiguration> {
10843
10855
  */
10844
10856
  bitrate = 0;
10845
10857
 
10858
+ /**
10859
+ * @generated from field: norsk.api.common.OptionalString name = 12;
10860
+ */
10861
+ name?: OptionalString;
10862
+
10846
10863
  constructor(data?: PartialMessage<CmafAudioConfiguration>) {
10847
10864
  super();
10848
10865
  proto3.util.initPartial(data, this);
@@ -10860,6 +10877,7 @@ export class CmafAudioConfiguration extends Message<CmafAudioConfiguration> {
10860
10877
  { no: 9, name: "m3u_additions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10861
10878
  { no: 10, name: "mpd_additions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10862
10879
  { no: 11, name: "bitrate", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
10880
+ { no: 12, name: "name", kind: "message", T: OptionalString },
10863
10881
  ]);
10864
10882
 
10865
10883
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CmafAudioConfiguration {
@@ -10988,6 +11006,11 @@ export class HlsTsAudioConfiguration extends Message<HlsTsAudioConfiguration> {
10988
11006
  */
10989
11007
  bitrate = 0;
10990
11008
 
11009
+ /**
11010
+ * @generated from field: norsk.api.common.OptionalString name = 9;
11011
+ */
11012
+ name?: OptionalString;
11013
+
10991
11014
  constructor(data?: PartialMessage<HlsTsAudioConfiguration>) {
10992
11015
  super();
10993
11016
  proto3.util.initPartial(data, this);
@@ -11003,6 +11026,7 @@ export class HlsTsAudioConfiguration extends Message<HlsTsAudioConfiguration> {
11003
11026
  { no: 6, name: "m3u_additions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
11004
11027
  { no: 7, name: "mpd_additions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
11005
11028
  { no: 8, name: "bitrate", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
11029
+ { no: 9, name: "name", kind: "message", T: OptionalString },
11006
11030
  ]);
11007
11031
 
11008
11032
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HlsTsAudioConfiguration {
@@ -11117,6 +11141,11 @@ export class CmafWebVttConfiguration extends Message<CmafWebVttConfiguration> {
11117
11141
  */
11118
11142
  ptsAdjustment?: Interval;
11119
11143
 
11144
+ /**
11145
+ * @generated from field: norsk.api.common.OptionalString name = 9;
11146
+ */
11147
+ name?: OptionalString;
11148
+
11120
11149
  constructor(data?: PartialMessage<CmafWebVttConfiguration>) {
11121
11150
  super();
11122
11151
  proto3.util.initPartial(data, this);
@@ -11130,6 +11159,7 @@ export class CmafWebVttConfiguration extends Message<CmafWebVttConfiguration> {
11130
11159
  { no: 5, name: "destinations", kind: "message", T: CMAFDestination, repeated: true },
11131
11160
  { no: 6, name: "hls_cache_directory", kind: "scalar", T: 9 /* ScalarType.STRING */ },
11132
11161
  { no: 8, name: "pts_adjustment", kind: "message", T: Interval },
11162
+ { no: 9, name: "name", kind: "message", T: OptionalString },
11133
11163
  ]);
11134
11164
 
11135
11165
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CmafWebVttConfiguration {
@@ -12164,6 +12194,11 @@ export class HlsTsCombinedPushConfiguration extends Message<HlsTsCombinedPushCon
12164
12194
  */
12165
12195
  m3uAdditions = "";
12166
12196
 
12197
+ /**
12198
+ * @generated from field: norsk.api.common.OptionalString name = 9;
12199
+ */
12200
+ name?: OptionalString;
12201
+
12167
12202
  constructor(data?: PartialMessage<HlsTsCombinedPushConfiguration>) {
12168
12203
  super();
12169
12204
  proto3.util.initPartial(data, this);
@@ -12178,6 +12213,7 @@ export class HlsTsCombinedPushConfiguration extends Message<HlsTsCombinedPushCon
12178
12213
  { no: 5, name: "playlist_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
12179
12214
  { no: 6, name: "stats_sampling", kind: "message", T: StreamStatisticsSampling },
12180
12215
  { no: 7, name: "m3u_additions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
12216
+ { no: 9, name: "name", kind: "message", T: OptionalString },
12181
12217
  ]);
12182
12218
 
12183
12219
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HlsTsCombinedPushConfiguration {
@@ -15051,16 +15087,28 @@ export class VideoEncodeStream extends Message<VideoEncodeStream> {
15051
15087
  case: "quadraHevc";
15052
15088
  } | {
15053
15089
  /**
15054
- * @generated from field: norsk.api.media.XilinxH264 xilinxH264 = 13;
15090
+ * @generated from field: norsk.api.media.AmdU30H264 amdU30H264 = 13;
15091
+ */
15092
+ value: AmdU30H264;
15093
+ case: "amdU30H264";
15094
+ } | {
15095
+ /**
15096
+ * @generated from field: norsk.api.media.AmdU30Hevc amdU30Hevc = 14;
15097
+ */
15098
+ value: AmdU30Hevc;
15099
+ case: "amdU30Hevc";
15100
+ } | {
15101
+ /**
15102
+ * @generated from field: norsk.api.media.AmdMA35DH264 amdMA35DH264 = 15;
15055
15103
  */
15056
- value: XilinxH264;
15057
- case: "xilinxH264";
15104
+ value: AmdMA35DH264;
15105
+ case: "amdMA35DH264";
15058
15106
  } | {
15059
15107
  /**
15060
- * @generated from field: norsk.api.media.XilinxHevc xilinxHevc = 14;
15108
+ * @generated from field: norsk.api.media.AmdMA35DHevc amdMA35DHevc = 16;
15061
15109
  */
15062
- value: XilinxHevc;
15063
- case: "xilinxHevc";
15110
+ value: AmdMA35DHevc;
15111
+ case: "amdMA35DHevc";
15064
15112
  } | { case: undefined; value?: undefined } = { case: undefined };
15065
15113
 
15066
15114
  constructor(data?: PartialMessage<VideoEncodeStream>) {
@@ -15083,8 +15131,10 @@ export class VideoEncodeStream extends Message<VideoEncodeStream> {
15083
15131
  { no: 10, name: "loganHevc", kind: "message", T: LoganHevc, oneof: "codec" },
15084
15132
  { no: 11, name: "quadraH264", kind: "message", T: QuadraH264, oneof: "codec" },
15085
15133
  { no: 12, name: "quadraHevc", kind: "message", T: QuadraHevc, oneof: "codec" },
15086
- { no: 13, name: "xilinxH264", kind: "message", T: XilinxH264, oneof: "codec" },
15087
- { no: 14, name: "xilinxHevc", kind: "message", T: XilinxHevc, oneof: "codec" },
15134
+ { no: 13, name: "amdU30H264", kind: "message", T: AmdU30H264, oneof: "codec" },
15135
+ { no: 14, name: "amdU30Hevc", kind: "message", T: AmdU30Hevc, oneof: "codec" },
15136
+ { no: 15, name: "amdMA35DH264", kind: "message", T: AmdMA35DH264, oneof: "codec" },
15137
+ { no: 16, name: "amdMA35DHevc", kind: "message", T: AmdMA35DHevc, oneof: "codec" },
15088
15138
  ]);
15089
15139
 
15090
15140
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoEncodeStream {
@@ -15329,9 +15379,14 @@ export enum VideoDecodeConfiguration_VideoDecoder {
15329
15379
  NVIDIA = 3,
15330
15380
 
15331
15381
  /**
15332
- * @generated from enum value: VIDEO_DECODER_XILINX = 4;
15382
+ * @generated from enum value: VIDEO_DECODER_AMDU30 = 4;
15333
15383
  */
15334
- XILINX = 4,
15384
+ AMDU30 = 4,
15385
+
15386
+ /**
15387
+ * @generated from enum value: VIDEO_DECODER_AMDMA35D = 5;
15388
+ */
15389
+ AMDMA35D = 5,
15335
15390
  }
15336
15391
  // Retrieve enum metadata with: proto3.getEnumType(VideoDecodeConfiguration_VideoDecoder)
15337
15392
  proto3.util.setEnumType(VideoDecodeConfiguration_VideoDecoder, "norsk.api.media.VideoDecodeConfiguration.VideoDecoder", [
@@ -15339,7 +15394,8 @@ proto3.util.setEnumType(VideoDecodeConfiguration_VideoDecoder, "norsk.api.media.
15339
15394
  { no: 1, name: "VIDEO_DECODER_LOGAN" },
15340
15395
  { no: 2, name: "VIDEO_DECODER_QUADRA" },
15341
15396
  { no: 3, name: "VIDEO_DECODER_NVIDIA" },
15342
- { no: 4, name: "VIDEO_DECODER_XILINX" },
15397
+ { no: 4, name: "VIDEO_DECODER_AMDU30" },
15398
+ { no: 5, name: "VIDEO_DECODER_AMDMA35D" },
15343
15399
  ]);
15344
15400
 
15345
15401
  /**
@@ -16549,318 +16605,1010 @@ export class LoganHevc extends Message<LoganHevc> {
16549
16605
  { no: 19, name: "dolbyVisionProfile", kind: "message", T: OptionalInt },
16550
16606
  ]);
16551
16607
 
16552
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): LoganHevc {
16553
- return new LoganHevc().fromBinary(bytes, options);
16608
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): LoganHevc {
16609
+ return new LoganHevc().fromBinary(bytes, options);
16610
+ }
16611
+
16612
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): LoganHevc {
16613
+ return new LoganHevc().fromJson(jsonValue, options);
16614
+ }
16615
+
16616
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): LoganHevc {
16617
+ return new LoganHevc().fromJsonString(jsonString, options);
16618
+ }
16619
+
16620
+ static equals(a: LoganHevc | PlainMessage<LoganHevc> | undefined, b: LoganHevc | PlainMessage<LoganHevc> | undefined): boolean {
16621
+ return proto3.util.equals(LoganHevc, a, b);
16622
+ }
16623
+ }
16624
+
16625
+ /**
16626
+ * @generated from enum norsk.api.media.LoganHevc.LoganHevcProfile
16627
+ */
16628
+ export enum LoganHevc_LoganHevcProfile {
16629
+ /**
16630
+ * @generated from enum value: LOGAN_HEVC_PROFILE_DEFAULT = 0;
16631
+ */
16632
+ DEFAULT = 0,
16633
+
16634
+ /**
16635
+ * @generated from enum value: LOGAN_HEVC_PROFILE_MAIN = 1;
16636
+ */
16637
+ MAIN = 1,
16638
+
16639
+ /**
16640
+ * @generated from enum value: LOGAN_HEVC_PROFILE_MAIN10 = 2;
16641
+ */
16642
+ MAIN10 = 2,
16643
+ }
16644
+ // Retrieve enum metadata with: proto3.getEnumType(LoganHevc_LoganHevcProfile)
16645
+ proto3.util.setEnumType(LoganHevc_LoganHevcProfile, "norsk.api.media.LoganHevc.LoganHevcProfile", [
16646
+ { no: 0, name: "LOGAN_HEVC_PROFILE_DEFAULT" },
16647
+ { no: 1, name: "LOGAN_HEVC_PROFILE_MAIN" },
16648
+ { no: 2, name: "LOGAN_HEVC_PROFILE_MAIN10" },
16649
+ ]);
16650
+
16651
+ /**
16652
+ * @generated from enum norsk.api.media.LoganHevc.LoganHevcTier
16653
+ */
16654
+ export enum LoganHevc_LoganHevcTier {
16655
+ /**
16656
+ * @generated from enum value: LOGAN_HEVC_TIER_MAIN = 0;
16657
+ */
16658
+ MAIN = 0,
16659
+
16660
+ /**
16661
+ * @generated from enum value: LOGAN_HEVC_TIER_HIGH = 1;
16662
+ */
16663
+ HIGH = 1,
16664
+ }
16665
+ // Retrieve enum metadata with: proto3.getEnumType(LoganHevc_LoganHevcTier)
16666
+ proto3.util.setEnumType(LoganHevc_LoganHevcTier, "norsk.api.media.LoganHevc.LoganHevcTier", [
16667
+ { no: 0, name: "LOGAN_HEVC_TIER_MAIN" },
16668
+ { no: 1, name: "LOGAN_HEVC_TIER_HIGH" },
16669
+ ]);
16670
+
16671
+ /**
16672
+ * @generated from message norsk.api.media.AmdU30H264
16673
+ */
16674
+ export class AmdU30H264 extends Message<AmdU30H264> {
16675
+ /**
16676
+ * @generated from field: norsk.api.media.AmdU30H264.AmdU30H264Profile profile = 1;
16677
+ */
16678
+ profile = AmdU30H264_AmdU30H264Profile.DEFAULT;
16679
+
16680
+ /**
16681
+ * @generated from field: norsk.api.common.OptionalInt level = 2;
16682
+ */
16683
+ level?: OptionalInt;
16684
+
16685
+ /**
16686
+ * @generated from oneof norsk.api.media.AmdU30H264.rateControl
16687
+ */
16688
+ rateControl: {
16689
+ /**
16690
+ * @generated from field: uint32 const_qp = 3;
16691
+ */
16692
+ value: number;
16693
+ case: "constQp";
16694
+ } | {
16695
+ /**
16696
+ * @generated from field: uint32 cbr = 4;
16697
+ */
16698
+ value: number;
16699
+ case: "cbr";
16700
+ } | {
16701
+ /**
16702
+ * @generated from field: uint32 vbr = 5;
16703
+ */
16704
+ value: number;
16705
+ case: "vbr";
16706
+ } | {
16707
+ /**
16708
+ * @generated from field: uint32 low_latency = 6;
16709
+ */
16710
+ value: number;
16711
+ case: "lowLatency";
16712
+ } | { case: undefined; value?: undefined } = { case: undefined };
16713
+
16714
+ /**
16715
+ * @generated from field: norsk.api.common.OptionalInt lookahead_depth = 7;
16716
+ */
16717
+ lookaheadDepth?: OptionalInt;
16718
+
16719
+ /**
16720
+ * @generated from field: norsk.api.common.OptionalInt idr_period = 8;
16721
+ */
16722
+ idrPeriod?: OptionalInt;
16723
+
16724
+ /**
16725
+ * @generated from field: norsk.api.common.OptionalInt bframes = 9;
16726
+ */
16727
+ bframes?: OptionalInt;
16728
+
16729
+ /**
16730
+ * @generated from field: norsk.api.common.OptionalInt gop_size = 10;
16731
+ */
16732
+ gopSize?: OptionalInt;
16733
+
16734
+ /**
16735
+ * @generated from field: norsk.api.common.OptionalInt min_qp = 11;
16736
+ */
16737
+ minQp?: OptionalInt;
16738
+
16739
+ /**
16740
+ * @generated from field: norsk.api.common.OptionalInt max_qp = 12;
16741
+ */
16742
+ maxQp?: OptionalInt;
16743
+
16744
+ constructor(data?: PartialMessage<AmdU30H264>) {
16745
+ super();
16746
+ proto3.util.initPartial(data, this);
16747
+ }
16748
+
16749
+ static readonly runtime = proto3;
16750
+ static readonly typeName = "norsk.api.media.AmdU30H264";
16751
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
16752
+ { no: 1, name: "profile", kind: "enum", T: proto3.getEnumType(AmdU30H264_AmdU30H264Profile) },
16753
+ { no: 2, name: "level", kind: "message", T: OptionalInt },
16754
+ { no: 3, name: "const_qp", kind: "scalar", T: 13 /* ScalarType.UINT32 */, oneof: "rateControl" },
16755
+ { no: 4, name: "cbr", kind: "scalar", T: 13 /* ScalarType.UINT32 */, oneof: "rateControl" },
16756
+ { no: 5, name: "vbr", kind: "scalar", T: 13 /* ScalarType.UINT32 */, oneof: "rateControl" },
16757
+ { no: 6, name: "low_latency", kind: "scalar", T: 13 /* ScalarType.UINT32 */, oneof: "rateControl" },
16758
+ { no: 7, name: "lookahead_depth", kind: "message", T: OptionalInt },
16759
+ { no: 8, name: "idr_period", kind: "message", T: OptionalInt },
16760
+ { no: 9, name: "bframes", kind: "message", T: OptionalInt },
16761
+ { no: 10, name: "gop_size", kind: "message", T: OptionalInt },
16762
+ { no: 11, name: "min_qp", kind: "message", T: OptionalInt },
16763
+ { no: 12, name: "max_qp", kind: "message", T: OptionalInt },
16764
+ ]);
16765
+
16766
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdU30H264 {
16767
+ return new AmdU30H264().fromBinary(bytes, options);
16768
+ }
16769
+
16770
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdU30H264 {
16771
+ return new AmdU30H264().fromJson(jsonValue, options);
16772
+ }
16773
+
16774
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdU30H264 {
16775
+ return new AmdU30H264().fromJsonString(jsonString, options);
16776
+ }
16777
+
16778
+ static equals(a: AmdU30H264 | PlainMessage<AmdU30H264> | undefined, b: AmdU30H264 | PlainMessage<AmdU30H264> | undefined): boolean {
16779
+ return proto3.util.equals(AmdU30H264, a, b);
16780
+ }
16781
+ }
16782
+
16783
+ /**
16784
+ * @generated from enum norsk.api.media.AmdU30H264.AmdU30H264Profile
16785
+ */
16786
+ export enum AmdU30H264_AmdU30H264Profile {
16787
+ /**
16788
+ * @generated from enum value: AMD_U30_H264_PROFILE_DEFAULT = 0;
16789
+ */
16790
+ DEFAULT = 0,
16791
+
16792
+ /**
16793
+ * @generated from enum value: AMD_U30_H264_PROFILE_BASELINE = 1;
16794
+ */
16795
+ BASELINE = 1,
16796
+
16797
+ /**
16798
+ * @generated from enum value: AMD_U30_H264_PROFILE_MAIN = 2;
16799
+ */
16800
+ MAIN = 2,
16801
+
16802
+ /**
16803
+ * @generated from enum value: AMD_U30_H264_PROFILE_EXTENDED = 3;
16804
+ */
16805
+ EXTENDED = 3,
16806
+
16807
+ /**
16808
+ * @generated from enum value: AMD_U30_H264_PROFILE_HIGH = 4;
16809
+ */
16810
+ HIGH = 4,
16811
+
16812
+ /**
16813
+ * @generated from enum value: AMD_U30_H264_PROFILE_HIGH10 = 5;
16814
+ */
16815
+ HIGH10 = 5,
16816
+ }
16817
+ // Retrieve enum metadata with: proto3.getEnumType(AmdU30H264_AmdU30H264Profile)
16818
+ proto3.util.setEnumType(AmdU30H264_AmdU30H264Profile, "norsk.api.media.AmdU30H264.AmdU30H264Profile", [
16819
+ { no: 0, name: "AMD_U30_H264_PROFILE_DEFAULT" },
16820
+ { no: 1, name: "AMD_U30_H264_PROFILE_BASELINE" },
16821
+ { no: 2, name: "AMD_U30_H264_PROFILE_MAIN" },
16822
+ { no: 3, name: "AMD_U30_H264_PROFILE_EXTENDED" },
16823
+ { no: 4, name: "AMD_U30_H264_PROFILE_HIGH" },
16824
+ { no: 5, name: "AMD_U30_H264_PROFILE_HIGH10" },
16825
+ ]);
16826
+
16827
+ /**
16828
+ * @generated from message norsk.api.media.AmdU30Hevc
16829
+ */
16830
+ export class AmdU30Hevc extends Message<AmdU30Hevc> {
16831
+ /**
16832
+ * @generated from field: norsk.api.media.AmdU30Hevc.AmdU30HevcTier tier = 1;
16833
+ */
16834
+ tier = AmdU30Hevc_AmdU30HevcTier.MAIN;
16835
+
16836
+ /**
16837
+ * @generated from field: norsk.api.media.AmdU30Hevc.AmdU30HevcProfile profile = 2;
16838
+ */
16839
+ profile = AmdU30Hevc_AmdU30HevcProfile.DEFAULT;
16840
+
16841
+ /**
16842
+ * @generated from field: norsk.api.common.OptionalInt level = 3;
16843
+ */
16844
+ level?: OptionalInt;
16845
+
16846
+ constructor(data?: PartialMessage<AmdU30Hevc>) {
16847
+ super();
16848
+ proto3.util.initPartial(data, this);
16849
+ }
16850
+
16851
+ static readonly runtime = proto3;
16852
+ static readonly typeName = "norsk.api.media.AmdU30Hevc";
16853
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
16854
+ { no: 1, name: "tier", kind: "enum", T: proto3.getEnumType(AmdU30Hevc_AmdU30HevcTier) },
16855
+ { no: 2, name: "profile", kind: "enum", T: proto3.getEnumType(AmdU30Hevc_AmdU30HevcProfile) },
16856
+ { no: 3, name: "level", kind: "message", T: OptionalInt },
16857
+ ]);
16858
+
16859
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdU30Hevc {
16860
+ return new AmdU30Hevc().fromBinary(bytes, options);
16861
+ }
16862
+
16863
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdU30Hevc {
16864
+ return new AmdU30Hevc().fromJson(jsonValue, options);
16865
+ }
16866
+
16867
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdU30Hevc {
16868
+ return new AmdU30Hevc().fromJsonString(jsonString, options);
16869
+ }
16870
+
16871
+ static equals(a: AmdU30Hevc | PlainMessage<AmdU30Hevc> | undefined, b: AmdU30Hevc | PlainMessage<AmdU30Hevc> | undefined): boolean {
16872
+ return proto3.util.equals(AmdU30Hevc, a, b);
16873
+ }
16874
+ }
16875
+
16876
+ /**
16877
+ * @generated from enum norsk.api.media.AmdU30Hevc.AmdU30HevcProfile
16878
+ */
16879
+ export enum AmdU30Hevc_AmdU30HevcProfile {
16880
+ /**
16881
+ * @generated from enum value: AMD_U30_HEVC_PROFILE_DEFAULT = 0;
16882
+ */
16883
+ DEFAULT = 0,
16884
+
16885
+ /**
16886
+ * @generated from enum value: AMD_U30_HEVC_PROFILE_MAIN = 1;
16887
+ */
16888
+ MAIN = 1,
16889
+
16890
+ /**
16891
+ * @generated from enum value: AMD_U30_HEVC_PROFILE_MAIN10 = 2;
16892
+ */
16893
+ MAIN10 = 2,
16894
+ }
16895
+ // Retrieve enum metadata with: proto3.getEnumType(AmdU30Hevc_AmdU30HevcProfile)
16896
+ proto3.util.setEnumType(AmdU30Hevc_AmdU30HevcProfile, "norsk.api.media.AmdU30Hevc.AmdU30HevcProfile", [
16897
+ { no: 0, name: "AMD_U30_HEVC_PROFILE_DEFAULT" },
16898
+ { no: 1, name: "AMD_U30_HEVC_PROFILE_MAIN" },
16899
+ { no: 2, name: "AMD_U30_HEVC_PROFILE_MAIN10" },
16900
+ ]);
16901
+
16902
+ /**
16903
+ * @generated from enum norsk.api.media.AmdU30Hevc.AmdU30HevcTier
16904
+ */
16905
+ export enum AmdU30Hevc_AmdU30HevcTier {
16906
+ /**
16907
+ * @generated from enum value: AMD_U30_HEVC_TIER_MAIN = 0;
16908
+ */
16909
+ MAIN = 0,
16910
+
16911
+ /**
16912
+ * @generated from enum value: AMD_U30_HEVC_TIER_HIGH = 1;
16913
+ */
16914
+ HIGH = 1,
16915
+ }
16916
+ // Retrieve enum metadata with: proto3.getEnumType(AmdU30Hevc_AmdU30HevcTier)
16917
+ proto3.util.setEnumType(AmdU30Hevc_AmdU30HevcTier, "norsk.api.media.AmdU30Hevc.AmdU30HevcTier", [
16918
+ { no: 0, name: "AMD_U30_HEVC_TIER_MAIN" },
16919
+ { no: 1, name: "AMD_U30_HEVC_TIER_HIGH" },
16920
+ ]);
16921
+
16922
+ /**
16923
+ * @generated from message norsk.api.media.AmdMA35DEncodeCommon
16924
+ */
16925
+ export class AmdMA35DEncodeCommon extends Message<AmdMA35DEncodeCommon> {
16926
+ /**
16927
+ * @generated from oneof norsk.api.media.AmdMA35DEncodeCommon.rateControl
16928
+ */
16929
+ rateControl: {
16930
+ /**
16931
+ * @generated from field: norsk.api.media.AmdMA35DEncodeCommon.ConstQp const_qp = 1;
16932
+ */
16933
+ value: AmdMA35DEncodeCommon_ConstQp;
16934
+ case: "constQp";
16935
+ } | {
16936
+ /**
16937
+ * @generated from field: norsk.api.media.AmdMA35DEncodeCommon.CBR cbr = 2;
16938
+ */
16939
+ value: AmdMA35DEncodeCommon_CBR;
16940
+ case: "cbr";
16941
+ } | {
16942
+ /**
16943
+ * @generated from field: norsk.api.media.AmdMA35DEncodeCommon.VBR vbr = 3;
16944
+ */
16945
+ value: AmdMA35DEncodeCommon_VBR;
16946
+ case: "vbr";
16947
+ } | {
16948
+ /**
16949
+ * @generated from field: norsk.api.media.AmdMA35DEncodeCommon.ConstrainedVBR constrained_vbr = 4;
16950
+ */
16951
+ value: AmdMA35DEncodeCommon_ConstrainedVBR;
16952
+ case: "constrainedVbr";
16953
+ } | {
16954
+ /**
16955
+ * @generated from field: norsk.api.media.AmdMA35DEncodeCommon.ConstrainedABR constrained_abr = 5;
16956
+ */
16957
+ value: AmdMA35DEncodeCommon_ConstrainedABR;
16958
+ case: "constrainedAbr";
16959
+ } | { case: undefined; value?: undefined } = { case: undefined };
16960
+
16961
+ /**
16962
+ * @generated from field: norsk.api.common.OptionalInt lookahead_depth = 6;
16963
+ */
16964
+ lookaheadDepth?: OptionalInt;
16965
+
16966
+ /**
16967
+ * @generated from field: norsk.api.common.OptionalInt gopSize = 7;
16968
+ */
16969
+ gopSize?: OptionalInt;
16970
+
16971
+ /**
16972
+ * @generated from field: norsk.api.common.OptionalInt tempAqGain = 8;
16973
+ */
16974
+ tempAqGain?: OptionalInt;
16975
+
16976
+ /**
16977
+ * @generated from field: norsk.api.common.OptionalInt spatAqGain = 9;
16978
+ */
16979
+ spatAqGain?: OptionalInt;
16980
+
16981
+ /**
16982
+ * @generated from field: norsk.api.common.OptionalInt minQp = 10;
16983
+ */
16984
+ minQp?: OptionalInt;
16985
+
16986
+ /**
16987
+ * @generated from field: norsk.api.common.OptionalInt maxQp = 11;
16988
+ */
16989
+ maxQp?: OptionalInt;
16990
+
16991
+ /**
16992
+ * @generated from field: norsk.api.media.AmdMA35DEncodeCommon.Preset preset = 12;
16993
+ */
16994
+ preset = AmdMA35DEncodeCommon_Preset.AMD_MA35D_PRESET_DEFAULT;
16995
+
16996
+ /**
16997
+ * @generated from field: norsk.api.common.OptionalInt crf = 13;
16998
+ */
16999
+ crf?: OptionalInt;
17000
+
17001
+ /**
17002
+ * @generated from field: norsk.api.common.OptionalInt forcedIdr = 14;
17003
+ */
17004
+ forcedIdr?: OptionalInt;
17005
+
17006
+ /**
17007
+ * @generated from field: norsk.api.common.OptionalInt bf = 15;
17008
+ */
17009
+ bf?: OptionalInt;
17010
+
17011
+ /**
17012
+ * @generated from field: norsk.api.media.AmdMA35DEncodeCommon.QpMode qpMode = 16;
17013
+ */
17014
+ qpMode = AmdMA35DEncodeCommon_QpMode.AMD_MA35D_QPMODE_DEFAULT;
17015
+
17016
+ /**
17017
+ * @generated from field: norsk.api.media.AmdMA35DEncodeCommon.TrinaryFlag spatialAq = 17;
17018
+ */
17019
+ spatialAq = AmdMA35DEncodeCommon_TrinaryFlag.AMD_MA35D_AUTO;
17020
+
17021
+ /**
17022
+ * @generated from field: norsk.api.media.AmdMA35DEncodeCommon.TrinaryFlag temporalAq = 18;
17023
+ */
17024
+ temporalAq = AmdMA35DEncodeCommon_TrinaryFlag.AMD_MA35D_AUTO;
17025
+
17026
+ /**
17027
+ * @generated from field: norsk.api.media.AmdMA35DEncodeCommon.TrinaryFlag dynamicGop = 19;
17028
+ */
17029
+ dynamicGop = AmdMA35DEncodeCommon_TrinaryFlag.AMD_MA35D_AUTO;
17030
+
17031
+ /**
17032
+ * @generated from field: norsk.api.media.AmdMA35DEncodeCommon.TuneMetrics tuneMetrics = 20;
17033
+ */
17034
+ tuneMetrics = AmdMA35DEncodeCommon_TuneMetrics.AMD_MA35D_TUNE_DEFAULT;
17035
+
17036
+ /**
17037
+ * @generated from field: norsk.api.common.OptionalInt latencyMs = 21;
17038
+ */
17039
+ latencyMs?: OptionalInt;
17040
+
17041
+ /**
17042
+ * @generated from field: norsk.api.common.OptionalInt delayInitialization = 22;
17043
+ */
17044
+ delayInitialization?: OptionalInt;
17045
+
17046
+ constructor(data?: PartialMessage<AmdMA35DEncodeCommon>) {
17047
+ super();
17048
+ proto3.util.initPartial(data, this);
17049
+ }
17050
+
17051
+ static readonly runtime = proto3;
17052
+ static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon";
17053
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
17054
+ { no: 1, name: "const_qp", kind: "message", T: AmdMA35DEncodeCommon_ConstQp, oneof: "rateControl" },
17055
+ { no: 2, name: "cbr", kind: "message", T: AmdMA35DEncodeCommon_CBR, oneof: "rateControl" },
17056
+ { no: 3, name: "vbr", kind: "message", T: AmdMA35DEncodeCommon_VBR, oneof: "rateControl" },
17057
+ { no: 4, name: "constrained_vbr", kind: "message", T: AmdMA35DEncodeCommon_ConstrainedVBR, oneof: "rateControl" },
17058
+ { no: 5, name: "constrained_abr", kind: "message", T: AmdMA35DEncodeCommon_ConstrainedABR, oneof: "rateControl" },
17059
+ { no: 6, name: "lookahead_depth", kind: "message", T: OptionalInt },
17060
+ { no: 7, name: "gopSize", kind: "message", T: OptionalInt },
17061
+ { no: 8, name: "tempAqGain", kind: "message", T: OptionalInt },
17062
+ { no: 9, name: "spatAqGain", kind: "message", T: OptionalInt },
17063
+ { no: 10, name: "minQp", kind: "message", T: OptionalInt },
17064
+ { no: 11, name: "maxQp", kind: "message", T: OptionalInt },
17065
+ { no: 12, name: "preset", kind: "enum", T: proto3.getEnumType(AmdMA35DEncodeCommon_Preset) },
17066
+ { no: 13, name: "crf", kind: "message", T: OptionalInt },
17067
+ { no: 14, name: "forcedIdr", kind: "message", T: OptionalInt },
17068
+ { no: 15, name: "bf", kind: "message", T: OptionalInt },
17069
+ { no: 16, name: "qpMode", kind: "enum", T: proto3.getEnumType(AmdMA35DEncodeCommon_QpMode) },
17070
+ { no: 17, name: "spatialAq", kind: "enum", T: proto3.getEnumType(AmdMA35DEncodeCommon_TrinaryFlag) },
17071
+ { no: 18, name: "temporalAq", kind: "enum", T: proto3.getEnumType(AmdMA35DEncodeCommon_TrinaryFlag) },
17072
+ { no: 19, name: "dynamicGop", kind: "enum", T: proto3.getEnumType(AmdMA35DEncodeCommon_TrinaryFlag) },
17073
+ { no: 20, name: "tuneMetrics", kind: "enum", T: proto3.getEnumType(AmdMA35DEncodeCommon_TuneMetrics) },
17074
+ { no: 21, name: "latencyMs", kind: "message", T: OptionalInt },
17075
+ { no: 22, name: "delayInitialization", kind: "message", T: OptionalInt },
17076
+ ]);
17077
+
17078
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon {
17079
+ return new AmdMA35DEncodeCommon().fromBinary(bytes, options);
17080
+ }
17081
+
17082
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon {
17083
+ return new AmdMA35DEncodeCommon().fromJson(jsonValue, options);
17084
+ }
17085
+
17086
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon {
17087
+ return new AmdMA35DEncodeCommon().fromJsonString(jsonString, options);
17088
+ }
17089
+
17090
+ static equals(a: AmdMA35DEncodeCommon | PlainMessage<AmdMA35DEncodeCommon> | undefined, b: AmdMA35DEncodeCommon | PlainMessage<AmdMA35DEncodeCommon> | undefined): boolean {
17091
+ return proto3.util.equals(AmdMA35DEncodeCommon, a, b);
17092
+ }
17093
+ }
17094
+
17095
+ /**
17096
+ * @generated from enum norsk.api.media.AmdMA35DEncodeCommon.Preset
17097
+ */
17098
+ export enum AmdMA35DEncodeCommon_Preset {
17099
+ /**
17100
+ * @generated from enum value: AMD_MA35D_PRESET_DEFAULT = 0;
17101
+ */
17102
+ AMD_MA35D_PRESET_DEFAULT = 0,
17103
+
17104
+ /**
17105
+ * @generated from enum value: AMD_MA35D_PRESET_FAST = 1;
17106
+ */
17107
+ AMD_MA35D_PRESET_FAST = 1,
17108
+
17109
+ /**
17110
+ * @generated from enum value: AMD_MA35D_PRESET_MEDIUM = 2;
17111
+ */
17112
+ AMD_MA35D_PRESET_MEDIUM = 2,
17113
+
17114
+ /**
17115
+ * @generated from enum value: AMD_MA35D_PRESET_SLOW = 3;
17116
+ */
17117
+ AMD_MA35D_PRESET_SLOW = 3,
17118
+ }
17119
+ // Retrieve enum metadata with: proto3.getEnumType(AmdMA35DEncodeCommon_Preset)
17120
+ proto3.util.setEnumType(AmdMA35DEncodeCommon_Preset, "norsk.api.media.AmdMA35DEncodeCommon.Preset", [
17121
+ { no: 0, name: "AMD_MA35D_PRESET_DEFAULT" },
17122
+ { no: 1, name: "AMD_MA35D_PRESET_FAST" },
17123
+ { no: 2, name: "AMD_MA35D_PRESET_MEDIUM" },
17124
+ { no: 3, name: "AMD_MA35D_PRESET_SLOW" },
17125
+ ]);
17126
+
17127
+ /**
17128
+ * @generated from enum norsk.api.media.AmdMA35DEncodeCommon.QpMode
17129
+ */
17130
+ export enum AmdMA35DEncodeCommon_QpMode {
17131
+ /**
17132
+ * @generated from enum value: AMD_MA35D_QPMODE_DEFAULT = 0;
17133
+ */
17134
+ AMD_MA35D_QPMODE_DEFAULT = 0,
17135
+
17136
+ /**
17137
+ * @generated from enum value: AMD_MA35D_QPMODE_RELATIVE_LOAD = 1;
17138
+ */
17139
+ AMD_MA35D_QPMODE_RELATIVE_LOAD = 1,
17140
+
17141
+ /**
17142
+ * @generated from enum value: AMD_MA35D_QPMODE_UNIFORM = 2;
17143
+ */
17144
+ AMD_MA35D_QPMODE_UNIFORM = 2,
17145
+ }
17146
+ // Retrieve enum metadata with: proto3.getEnumType(AmdMA35DEncodeCommon_QpMode)
17147
+ proto3.util.setEnumType(AmdMA35DEncodeCommon_QpMode, "norsk.api.media.AmdMA35DEncodeCommon.QpMode", [
17148
+ { no: 0, name: "AMD_MA35D_QPMODE_DEFAULT" },
17149
+ { no: 1, name: "AMD_MA35D_QPMODE_RELATIVE_LOAD" },
17150
+ { no: 2, name: "AMD_MA35D_QPMODE_UNIFORM" },
17151
+ ]);
17152
+
17153
+ /**
17154
+ * @generated from enum norsk.api.media.AmdMA35DEncodeCommon.TuneMetrics
17155
+ */
17156
+ export enum AmdMA35DEncodeCommon_TuneMetrics {
17157
+ /**
17158
+ * @generated from enum value: AMD_MA35D_TUNE_DEFAULT = 0;
17159
+ */
17160
+ AMD_MA35D_TUNE_DEFAULT = 0,
17161
+
17162
+ /**
17163
+ * @generated from enum value: AMD_MA35D_TUNE_VQ = 1;
17164
+ */
17165
+ AMD_MA35D_TUNE_VQ = 1,
17166
+
17167
+ /**
17168
+ * @generated from enum value: AMD_MA35D_TUNE_PSNR = 2;
17169
+ */
17170
+ AMD_MA35D_TUNE_PSNR = 2,
17171
+
17172
+ /**
17173
+ * @generated from enum value: AMD_MA35D_TUNE_SSIM = 3;
17174
+ */
17175
+ AMD_MA35D_TUNE_SSIM = 3,
17176
+
17177
+ /**
17178
+ * @generated from enum value: AMD_MA35D_TUNE_VMAF = 4;
17179
+ */
17180
+ AMD_MA35D_TUNE_VMAF = 4,
17181
+ }
17182
+ // Retrieve enum metadata with: proto3.getEnumType(AmdMA35DEncodeCommon_TuneMetrics)
17183
+ proto3.util.setEnumType(AmdMA35DEncodeCommon_TuneMetrics, "norsk.api.media.AmdMA35DEncodeCommon.TuneMetrics", [
17184
+ { no: 0, name: "AMD_MA35D_TUNE_DEFAULT" },
17185
+ { no: 1, name: "AMD_MA35D_TUNE_VQ" },
17186
+ { no: 2, name: "AMD_MA35D_TUNE_PSNR" },
17187
+ { no: 3, name: "AMD_MA35D_TUNE_SSIM" },
17188
+ { no: 4, name: "AMD_MA35D_TUNE_VMAF" },
17189
+ ]);
17190
+
17191
+ /**
17192
+ * @generated from enum norsk.api.media.AmdMA35DEncodeCommon.TrinaryFlag
17193
+ */
17194
+ export enum AmdMA35DEncodeCommon_TrinaryFlag {
17195
+ /**
17196
+ * @generated from enum value: AMD_MA35D_AUTO = 0;
17197
+ */
17198
+ AMD_MA35D_AUTO = 0,
17199
+
17200
+ /**
17201
+ * @generated from enum value: AMD_MA35D_DISABLE = 1;
17202
+ */
17203
+ AMD_MA35D_DISABLE = 1,
17204
+
17205
+ /**
17206
+ * @generated from enum value: AMD_MA35D_ENABLE = 2;
17207
+ */
17208
+ AMD_MA35D_ENABLE = 2,
17209
+ }
17210
+ // Retrieve enum metadata with: proto3.getEnumType(AmdMA35DEncodeCommon_TrinaryFlag)
17211
+ proto3.util.setEnumType(AmdMA35DEncodeCommon_TrinaryFlag, "norsk.api.media.AmdMA35DEncodeCommon.TrinaryFlag", [
17212
+ { no: 0, name: "AMD_MA35D_AUTO" },
17213
+ { no: 1, name: "AMD_MA35D_DISABLE" },
17214
+ { no: 2, name: "AMD_MA35D_ENABLE" },
17215
+ ]);
17216
+
17217
+ /**
17218
+ * @generated from message norsk.api.media.AmdMA35DEncodeCommon.ConstQp
17219
+ */
17220
+ export class AmdMA35DEncodeCommon_ConstQp extends Message<AmdMA35DEncodeCommon_ConstQp> {
17221
+ /**
17222
+ * @generated from field: uint32 qp = 1;
17223
+ */
17224
+ qp = 0;
17225
+
17226
+ constructor(data?: PartialMessage<AmdMA35DEncodeCommon_ConstQp>) {
17227
+ super();
17228
+ proto3.util.initPartial(data, this);
17229
+ }
17230
+
17231
+ static readonly runtime = proto3;
17232
+ static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon.ConstQp";
17233
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
17234
+ { no: 1, name: "qp", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
17235
+ ]);
17236
+
17237
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon_ConstQp {
17238
+ return new AmdMA35DEncodeCommon_ConstQp().fromBinary(bytes, options);
17239
+ }
17240
+
17241
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstQp {
17242
+ return new AmdMA35DEncodeCommon_ConstQp().fromJson(jsonValue, options);
17243
+ }
17244
+
17245
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstQp {
17246
+ return new AmdMA35DEncodeCommon_ConstQp().fromJsonString(jsonString, options);
17247
+ }
17248
+
17249
+ static equals(a: AmdMA35DEncodeCommon_ConstQp | PlainMessage<AmdMA35DEncodeCommon_ConstQp> | undefined, b: AmdMA35DEncodeCommon_ConstQp | PlainMessage<AmdMA35DEncodeCommon_ConstQp> | undefined): boolean {
17250
+ return proto3.util.equals(AmdMA35DEncodeCommon_ConstQp, a, b);
17251
+ }
17252
+ }
17253
+
17254
+ /**
17255
+ * @generated from message norsk.api.media.AmdMA35DEncodeCommon.CBR
17256
+ */
17257
+ export class AmdMA35DEncodeCommon_CBR extends Message<AmdMA35DEncodeCommon_CBR> {
17258
+ /**
17259
+ * @generated from field: uint32 bitrate = 1;
17260
+ */
17261
+ bitrate = 0;
17262
+
17263
+ constructor(data?: PartialMessage<AmdMA35DEncodeCommon_CBR>) {
17264
+ super();
17265
+ proto3.util.initPartial(data, this);
17266
+ }
17267
+
17268
+ static readonly runtime = proto3;
17269
+ static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon.CBR";
17270
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
17271
+ { no: 1, name: "bitrate", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
17272
+ ]);
17273
+
17274
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon_CBR {
17275
+ return new AmdMA35DEncodeCommon_CBR().fromBinary(bytes, options);
17276
+ }
17277
+
17278
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_CBR {
17279
+ return new AmdMA35DEncodeCommon_CBR().fromJson(jsonValue, options);
17280
+ }
17281
+
17282
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_CBR {
17283
+ return new AmdMA35DEncodeCommon_CBR().fromJsonString(jsonString, options);
17284
+ }
17285
+
17286
+ static equals(a: AmdMA35DEncodeCommon_CBR | PlainMessage<AmdMA35DEncodeCommon_CBR> | undefined, b: AmdMA35DEncodeCommon_CBR | PlainMessage<AmdMA35DEncodeCommon_CBR> | undefined): boolean {
17287
+ return proto3.util.equals(AmdMA35DEncodeCommon_CBR, a, b);
17288
+ }
17289
+ }
17290
+
17291
+ /**
17292
+ * @generated from message norsk.api.media.AmdMA35DEncodeCommon.VBR
17293
+ */
17294
+ export class AmdMA35DEncodeCommon_VBR extends Message<AmdMA35DEncodeCommon_VBR> {
17295
+ /**
17296
+ * @generated from field: uint32 bitrate = 1;
17297
+ */
17298
+ bitrate = 0;
17299
+
17300
+ constructor(data?: PartialMessage<AmdMA35DEncodeCommon_VBR>) {
17301
+ super();
17302
+ proto3.util.initPartial(data, this);
17303
+ }
17304
+
17305
+ static readonly runtime = proto3;
17306
+ static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon.VBR";
17307
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
17308
+ { no: 1, name: "bitrate", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
17309
+ ]);
17310
+
17311
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon_VBR {
17312
+ return new AmdMA35DEncodeCommon_VBR().fromBinary(bytes, options);
16554
17313
  }
16555
17314
 
16556
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): LoganHevc {
16557
- return new LoganHevc().fromJson(jsonValue, options);
17315
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_VBR {
17316
+ return new AmdMA35DEncodeCommon_VBR().fromJson(jsonValue, options);
16558
17317
  }
16559
17318
 
16560
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): LoganHevc {
16561
- return new LoganHevc().fromJsonString(jsonString, options);
17319
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_VBR {
17320
+ return new AmdMA35DEncodeCommon_VBR().fromJsonString(jsonString, options);
16562
17321
  }
16563
17322
 
16564
- static equals(a: LoganHevc | PlainMessage<LoganHevc> | undefined, b: LoganHevc | PlainMessage<LoganHevc> | undefined): boolean {
16565
- return proto3.util.equals(LoganHevc, a, b);
17323
+ static equals(a: AmdMA35DEncodeCommon_VBR | PlainMessage<AmdMA35DEncodeCommon_VBR> | undefined, b: AmdMA35DEncodeCommon_VBR | PlainMessage<AmdMA35DEncodeCommon_VBR> | undefined): boolean {
17324
+ return proto3.util.equals(AmdMA35DEncodeCommon_VBR, a, b);
16566
17325
  }
16567
17326
  }
16568
17327
 
16569
17328
  /**
16570
- * @generated from enum norsk.api.media.LoganHevc.LoganHevcProfile
17329
+ * @generated from message norsk.api.media.AmdMA35DEncodeCommon.ConstrainedVBR
16571
17330
  */
16572
- export enum LoganHevc_LoganHevcProfile {
17331
+ export class AmdMA35DEncodeCommon_ConstrainedVBR extends Message<AmdMA35DEncodeCommon_ConstrainedVBR> {
16573
17332
  /**
16574
- * @generated from enum value: LOGAN_HEVC_PROFILE_DEFAULT = 0;
17333
+ * @generated from field: uint32 bitrate = 1;
16575
17334
  */
16576
- DEFAULT = 0,
17335
+ bitrate = 0;
16577
17336
 
16578
17337
  /**
16579
- * @generated from enum value: LOGAN_HEVC_PROFILE_MAIN = 1;
17338
+ * @generated from field: uint32 max_bitrate = 2;
16580
17339
  */
16581
- MAIN = 1,
17340
+ maxBitrate = 0;
16582
17341
 
16583
17342
  /**
16584
- * @generated from enum value: LOGAN_HEVC_PROFILE_MAIN10 = 2;
17343
+ * @generated from field: uint32 buf_size = 3;
16585
17344
  */
16586
- MAIN10 = 2,
16587
- }
16588
- // Retrieve enum metadata with: proto3.getEnumType(LoganHevc_LoganHevcProfile)
16589
- proto3.util.setEnumType(LoganHevc_LoganHevcProfile, "norsk.api.media.LoganHevc.LoganHevcProfile", [
16590
- { no: 0, name: "LOGAN_HEVC_PROFILE_DEFAULT" },
16591
- { no: 1, name: "LOGAN_HEVC_PROFILE_MAIN" },
16592
- { no: 2, name: "LOGAN_HEVC_PROFILE_MAIN10" },
16593
- ]);
17345
+ bufSize = 0;
16594
17346
 
16595
- /**
16596
- * @generated from enum norsk.api.media.LoganHevc.LoganHevcTier
16597
- */
16598
- export enum LoganHevc_LoganHevcTier {
16599
- /**
16600
- * @generated from enum value: LOGAN_HEVC_TIER_MAIN = 0;
16601
- */
16602
- MAIN = 0,
17347
+ constructor(data?: PartialMessage<AmdMA35DEncodeCommon_ConstrainedVBR>) {
17348
+ super();
17349
+ proto3.util.initPartial(data, this);
17350
+ }
16603
17351
 
16604
- /**
16605
- * @generated from enum value: LOGAN_HEVC_TIER_HIGH = 1;
16606
- */
16607
- HIGH = 1,
17352
+ static readonly runtime = proto3;
17353
+ static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon.ConstrainedVBR";
17354
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
17355
+ { no: 1, name: "bitrate", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
17356
+ { no: 2, name: "max_bitrate", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
17357
+ { no: 3, name: "buf_size", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
17358
+ ]);
17359
+
17360
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon_ConstrainedVBR {
17361
+ return new AmdMA35DEncodeCommon_ConstrainedVBR().fromBinary(bytes, options);
17362
+ }
17363
+
17364
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstrainedVBR {
17365
+ return new AmdMA35DEncodeCommon_ConstrainedVBR().fromJson(jsonValue, options);
17366
+ }
17367
+
17368
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstrainedVBR {
17369
+ return new AmdMA35DEncodeCommon_ConstrainedVBR().fromJsonString(jsonString, options);
17370
+ }
17371
+
17372
+ static equals(a: AmdMA35DEncodeCommon_ConstrainedVBR | PlainMessage<AmdMA35DEncodeCommon_ConstrainedVBR> | undefined, b: AmdMA35DEncodeCommon_ConstrainedVBR | PlainMessage<AmdMA35DEncodeCommon_ConstrainedVBR> | undefined): boolean {
17373
+ return proto3.util.equals(AmdMA35DEncodeCommon_ConstrainedVBR, a, b);
17374
+ }
16608
17375
  }
16609
- // Retrieve enum metadata with: proto3.getEnumType(LoganHevc_LoganHevcTier)
16610
- proto3.util.setEnumType(LoganHevc_LoganHevcTier, "norsk.api.media.LoganHevc.LoganHevcTier", [
16611
- { no: 0, name: "LOGAN_HEVC_TIER_MAIN" },
16612
- { no: 1, name: "LOGAN_HEVC_TIER_HIGH" },
16613
- ]);
16614
17376
 
16615
17377
  /**
16616
- * @generated from message norsk.api.media.XilinxH264
17378
+ * @generated from message norsk.api.media.AmdMA35DEncodeCommon.ConstrainedABR
16617
17379
  */
16618
- export class XilinxH264 extends Message<XilinxH264> {
17380
+ export class AmdMA35DEncodeCommon_ConstrainedABR extends Message<AmdMA35DEncodeCommon_ConstrainedABR> {
16619
17381
  /**
16620
- * @generated from field: norsk.api.media.XilinxH264.XilinxH264Profile profile = 1;
17382
+ * @generated from field: uint32 bitrate = 1;
16621
17383
  */
16622
- profile = XilinxH264_XilinxH264Profile.DEFAULT;
17384
+ bitrate = 0;
16623
17385
 
16624
17386
  /**
16625
- * @generated from field: norsk.api.common.OptionalInt level = 2;
17387
+ * @generated from field: uint32 max_bitrate = 2;
16626
17388
  */
16627
- level?: OptionalInt;
17389
+ maxBitrate = 0;
16628
17390
 
16629
17391
  /**
16630
- * @generated from oneof norsk.api.media.XilinxH264.rateControl
17392
+ * @generated from field: uint32 buf_size = 3;
16631
17393
  */
16632
- rateControl: {
16633
- /**
16634
- * @generated from field: uint32 const_qp = 3;
16635
- */
16636
- value: number;
16637
- case: "constQp";
16638
- } | {
16639
- /**
16640
- * @generated from field: uint32 cbr = 4;
16641
- */
16642
- value: number;
16643
- case: "cbr";
16644
- } | {
16645
- /**
16646
- * @generated from field: uint32 vbr = 5;
16647
- */
16648
- value: number;
16649
- case: "vbr";
16650
- } | {
16651
- /**
16652
- * @generated from field: uint32 low_latency = 6;
16653
- */
16654
- value: number;
16655
- case: "lowLatency";
16656
- } | { case: undefined; value?: undefined } = { case: undefined };
17394
+ bufSize = 0;
16657
17395
 
16658
- /**
16659
- * @generated from field: norsk.api.common.OptionalInt lookahead_depth = 7;
16660
- */
16661
- lookaheadDepth?: OptionalInt;
17396
+ constructor(data?: PartialMessage<AmdMA35DEncodeCommon_ConstrainedABR>) {
17397
+ super();
17398
+ proto3.util.initPartial(data, this);
17399
+ }
16662
17400
 
16663
- /**
16664
- * @generated from field: norsk.api.common.OptionalInt idr_period = 8;
16665
- */
16666
- idrPeriod?: OptionalInt;
17401
+ static readonly runtime = proto3;
17402
+ static readonly typeName = "norsk.api.media.AmdMA35DEncodeCommon.ConstrainedABR";
17403
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
17404
+ { no: 1, name: "bitrate", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
17405
+ { no: 2, name: "max_bitrate", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
17406
+ { no: 3, name: "buf_size", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
17407
+ ]);
16667
17408
 
16668
- /**
16669
- * @generated from field: norsk.api.common.OptionalInt bframes = 9;
16670
- */
16671
- bframes?: OptionalInt;
17409
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DEncodeCommon_ConstrainedABR {
17410
+ return new AmdMA35DEncodeCommon_ConstrainedABR().fromBinary(bytes, options);
17411
+ }
17412
+
17413
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstrainedABR {
17414
+ return new AmdMA35DEncodeCommon_ConstrainedABR().fromJson(jsonValue, options);
17415
+ }
17416
+
17417
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DEncodeCommon_ConstrainedABR {
17418
+ return new AmdMA35DEncodeCommon_ConstrainedABR().fromJsonString(jsonString, options);
17419
+ }
17420
+
17421
+ static equals(a: AmdMA35DEncodeCommon_ConstrainedABR | PlainMessage<AmdMA35DEncodeCommon_ConstrainedABR> | undefined, b: AmdMA35DEncodeCommon_ConstrainedABR | PlainMessage<AmdMA35DEncodeCommon_ConstrainedABR> | undefined): boolean {
17422
+ return proto3.util.equals(AmdMA35DEncodeCommon_ConstrainedABR, a, b);
17423
+ }
17424
+ }
16672
17425
 
17426
+ /**
17427
+ * @generated from message norsk.api.media.AmdMA35DH264
17428
+ */
17429
+ export class AmdMA35DH264 extends Message<AmdMA35DH264> {
16673
17430
  /**
16674
- * @generated from field: norsk.api.common.OptionalInt gop_size = 10;
17431
+ * @generated from field: norsk.api.media.AmdMA35DH264.AmdMA35DH264Profile profile = 1;
16675
17432
  */
16676
- gopSize?: OptionalInt;
17433
+ profile = AmdMA35DH264_AmdMA35DH264Profile.AMD_MA35D_H264_PROFILE_DEFAULT;
16677
17434
 
16678
17435
  /**
16679
- * @generated from field: norsk.api.common.OptionalInt min_qp = 11;
17436
+ * @generated from field: norsk.api.common.OptionalInt level = 2;
16680
17437
  */
16681
- minQp?: OptionalInt;
17438
+ level?: OptionalInt;
16682
17439
 
16683
17440
  /**
16684
- * @generated from field: norsk.api.common.OptionalInt max_qp = 12;
17441
+ * @generated from field: norsk.api.media.AmdMA35DEncodeCommon common = 3;
16685
17442
  */
16686
- maxQp?: OptionalInt;
17443
+ common?: AmdMA35DEncodeCommon;
16687
17444
 
16688
- constructor(data?: PartialMessage<XilinxH264>) {
17445
+ constructor(data?: PartialMessage<AmdMA35DH264>) {
16689
17446
  super();
16690
17447
  proto3.util.initPartial(data, this);
16691
17448
  }
16692
17449
 
16693
17450
  static readonly runtime = proto3;
16694
- static readonly typeName = "norsk.api.media.XilinxH264";
17451
+ static readonly typeName = "norsk.api.media.AmdMA35DH264";
16695
17452
  static readonly fields: FieldList = proto3.util.newFieldList(() => [
16696
- { no: 1, name: "profile", kind: "enum", T: proto3.getEnumType(XilinxH264_XilinxH264Profile) },
17453
+ { no: 1, name: "profile", kind: "enum", T: proto3.getEnumType(AmdMA35DH264_AmdMA35DH264Profile) },
16697
17454
  { no: 2, name: "level", kind: "message", T: OptionalInt },
16698
- { no: 3, name: "const_qp", kind: "scalar", T: 13 /* ScalarType.UINT32 */, oneof: "rateControl" },
16699
- { no: 4, name: "cbr", kind: "scalar", T: 13 /* ScalarType.UINT32 */, oneof: "rateControl" },
16700
- { no: 5, name: "vbr", kind: "scalar", T: 13 /* ScalarType.UINT32 */, oneof: "rateControl" },
16701
- { no: 6, name: "low_latency", kind: "scalar", T: 13 /* ScalarType.UINT32 */, oneof: "rateControl" },
16702
- { no: 7, name: "lookahead_depth", kind: "message", T: OptionalInt },
16703
- { no: 8, name: "idr_period", kind: "message", T: OptionalInt },
16704
- { no: 9, name: "bframes", kind: "message", T: OptionalInt },
16705
- { no: 10, name: "gop_size", kind: "message", T: OptionalInt },
16706
- { no: 11, name: "min_qp", kind: "message", T: OptionalInt },
16707
- { no: 12, name: "max_qp", kind: "message", T: OptionalInt },
17455
+ { no: 3, name: "common", kind: "message", T: AmdMA35DEncodeCommon },
16708
17456
  ]);
16709
17457
 
16710
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): XilinxH264 {
16711
- return new XilinxH264().fromBinary(bytes, options);
17458
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DH264 {
17459
+ return new AmdMA35DH264().fromBinary(bytes, options);
16712
17460
  }
16713
17461
 
16714
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): XilinxH264 {
16715
- return new XilinxH264().fromJson(jsonValue, options);
17462
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DH264 {
17463
+ return new AmdMA35DH264().fromJson(jsonValue, options);
16716
17464
  }
16717
17465
 
16718
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): XilinxH264 {
16719
- return new XilinxH264().fromJsonString(jsonString, options);
17466
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DH264 {
17467
+ return new AmdMA35DH264().fromJsonString(jsonString, options);
16720
17468
  }
16721
17469
 
16722
- static equals(a: XilinxH264 | PlainMessage<XilinxH264> | undefined, b: XilinxH264 | PlainMessage<XilinxH264> | undefined): boolean {
16723
- return proto3.util.equals(XilinxH264, a, b);
17470
+ static equals(a: AmdMA35DH264 | PlainMessage<AmdMA35DH264> | undefined, b: AmdMA35DH264 | PlainMessage<AmdMA35DH264> | undefined): boolean {
17471
+ return proto3.util.equals(AmdMA35DH264, a, b);
16724
17472
  }
16725
17473
  }
16726
17474
 
16727
17475
  /**
16728
- * @generated from enum norsk.api.media.XilinxH264.XilinxH264Profile
17476
+ * @generated from enum norsk.api.media.AmdMA35DH264.AmdMA35DH264Profile
16729
17477
  */
16730
- export enum XilinxH264_XilinxH264Profile {
16731
- /**
16732
- * @generated from enum value: XILINX_H264_PROFILE_DEFAULT = 0;
16733
- */
16734
- DEFAULT = 0,
16735
-
17478
+ export enum AmdMA35DH264_AmdMA35DH264Profile {
16736
17479
  /**
16737
- * @generated from enum value: XILINX_H264_PROFILE_BASELINE = 1;
17480
+ * @generated from enum value: AMD_MA35D_H264_PROFILE_DEFAULT = 0;
16738
17481
  */
16739
- BASELINE = 1,
17482
+ AMD_MA35D_H264_PROFILE_DEFAULT = 0,
16740
17483
 
16741
17484
  /**
16742
- * @generated from enum value: XILINX_H264_PROFILE_MAIN = 2;
17485
+ * @generated from enum value: AMD_MA35D_H264_PROFILE_BASELINE = 1;
16743
17486
  */
16744
- MAIN = 2,
17487
+ AMD_MA35D_H264_PROFILE_BASELINE = 1,
16745
17488
 
16746
17489
  /**
16747
- * @generated from enum value: XILINX_H264_PROFILE_EXTENDED = 3;
17490
+ * @generated from enum value: AMD_MA35D_H264_PROFILE_MAIN = 2;
16748
17491
  */
16749
- EXTENDED = 3,
17492
+ AMD_MA35D_H264_PROFILE_MAIN = 2,
16750
17493
 
16751
17494
  /**
16752
- * @generated from enum value: XILINX_H264_PROFILE_HIGH = 4;
17495
+ * @generated from enum value: AMD_MA35D_H264_PROFILE_HIGH = 3;
16753
17496
  */
16754
- HIGH = 4,
17497
+ AMD_MA35D_H264_PROFILE_HIGH = 3,
16755
17498
 
16756
17499
  /**
16757
- * @generated from enum value: XILINX_H264_PROFILE_HIGH10 = 5;
17500
+ * @generated from enum value: AMD_MA35D_H264_PROFILE_HIGH10 = 4;
16758
17501
  */
16759
- HIGH10 = 5,
17502
+ AMD_MA35D_H264_PROFILE_HIGH10 = 4,
16760
17503
  }
16761
- // Retrieve enum metadata with: proto3.getEnumType(XilinxH264_XilinxH264Profile)
16762
- proto3.util.setEnumType(XilinxH264_XilinxH264Profile, "norsk.api.media.XilinxH264.XilinxH264Profile", [
16763
- { no: 0, name: "XILINX_H264_PROFILE_DEFAULT" },
16764
- { no: 1, name: "XILINX_H264_PROFILE_BASELINE" },
16765
- { no: 2, name: "XILINX_H264_PROFILE_MAIN" },
16766
- { no: 3, name: "XILINX_H264_PROFILE_EXTENDED" },
16767
- { no: 4, name: "XILINX_H264_PROFILE_HIGH" },
16768
- { no: 5, name: "XILINX_H264_PROFILE_HIGH10" },
17504
+ // Retrieve enum metadata with: proto3.getEnumType(AmdMA35DH264_AmdMA35DH264Profile)
17505
+ proto3.util.setEnumType(AmdMA35DH264_AmdMA35DH264Profile, "norsk.api.media.AmdMA35DH264.AmdMA35DH264Profile", [
17506
+ { no: 0, name: "AMD_MA35D_H264_PROFILE_DEFAULT" },
17507
+ { no: 1, name: "AMD_MA35D_H264_PROFILE_BASELINE" },
17508
+ { no: 2, name: "AMD_MA35D_H264_PROFILE_MAIN" },
17509
+ { no: 3, name: "AMD_MA35D_H264_PROFILE_HIGH" },
17510
+ { no: 4, name: "AMD_MA35D_H264_PROFILE_HIGH10" },
16769
17511
  ]);
16770
17512
 
16771
17513
  /**
16772
- * @generated from message norsk.api.media.XilinxHevc
17514
+ * @generated from message norsk.api.media.AmdMA35DHevc
16773
17515
  */
16774
- export class XilinxHevc extends Message<XilinxHevc> {
17516
+ export class AmdMA35DHevc extends Message<AmdMA35DHevc> {
16775
17517
  /**
16776
- * @generated from field: norsk.api.media.XilinxHevc.XilinxHevcTier tier = 1;
17518
+ * @generated from field: norsk.api.media.AmdMA35DHevc.AmdMA35DHevcTier tier = 1;
16777
17519
  */
16778
- tier = XilinxHevc_XilinxHevcTier.MAIN;
17520
+ tier = AmdMA35DHevc_AmdMA35DHevcTier.AMD_MA35D_HEVC_TIER_MAIN;
16779
17521
 
16780
17522
  /**
16781
- * @generated from field: norsk.api.media.XilinxHevc.XilinxHevcProfile profile = 2;
17523
+ * @generated from field: norsk.api.media.AmdMA35DHevc.AmdMA35DHevcProfile profile = 2;
16782
17524
  */
16783
- profile = XilinxHevc_XilinxHevcProfile.DEFAULT;
17525
+ profile = AmdMA35DHevc_AmdMA35DHevcProfile.AMD_MA35D_HEVC_PROFILE_DEFAULT;
16784
17526
 
16785
17527
  /**
16786
17528
  * @generated from field: norsk.api.common.OptionalInt level = 3;
16787
17529
  */
16788
17530
  level?: OptionalInt;
16789
17531
 
16790
- constructor(data?: PartialMessage<XilinxHevc>) {
17532
+ /**
17533
+ * @generated from field: norsk.api.media.AmdMA35DEncodeCommon common = 4;
17534
+ */
17535
+ common?: AmdMA35DEncodeCommon;
17536
+
17537
+ constructor(data?: PartialMessage<AmdMA35DHevc>) {
16791
17538
  super();
16792
17539
  proto3.util.initPartial(data, this);
16793
17540
  }
16794
17541
 
16795
17542
  static readonly runtime = proto3;
16796
- static readonly typeName = "norsk.api.media.XilinxHevc";
17543
+ static readonly typeName = "norsk.api.media.AmdMA35DHevc";
16797
17544
  static readonly fields: FieldList = proto3.util.newFieldList(() => [
16798
- { no: 1, name: "tier", kind: "enum", T: proto3.getEnumType(XilinxHevc_XilinxHevcTier) },
16799
- { no: 2, name: "profile", kind: "enum", T: proto3.getEnumType(XilinxHevc_XilinxHevcProfile) },
17545
+ { no: 1, name: "tier", kind: "enum", T: proto3.getEnumType(AmdMA35DHevc_AmdMA35DHevcTier) },
17546
+ { no: 2, name: "profile", kind: "enum", T: proto3.getEnumType(AmdMA35DHevc_AmdMA35DHevcProfile) },
16800
17547
  { no: 3, name: "level", kind: "message", T: OptionalInt },
17548
+ { no: 4, name: "common", kind: "message", T: AmdMA35DEncodeCommon },
16801
17549
  ]);
16802
17550
 
16803
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): XilinxHevc {
16804
- return new XilinxHevc().fromBinary(bytes, options);
17551
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AmdMA35DHevc {
17552
+ return new AmdMA35DHevc().fromBinary(bytes, options);
16805
17553
  }
16806
17554
 
16807
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): XilinxHevc {
16808
- return new XilinxHevc().fromJson(jsonValue, options);
17555
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AmdMA35DHevc {
17556
+ return new AmdMA35DHevc().fromJson(jsonValue, options);
16809
17557
  }
16810
17558
 
16811
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): XilinxHevc {
16812
- return new XilinxHevc().fromJsonString(jsonString, options);
17559
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AmdMA35DHevc {
17560
+ return new AmdMA35DHevc().fromJsonString(jsonString, options);
16813
17561
  }
16814
17562
 
16815
- static equals(a: XilinxHevc | PlainMessage<XilinxHevc> | undefined, b: XilinxHevc | PlainMessage<XilinxHevc> | undefined): boolean {
16816
- return proto3.util.equals(XilinxHevc, a, b);
17563
+ static equals(a: AmdMA35DHevc | PlainMessage<AmdMA35DHevc> | undefined, b: AmdMA35DHevc | PlainMessage<AmdMA35DHevc> | undefined): boolean {
17564
+ return proto3.util.equals(AmdMA35DHevc, a, b);
16817
17565
  }
16818
17566
  }
16819
17567
 
16820
17568
  /**
16821
- * @generated from enum norsk.api.media.XilinxHevc.XilinxHevcProfile
17569
+ * @generated from enum norsk.api.media.AmdMA35DHevc.AmdMA35DHevcProfile
16822
17570
  */
16823
- export enum XilinxHevc_XilinxHevcProfile {
17571
+ export enum AmdMA35DHevc_AmdMA35DHevcProfile {
16824
17572
  /**
16825
- * @generated from enum value: XILINX_HEVC_PROFILE_DEFAULT = 0;
17573
+ * @generated from enum value: AMD_MA35D_HEVC_PROFILE_DEFAULT = 0;
16826
17574
  */
16827
- DEFAULT = 0,
17575
+ AMD_MA35D_HEVC_PROFILE_DEFAULT = 0,
16828
17576
 
16829
17577
  /**
16830
- * @generated from enum value: XILINX_HEVC_PROFILE_MAIN = 1;
17578
+ * @generated from enum value: AMD_MA35D_HEVC_PROFILE_MAIN = 1;
16831
17579
  */
16832
- MAIN = 1,
17580
+ AMD_MA35D_HEVC_PROFILE_MAIN = 1,
16833
17581
 
16834
17582
  /**
16835
- * @generated from enum value: XILINX_HEVC_PROFILE_MAIN10 = 2;
17583
+ * @generated from enum value: AMD_MA35D_HEVC_PROFILE_MAIN10 = 2;
16836
17584
  */
16837
- MAIN10 = 2,
17585
+ AMD_MA35D_HEVC_PROFILE_MAIN10 = 2,
16838
17586
  }
16839
- // Retrieve enum metadata with: proto3.getEnumType(XilinxHevc_XilinxHevcProfile)
16840
- proto3.util.setEnumType(XilinxHevc_XilinxHevcProfile, "norsk.api.media.XilinxHevc.XilinxHevcProfile", [
16841
- { no: 0, name: "XILINX_HEVC_PROFILE_DEFAULT" },
16842
- { no: 1, name: "XILINX_HEVC_PROFILE_MAIN" },
16843
- { no: 2, name: "XILINX_HEVC_PROFILE_MAIN10" },
17587
+ // Retrieve enum metadata with: proto3.getEnumType(AmdMA35DHevc_AmdMA35DHevcProfile)
17588
+ proto3.util.setEnumType(AmdMA35DHevc_AmdMA35DHevcProfile, "norsk.api.media.AmdMA35DHevc.AmdMA35DHevcProfile", [
17589
+ { no: 0, name: "AMD_MA35D_HEVC_PROFILE_DEFAULT" },
17590
+ { no: 1, name: "AMD_MA35D_HEVC_PROFILE_MAIN" },
17591
+ { no: 2, name: "AMD_MA35D_HEVC_PROFILE_MAIN10" },
16844
17592
  ]);
16845
17593
 
16846
17594
  /**
16847
- * @generated from enum norsk.api.media.XilinxHevc.XilinxHevcTier
17595
+ * @generated from enum norsk.api.media.AmdMA35DHevc.AmdMA35DHevcTier
16848
17596
  */
16849
- export enum XilinxHevc_XilinxHevcTier {
17597
+ export enum AmdMA35DHevc_AmdMA35DHevcTier {
16850
17598
  /**
16851
- * @generated from enum value: XILINX_HEVC_TIER_MAIN = 0;
17599
+ * @generated from enum value: AMD_MA35D_HEVC_TIER_MAIN = 0;
16852
17600
  */
16853
- MAIN = 0,
17601
+ AMD_MA35D_HEVC_TIER_MAIN = 0,
16854
17602
 
16855
17603
  /**
16856
- * @generated from enum value: XILINX_HEVC_TIER_HIGH = 1;
17604
+ * @generated from enum value: AMD_MA35D_HEVC_TIER_HIGH = 1;
16857
17605
  */
16858
- HIGH = 1,
17606
+ AMD_MA35D_HEVC_TIER_HIGH = 1,
16859
17607
  }
16860
- // Retrieve enum metadata with: proto3.getEnumType(XilinxHevc_XilinxHevcTier)
16861
- proto3.util.setEnumType(XilinxHevc_XilinxHevcTier, "norsk.api.media.XilinxHevc.XilinxHevcTier", [
16862
- { no: 0, name: "XILINX_HEVC_TIER_MAIN" },
16863
- { no: 1, name: "XILINX_HEVC_TIER_HIGH" },
17608
+ // Retrieve enum metadata with: proto3.getEnumType(AmdMA35DHevc_AmdMA35DHevcTier)
17609
+ proto3.util.setEnumType(AmdMA35DHevc_AmdMA35DHevcTier, "norsk.api.media.AmdMA35DHevc.AmdMA35DHevcTier", [
17610
+ { no: 0, name: "AMD_MA35D_HEVC_TIER_MAIN" },
17611
+ { no: 1, name: "AMD_MA35D_HEVC_TIER_HIGH" },
16864
17612
  ]);
16865
17613
 
16866
17614
  /**
@@ -18285,6 +19033,13 @@ export class StreamAlignConfiguration extends Message<StreamAlignConfiguration>
18285
19033
  */
18286
19034
  frameRate?: FrameRate;
18287
19035
 
19036
+ /**
19037
+ * Synchronise audio/video sources aggressively to start at the same timestamp by dropping frames until a video keyframe occurs
19038
+ *
19039
+ * @generated from field: bool sync_av = 4;
19040
+ */
19041
+ syncAv = false;
19042
+
18288
19043
  constructor(data?: PartialMessage<StreamAlignConfiguration>) {
18289
19044
  super();
18290
19045
  proto3.util.initPartial(data, this);
@@ -18296,6 +19051,7 @@ export class StreamAlignConfiguration extends Message<StreamAlignConfiguration>
18296
19051
  { no: 1, name: "id", kind: "message", T: MediaNodeId },
18297
19052
  { no: 2, name: "sample_rate", kind: "enum", T: proto3.getEnumType(SampleRate) },
18298
19053
  { no: 3, name: "frame_rate", kind: "message", T: FrameRate },
19054
+ { no: 4, name: "sync_av", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
18299
19055
  ]);
18300
19056
 
18301
19057
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamAlignConfiguration {
@@ -24507,6 +25263,177 @@ export class DeckLinkDisplayModes extends Message<DeckLinkDisplayModes> {
24507
25263
  }
24508
25264
  }
24509
25265
 
25266
+ /**
25267
+ * @generated from message norsk.api.media.MA35DDeviceInfo
25268
+ */
25269
+ export class MA35DDeviceInfo extends Message<MA35DDeviceInfo> {
25270
+ /**
25271
+ * @generated from field: string product_name = 1;
25272
+ */
25273
+ productName = "";
25274
+
25275
+ /**
25276
+ * @generated from field: string serial_number = 2;
25277
+ */
25278
+ serialNumber = "";
25279
+
25280
+ constructor(data?: PartialMessage<MA35DDeviceInfo>) {
25281
+ super();
25282
+ proto3.util.initPartial(data, this);
25283
+ }
25284
+
25285
+ static readonly runtime = proto3;
25286
+ static readonly typeName = "norsk.api.media.MA35DDeviceInfo";
25287
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
25288
+ { no: 1, name: "product_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25289
+ { no: 2, name: "serial_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25290
+ ]);
25291
+
25292
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MA35DDeviceInfo {
25293
+ return new MA35DDeviceInfo().fromBinary(bytes, options);
25294
+ }
25295
+
25296
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MA35DDeviceInfo {
25297
+ return new MA35DDeviceInfo().fromJson(jsonValue, options);
25298
+ }
25299
+
25300
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MA35DDeviceInfo {
25301
+ return new MA35DDeviceInfo().fromJsonString(jsonString, options);
25302
+ }
25303
+
25304
+ static equals(a: MA35DDeviceInfo | PlainMessage<MA35DDeviceInfo> | undefined, b: MA35DDeviceInfo | PlainMessage<MA35DDeviceInfo> | undefined): boolean {
25305
+ return proto3.util.equals(MA35DDeviceInfo, a, b);
25306
+ }
25307
+ }
25308
+
25309
+ /**
25310
+ * @generated from message norsk.api.media.MA35DVersionInfo
25311
+ */
25312
+ export class MA35DVersionInfo extends Message<MA35DVersionInfo> {
25313
+ /**
25314
+ * @generated from field: string pcie_crtl_patch_version = 1;
25315
+ */
25316
+ pcieCrtlPatchVersion = "";
25317
+
25318
+ /**
25319
+ * @generated from field: string pcie_fw_version = 2;
25320
+ */
25321
+ pcieFwVersion = "";
25322
+
25323
+ /**
25324
+ * @generated from field: string pcie_phy_patch_a_version = 3;
25325
+ */
25326
+ pciePhyPatchAVersion = "";
25327
+
25328
+ /**
25329
+ * @generated from field: string sc_version = 4;
25330
+ */
25331
+ scVersion = "";
25332
+
25333
+ /**
25334
+ * @generated from field: string zsp_version = 5;
25335
+ */
25336
+ zspVersion = "";
25337
+
25338
+ /**
25339
+ * @generated from field: string e_secure_version = 6;
25340
+ */
25341
+ eSecureVersion = "";
25342
+
25343
+ constructor(data?: PartialMessage<MA35DVersionInfo>) {
25344
+ super();
25345
+ proto3.util.initPartial(data, this);
25346
+ }
25347
+
25348
+ static readonly runtime = proto3;
25349
+ static readonly typeName = "norsk.api.media.MA35DVersionInfo";
25350
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
25351
+ { no: 1, name: "pcie_crtl_patch_version", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25352
+ { no: 2, name: "pcie_fw_version", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25353
+ { no: 3, name: "pcie_phy_patch_a_version", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25354
+ { no: 4, name: "sc_version", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25355
+ { no: 5, name: "zsp_version", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25356
+ { no: 6, name: "e_secure_version", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25357
+ ]);
25358
+
25359
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MA35DVersionInfo {
25360
+ return new MA35DVersionInfo().fromBinary(bytes, options);
25361
+ }
25362
+
25363
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MA35DVersionInfo {
25364
+ return new MA35DVersionInfo().fromJson(jsonValue, options);
25365
+ }
25366
+
25367
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MA35DVersionInfo {
25368
+ return new MA35DVersionInfo().fromJsonString(jsonString, options);
25369
+ }
25370
+
25371
+ static equals(a: MA35DVersionInfo | PlainMessage<MA35DVersionInfo> | undefined, b: MA35DVersionInfo | PlainMessage<MA35DVersionInfo> | undefined): boolean {
25372
+ return proto3.util.equals(MA35DVersionInfo, a, b);
25373
+ }
25374
+ }
25375
+
25376
+ /**
25377
+ * @generated from message norsk.api.media.MA35DCard
25378
+ */
25379
+ export class MA35DCard extends Message<MA35DCard> {
25380
+ /**
25381
+ * @generated from field: uint32 index = 1;
25382
+ */
25383
+ index = 0;
25384
+
25385
+ /**
25386
+ * @generated from field: string device = 2;
25387
+ */
25388
+ device = "";
25389
+
25390
+ /**
25391
+ * @generated from field: string bus_id = 3;
25392
+ */
25393
+ busId = "";
25394
+
25395
+ /**
25396
+ * @generated from field: norsk.api.media.MA35DDeviceInfo device_info = 4;
25397
+ */
25398
+ deviceInfo?: MA35DDeviceInfo;
25399
+
25400
+ /**
25401
+ * @generated from field: norsk.api.media.MA35DVersionInfo version_info = 5;
25402
+ */
25403
+ versionInfo?: MA35DVersionInfo;
25404
+
25405
+ constructor(data?: PartialMessage<MA35DCard>) {
25406
+ super();
25407
+ proto3.util.initPartial(data, this);
25408
+ }
25409
+
25410
+ static readonly runtime = proto3;
25411
+ static readonly typeName = "norsk.api.media.MA35DCard";
25412
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
25413
+ { no: 1, name: "index", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
25414
+ { no: 2, name: "device", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25415
+ { no: 3, name: "bus_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25416
+ { no: 4, name: "device_info", kind: "message", T: MA35DDeviceInfo },
25417
+ { no: 5, name: "version_info", kind: "message", T: MA35DVersionInfo },
25418
+ ]);
25419
+
25420
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MA35DCard {
25421
+ return new MA35DCard().fromBinary(bytes, options);
25422
+ }
25423
+
25424
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MA35DCard {
25425
+ return new MA35DCard().fromJson(jsonValue, options);
25426
+ }
25427
+
25428
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MA35DCard {
25429
+ return new MA35DCard().fromJsonString(jsonString, options);
25430
+ }
25431
+
25432
+ static equals(a: MA35DCard | PlainMessage<MA35DCard> | undefined, b: MA35DCard | PlainMessage<MA35DCard> | undefined): boolean {
25433
+ return proto3.util.equals(MA35DCard, a, b);
25434
+ }
25435
+ }
25436
+
24510
25437
  /**
24511
25438
  * @generated from message norsk.api.media.Hardware
24512
25439
  */
@@ -24526,6 +25453,11 @@ export class Hardware extends Message<Hardware> {
24526
25453
  */
24527
25454
  deckLinkCards: DeckLinkCard[] = [];
24528
25455
 
25456
+ /**
25457
+ * @generated from field: repeated norsk.api.media.MA35DCard ma35dCards = 4;
25458
+ */
25459
+ ma35dCards: MA35DCard[] = [];
25460
+
24529
25461
  constructor(data?: PartialMessage<Hardware>) {
24530
25462
  super();
24531
25463
  proto3.util.initPartial(data, this);
@@ -24537,6 +25469,7 @@ export class Hardware extends Message<Hardware> {
24537
25469
  { no: 1, name: "cpu_topology", kind: "message", T: CpuTopology },
24538
25470
  { no: 2, name: "system_memory", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
24539
25471
  { no: 3, name: "deckLinkCards", kind: "message", T: DeckLinkCard, repeated: true },
25472
+ { no: 4, name: "ma35dCards", kind: "message", T: MA35DCard, repeated: true },
24540
25473
  ]);
24541
25474
 
24542
25475
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Hardware {