@awboost/cfn-resource-types 0.1.154 → 0.1.156

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.
@@ -754,6 +754,7 @@ export type H264Settings = {
754
754
  LookAheadRateControl?: string;
755
755
  MaxBitrate?: number;
756
756
  MinIInterval?: number;
757
+ MinQp?: number;
757
758
  NumRefFrames?: number;
758
759
  ParControl?: string;
759
760
  ParDenominator?: number;
@@ -815,6 +816,7 @@ export type H265Settings = {
815
816
  LookAheadRateControl?: string;
816
817
  MaxBitrate?: number;
817
818
  MinIInterval?: number;
819
+ MinQp?: number;
818
820
  MvOverPictureBoundaries?: string;
819
821
  MvTemporalPredictor?: string;
820
822
  ParDenominator?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.154",
3
+ "version": "0.1.156",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },