@bitmovin/api-sdk 1.272.0 → 1.273.0

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.
Files changed (55) hide show
  1. package/README.md +1 -1
  2. package/dist/bitmovin-api-sdk.browser.js +713 -2
  3. package/dist/bitmovin-api-sdk.browser.min.js +1 -1
  4. package/dist/common/RestClient.js +1 -1
  5. package/dist/encoding/configurations/video/VideoApi.d.ts +2 -0
  6. package/dist/encoding/configurations/video/VideoApi.js +2 -0
  7. package/dist/encoding/configurations/video/h265v2/H265V2VideoConfigurationListQueryParams.d.ts +39 -0
  8. package/dist/encoding/configurations/video/h265v2/H265V2VideoConfigurationListQueryParams.js +36 -0
  9. package/dist/encoding/configurations/video/h265v2/H265v2Api.d.ts +43 -0
  10. package/dist/encoding/configurations/video/h265v2/H265v2Api.js +77 -0
  11. package/dist/models/Av1VideoConfiguration.d.ts +18 -0
  12. package/dist/models/Av1VideoConfiguration.js +3 -0
  13. package/dist/models/CodecConfigType.d.ts +2 -1
  14. package/dist/models/CodecConfigType.js +1 -0
  15. package/dist/models/CodecConfiguration.d.ts +2 -1
  16. package/dist/models/CodecConfiguration.js +2 -1
  17. package/dist/models/H265V2ConstantBitrateModeConfig.d.ts +22 -0
  18. package/dist/models/H265V2ConstantBitrateModeConfig.js +27 -0
  19. package/dist/models/H265V2MotionCompensatedTemporalFiltering.d.ts +10 -0
  20. package/dist/models/H265V2MotionCompensatedTemporalFiltering.js +14 -0
  21. package/dist/models/H265V2PerceptualEncodingMode.d.ts +9 -0
  22. package/dist/models/H265V2PerceptualEncodingMode.js +13 -0
  23. package/dist/models/H265V2PerceptualQualityModeConfig.d.ts +53 -0
  24. package/dist/models/H265V2PerceptualQualityModeConfig.js +32 -0
  25. package/dist/models/H265V2PresetConfiguration.d.ts +9 -0
  26. package/dist/models/H265V2PresetConfiguration.js +13 -0
  27. package/dist/models/H265V2RateControlModeConfig.d.ts +22 -0
  28. package/dist/models/H265V2RateControlModeConfig.js +24 -0
  29. package/dist/models/H265V2RateControlModeConfigType.d.ts +9 -0
  30. package/dist/models/H265V2RateControlModeConfigType.js +13 -0
  31. package/dist/models/H265V2VideoConfiguration.d.ts +50 -0
  32. package/dist/models/H265V2VideoConfiguration.js +32 -0
  33. package/dist/models/LiveEncodingHeartbeat.d.ts +7 -0
  34. package/dist/models/LiveEncodingHeartbeat.js +2 -0
  35. package/dist/models/LiveEncodingHeartbeatHlsManifestStats.d.ts +29 -0
  36. package/dist/models/LiveEncodingHeartbeatHlsManifestStats.js +23 -0
  37. package/dist/models/LiveEncodingHeartbeatManifestUpdate.d.ts +27 -0
  38. package/dist/models/LiveEncodingHeartbeatManifestUpdate.js +21 -0
  39. package/dist/models/LiveEncodingHeartbeatManifestUpdateLatencyStats.d.ts +33 -0
  40. package/dist/models/LiveEncodingHeartbeatManifestUpdateLatencyStats.js +22 -0
  41. package/dist/models/LiveEncodingHeartbeatManifests.d.ts +16 -0
  42. package/dist/models/LiveEncodingHeartbeatManifests.js +20 -0
  43. package/dist/models/LiveEncodingHeartbeatOutput.d.ts +23 -0
  44. package/dist/models/LiveEncodingHeartbeatOutput.js +22 -0
  45. package/dist/models/LiveEncodingHeartbeatSegments.d.ts +30 -0
  46. package/dist/models/LiveEncodingHeartbeatSegments.js +24 -0
  47. package/dist/models/LiveEncodingHeartbeatTotalProcessingOutlier.d.ts +21 -0
  48. package/dist/models/LiveEncodingHeartbeatTotalProcessingOutlier.js +20 -0
  49. package/dist/models/LiveEncodingHeartbeatTotalProcessingStatsMs.d.ts +33 -0
  50. package/dist/models/LiveEncodingHeartbeatTotalProcessingStatsMs.js +22 -0
  51. package/dist/models/LiveEncodingHeartbeatUploadOutlier.d.ts +27 -0
  52. package/dist/models/LiveEncodingHeartbeatUploadOutlier.js +21 -0
  53. package/dist/models/index.d.ts +17 -0
  54. package/dist/models/index.js +17 -0
  55. package/package.json +1 -1
@@ -4235,7 +4235,7 @@ class HeaderHandler extends DelegatingHandler {
4235
4235
  const headers = {
4236
4236
  'X-Api-Key': apiKey,
4237
4237
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
4238
- 'X-Api-Client-Version': '1.272.0',
4238
+ 'X-Api-Client-Version': '1.273.0',
4239
4239
  'Content-Type': 'application/json'
4240
4240
  };
4241
4241
  if (tenantOrgId) {
@@ -8193,6 +8193,7 @@ const BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/B
8193
8193
  const H262Api_1 = __webpack_require__(/*! ./h262/H262Api */ "./encoding/configurations/video/h262/H262Api.ts");
8194
8194
  const H264Api_1 = __webpack_require__(/*! ./h264/H264Api */ "./encoding/configurations/video/h264/H264Api.ts");
8195
8195
  const H265Api_1 = __webpack_require__(/*! ./h265/H265Api */ "./encoding/configurations/video/h265/H265Api.ts");
8196
+ const H265v2Api_1 = __webpack_require__(/*! ./h265v2/H265v2Api */ "./encoding/configurations/video/h265v2/H265v2Api.ts");
8196
8197
  const Vp8Api_1 = __webpack_require__(/*! ./vp8/Vp8Api */ "./encoding/configurations/video/vp8/Vp8Api.ts");
8197
8198
  const Vp9Api_1 = __webpack_require__(/*! ./vp9/Vp9Api */ "./encoding/configurations/video/vp9/Vp9Api.ts");
8198
8199
  const Av1Api_1 = __webpack_require__(/*! ./av1/Av1Api */ "./encoding/configurations/video/av1/Av1Api.ts");
@@ -8209,6 +8210,7 @@ class VideoApi extends BaseAPI_1.BaseAPI {
8209
8210
  this.h262 = new H262Api_1.default(configuration);
8210
8211
  this.h264 = new H264Api_1.default(configuration);
8211
8212
  this.h265 = new H265Api_1.default(configuration);
8213
+ this.h265v2 = new H265v2Api_1.default(configuration);
8212
8214
  this.vp8 = new Vp8Api_1.default(configuration);
8213
8215
  this.vp9 = new Vp9Api_1.default(configuration);
8214
8216
  this.av1 = new Av1Api_1.default(configuration);
@@ -8926,6 +8928,141 @@ class CustomdataApi extends BaseAPI_1.BaseAPI {
8926
8928
  exports["default"] = CustomdataApi;
8927
8929
 
8928
8930
 
8931
+ /***/ },
8932
+
8933
+ /***/ "./encoding/configurations/video/h265v2/H265V2VideoConfigurationListQueryParams.ts"
8934
+ /*!*****************************************************************************************!*\
8935
+ !*** ./encoding/configurations/video/h265v2/H265V2VideoConfigurationListQueryParams.ts ***!
8936
+ \*****************************************************************************************/
8937
+ (__unused_webpack_module, exports) {
8938
+
8939
+ "use strict";
8940
+
8941
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
8942
+ exports.H265V2VideoConfigurationListQueryParamsBuilder = void 0;
8943
+ class H265V2VideoConfigurationListQueryParamsBuilder {
8944
+ constructor() {
8945
+ this.internalParams = {};
8946
+ }
8947
+ /**
8948
+ *
8949
+ * @param offset Index of the first item to return, starting at 0. Default is 0
8950
+ */
8951
+ offset(offset) {
8952
+ this.internalParams.offset = offset;
8953
+ return this;
8954
+ }
8955
+ /**
8956
+ *
8957
+ * @param limit Maximum number of items to return. Default is 25, maximum is 100
8958
+ */
8959
+ limit(limit) {
8960
+ this.internalParams.limit = limit;
8961
+ return this;
8962
+ }
8963
+ /**
8964
+ *
8965
+ * @param name Filter configuration by name
8966
+ */
8967
+ name(name) {
8968
+ this.internalParams.name = name;
8969
+ return this;
8970
+ }
8971
+ buildQueryParams() {
8972
+ return this.internalParams;
8973
+ }
8974
+ }
8975
+ exports.H265V2VideoConfigurationListQueryParamsBuilder = H265V2VideoConfigurationListQueryParamsBuilder;
8976
+
8977
+
8978
+ /***/ },
8979
+
8980
+ /***/ "./encoding/configurations/video/h265v2/H265v2Api.ts"
8981
+ /*!***********************************************************!*\
8982
+ !*** ./encoding/configurations/video/h265v2/H265v2Api.ts ***!
8983
+ \***********************************************************/
8984
+ (__unused_webpack_module, exports, __webpack_require__) {
8985
+
8986
+ "use strict";
8987
+
8988
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
8989
+ const BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
8990
+ const Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Mapper.ts");
8991
+ const BitmovinResponse_1 = __webpack_require__(/*! ../../../../models/BitmovinResponse */ "./models/BitmovinResponse.ts");
8992
+ const H265V2VideoConfiguration_1 = __webpack_require__(/*! ../../../../models/H265V2VideoConfiguration */ "./models/H265V2VideoConfiguration.ts");
8993
+ const PaginationResponse_1 = __webpack_require__(/*! ../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
8994
+ const H265V2VideoConfigurationListQueryParams_1 = __webpack_require__(/*! ./H265V2VideoConfigurationListQueryParams */ "./encoding/configurations/video/h265v2/H265V2VideoConfigurationListQueryParams.ts");
8995
+ /**
8996
+ * H265v2Api - object-oriented interface
8997
+ * @export
8998
+ * @class H265v2Api
8999
+ * @extends {BaseAPI}
9000
+ */
9001
+ class H265v2Api extends BaseAPI_1.BaseAPI {
9002
+ constructor(configuration) {
9003
+ super(configuration);
9004
+ }
9005
+ /**
9006
+ * @summary Create H265 V2 Codec Configuration
9007
+ * @param {H265V2VideoConfiguration} h265V2VideoConfiguration The H265 V2 Codec Configuration to be created
9008
+ * @throws {BitmovinError}
9009
+ * @memberof H265v2Api
9010
+ */
9011
+ create(h265V2VideoConfiguration) {
9012
+ return this.restClient.post('/encoding/configurations/video/h265v2', {}, h265V2VideoConfiguration).then((response) => {
9013
+ return (0, Mapper_1.map)(response, H265V2VideoConfiguration_1.default);
9014
+ });
9015
+ }
9016
+ /**
9017
+ * @summary Delete H265 V2 Codec Configuration
9018
+ * @param {string} configurationId Id of the codec configuration
9019
+ * @throws {BitmovinError}
9020
+ * @memberof H265v2Api
9021
+ */
9022
+ delete(configurationId) {
9023
+ const pathParamMap = {
9024
+ configuration_id: configurationId
9025
+ };
9026
+ return this.restClient.delete('/encoding/configurations/video/h265v2/{configuration_id}', pathParamMap).then((response) => {
9027
+ return (0, Mapper_1.map)(response, BitmovinResponse_1.default);
9028
+ });
9029
+ }
9030
+ /**
9031
+ * @summary H265 V2 Codec Configuration Details
9032
+ * @param {string} configurationId Id of the codec configuration
9033
+ * @throws {BitmovinError}
9034
+ * @memberof H265v2Api
9035
+ */
9036
+ get(configurationId) {
9037
+ const pathParamMap = {
9038
+ configuration_id: configurationId
9039
+ };
9040
+ return this.restClient.get('/encoding/configurations/video/h265v2/{configuration_id}', pathParamMap).then((response) => {
9041
+ return (0, Mapper_1.map)(response, H265V2VideoConfiguration_1.default);
9042
+ });
9043
+ }
9044
+ /**
9045
+ * @summary List H265 V2 Codec Configurations
9046
+ * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
9047
+ * @throws {BitmovinError}
9048
+ * @memberof H265v2Api
9049
+ */
9050
+ list(queryParameters) {
9051
+ let queryParams = {};
9052
+ if (typeof queryParameters === 'function') {
9053
+ queryParams = queryParameters(new H265V2VideoConfigurationListQueryParams_1.H265V2VideoConfigurationListQueryParamsBuilder()).buildQueryParams();
9054
+ }
9055
+ else if (queryParameters) {
9056
+ queryParams = queryParameters;
9057
+ }
9058
+ return this.restClient.get('/encoding/configurations/video/h265v2', {}, queryParams).then((response) => {
9059
+ return new PaginationResponse_1.default(response, H265V2VideoConfiguration_1.default);
9060
+ });
9061
+ }
9062
+ }
9063
+ exports["default"] = H265v2Api;
9064
+
9065
+
8929
9066
  /***/ },
8930
9067
 
8931
9068
  /***/ "./encoding/configurations/video/mjpeg/MjpegApi.ts"
@@ -52118,6 +52255,9 @@ class Av1VideoConfiguration extends VideoConfiguration_1.default {
52118
52255
  }
52119
52256
  this.presetConfiguration = (0, Mapper_1.map)(obj.presetConfiguration);
52120
52257
  this.autoLevelSetup = (0, Mapper_1.map)(obj.autoLevelSetup);
52258
+ this.masterDisplay = (0, Mapper_1.map)(obj.masterDisplay);
52259
+ this.maxContentLightLevel = (0, Mapper_1.map)(obj.maxContentLightLevel);
52260
+ this.maxPictureAverageLightLevel = (0, Mapper_1.map)(obj.maxPictureAverageLightLevel);
52121
52261
  }
52122
52262
  }
52123
52263
  exports.Av1VideoConfiguration = Av1VideoConfiguration;
@@ -54812,6 +54952,7 @@ var CodecConfigType;
54812
54952
  CodecConfigType["WEBVTT"] = "WEBVTT";
54813
54953
  CodecConfigType["IMSC"] = "IMSC";
54814
54954
  CodecConfigType["DVB_SUBTITLE"] = "DVB_SUBTITLE";
54955
+ CodecConfigType["H265V2"] = "H265V2";
54815
54956
  })(CodecConfigType || (exports.CodecConfigType = CodecConfigType = {}));
54816
54957
  exports["default"] = CodecConfigType;
54817
54958
 
@@ -54899,7 +55040,8 @@ CodecConfiguration._discriminatorMapping = {
54899
55040
  "H262": 'H262VideoConfiguration',
54900
55041
  "PCM": 'PcmAudioConfiguration',
54901
55042
  "WEBVTT": 'WebVttConfiguration',
54902
- "IMSC": 'ImscConfiguration'
55043
+ "IMSC": 'ImscConfiguration',
55044
+ "H265V2": 'H265V2VideoConfiguration'
54903
55045
  };
54904
55046
  exports["default"] = CodecConfiguration;
54905
55047
 
@@ -61996,6 +62138,69 @@ exports.H265PerTitleConfiguration = H265PerTitleConfiguration;
61996
62138
  exports["default"] = H265PerTitleConfiguration;
61997
62139
 
61998
62140
 
62141
+ /***/ },
62142
+
62143
+ /***/ "./models/H265V2ConstantBitrateModeConfig.ts"
62144
+ /*!***************************************************!*\
62145
+ !*** ./models/H265V2ConstantBitrateModeConfig.ts ***!
62146
+ \***************************************************/
62147
+ (__unused_webpack_module, exports, __webpack_require__) {
62148
+
62149
+ "use strict";
62150
+
62151
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
62152
+ exports.H265V2ConstantBitrateModeConfig = void 0;
62153
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
62154
+ const H265V2RateControlModeConfig_1 = __webpack_require__(/*! ./H265V2RateControlModeConfig */ "./models/H265V2RateControlModeConfig.ts");
62155
+ const H265V2RateControlModeConfigType_1 = __webpack_require__(/*! ./H265V2RateControlModeConfigType */ "./models/H265V2RateControlModeConfigType.ts");
62156
+ /**
62157
+ * @export
62158
+ * @class H265V2ConstantBitrateModeConfig
62159
+ */
62160
+ class H265V2ConstantBitrateModeConfig extends H265V2RateControlModeConfig_1.default {
62161
+ constructor(obj) {
62162
+ super(obj);
62163
+ /**
62164
+ * Discriminator property for H265V2RateControlModeConfig
62165
+ * @type {string}
62166
+ * @memberof H265V2ConstantBitrateModeConfig
62167
+ */
62168
+ this.type = H265V2RateControlModeConfigType_1.default.CONSTANT_BITRATE_MODE;
62169
+ if (!obj) {
62170
+ return;
62171
+ }
62172
+ this.fillerdata = (0, Mapper_1.map)(obj.fillerdata);
62173
+ }
62174
+ }
62175
+ exports.H265V2ConstantBitrateModeConfig = H265V2ConstantBitrateModeConfig;
62176
+ exports["default"] = H265V2ConstantBitrateModeConfig;
62177
+
62178
+
62179
+ /***/ },
62180
+
62181
+ /***/ "./models/H265V2MotionCompensatedTemporalFiltering.ts"
62182
+ /*!************************************************************!*\
62183
+ !*** ./models/H265V2MotionCompensatedTemporalFiltering.ts ***!
62184
+ \************************************************************/
62185
+ (__unused_webpack_module, exports) {
62186
+
62187
+ "use strict";
62188
+
62189
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
62190
+ exports.H265V2MotionCompensatedTemporalFiltering = void 0;
62191
+ /**
62192
+ * @export
62193
+ * @enum {string}
62194
+ */
62195
+ var H265V2MotionCompensatedTemporalFiltering;
62196
+ (function (H265V2MotionCompensatedTemporalFiltering) {
62197
+ H265V2MotionCompensatedTemporalFiltering["AUTO"] = "AUTO";
62198
+ H265V2MotionCompensatedTemporalFiltering["OFF"] = "OFF";
62199
+ H265V2MotionCompensatedTemporalFiltering["ON"] = "ON";
62200
+ })(H265V2MotionCompensatedTemporalFiltering || (exports.H265V2MotionCompensatedTemporalFiltering = H265V2MotionCompensatedTemporalFiltering = {}));
62201
+ exports["default"] = H265V2MotionCompensatedTemporalFiltering;
62202
+
62203
+
61999
62204
  /***/ },
62000
62205
 
62001
62206
  /***/ "./models/H265V2PerTitleConfiguration.ts"
@@ -62030,6 +62235,199 @@ exports.H265V2PerTitleConfiguration = H265V2PerTitleConfiguration;
62030
62235
  exports["default"] = H265V2PerTitleConfiguration;
62031
62236
 
62032
62237
 
62238
+ /***/ },
62239
+
62240
+ /***/ "./models/H265V2PerceptualEncodingMode.ts"
62241
+ /*!************************************************!*\
62242
+ !*** ./models/H265V2PerceptualEncodingMode.ts ***!
62243
+ \************************************************/
62244
+ (__unused_webpack_module, exports) {
62245
+
62246
+ "use strict";
62247
+
62248
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
62249
+ exports.H265V2PerceptualEncodingMode = void 0;
62250
+ /**
62251
+ * @export
62252
+ * @enum {string}
62253
+ */
62254
+ var H265V2PerceptualEncodingMode;
62255
+ (function (H265V2PerceptualEncodingMode) {
62256
+ H265V2PerceptualEncodingMode["OFF"] = "OFF";
62257
+ H265V2PerceptualEncodingMode["CU_DELTA_QP"] = "CU_DELTA_QP";
62258
+ })(H265V2PerceptualEncodingMode || (exports.H265V2PerceptualEncodingMode = H265V2PerceptualEncodingMode = {}));
62259
+ exports["default"] = H265V2PerceptualEncodingMode;
62260
+
62261
+
62262
+ /***/ },
62263
+
62264
+ /***/ "./models/H265V2PerceptualQualityModeConfig.ts"
62265
+ /*!*****************************************************!*\
62266
+ !*** ./models/H265V2PerceptualQualityModeConfig.ts ***!
62267
+ \*****************************************************/
62268
+ (__unused_webpack_module, exports, __webpack_require__) {
62269
+
62270
+ "use strict";
62271
+
62272
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
62273
+ exports.H265V2PerceptualQualityModeConfig = void 0;
62274
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
62275
+ const H265V2RateControlModeConfig_1 = __webpack_require__(/*! ./H265V2RateControlModeConfig */ "./models/H265V2RateControlModeConfig.ts");
62276
+ const H265V2RateControlModeConfigType_1 = __webpack_require__(/*! ./H265V2RateControlModeConfigType */ "./models/H265V2RateControlModeConfigType.ts");
62277
+ /**
62278
+ * @export
62279
+ * @class H265V2PerceptualQualityModeConfig
62280
+ */
62281
+ class H265V2PerceptualQualityModeConfig extends H265V2RateControlModeConfig_1.default {
62282
+ constructor(obj) {
62283
+ super(obj);
62284
+ /**
62285
+ * Discriminator property for H265V2RateControlModeConfig
62286
+ * @type {string}
62287
+ * @memberof H265V2PerceptualQualityModeConfig
62288
+ */
62289
+ this.type = H265V2RateControlModeConfigType_1.default.PERCEPTUAL_QUALITY_MODE;
62290
+ if (!obj) {
62291
+ return;
62292
+ }
62293
+ this.perceptualEncodingMode = (0, Mapper_1.map)(obj.perceptualEncodingMode);
62294
+ this.perceptualStrength = (0, Mapper_1.map)(obj.perceptualStrength);
62295
+ this.perceptualPenaltyStrength = (0, Mapper_1.map)(obj.perceptualPenaltyStrength);
62296
+ this.perceptualPenaltyKnee = (0, Mapper_1.map)(obj.perceptualPenaltyKnee);
62297
+ this.perceptualTemporalStrength = (0, Mapper_1.map)(obj.perceptualTemporalStrength);
62298
+ this.pixelPerDegree = (0, Mapper_1.map)(obj.pixelPerDegree);
62299
+ }
62300
+ }
62301
+ exports.H265V2PerceptualQualityModeConfig = H265V2PerceptualQualityModeConfig;
62302
+ exports["default"] = H265V2PerceptualQualityModeConfig;
62303
+
62304
+
62305
+ /***/ },
62306
+
62307
+ /***/ "./models/H265V2PresetConfiguration.ts"
62308
+ /*!*********************************************!*\
62309
+ !*** ./models/H265V2PresetConfiguration.ts ***!
62310
+ \*********************************************/
62311
+ (__unused_webpack_module, exports) {
62312
+
62313
+ "use strict";
62314
+
62315
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
62316
+ exports.H265V2PresetConfiguration = void 0;
62317
+ /**
62318
+ * @export
62319
+ * @enum {string}
62320
+ */
62321
+ var H265V2PresetConfiguration;
62322
+ (function (H265V2PresetConfiguration) {
62323
+ H265V2PresetConfiguration["VOD_QUALITY"] = "VOD_QUALITY";
62324
+ H265V2PresetConfiguration["VOD_HIGH_QUALITY"] = "VOD_HIGH_QUALITY";
62325
+ })(H265V2PresetConfiguration || (exports.H265V2PresetConfiguration = H265V2PresetConfiguration = {}));
62326
+ exports["default"] = H265V2PresetConfiguration;
62327
+
62328
+
62329
+ /***/ },
62330
+
62331
+ /***/ "./models/H265V2RateControlModeConfig.ts"
62332
+ /*!***********************************************!*\
62333
+ !*** ./models/H265V2RateControlModeConfig.ts ***!
62334
+ \***********************************************/
62335
+ (__unused_webpack_module, exports, __webpack_require__) {
62336
+
62337
+ "use strict";
62338
+
62339
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
62340
+ exports.H265V2RateControlModeConfig = void 0;
62341
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
62342
+ /**
62343
+ * Rate control mode configuration. Use H265V2PerceptualQualityModeConfig for PQP mode or H265V2ConstantBitrateModeConfig for CBR mode.
62344
+ * @export
62345
+ * @class H265V2RateControlModeConfig
62346
+ */
62347
+ class H265V2RateControlModeConfig {
62348
+ constructor(obj) {
62349
+ if (!obj) {
62350
+ return;
62351
+ }
62352
+ this.type = (0, Mapper_1.map)(obj.type);
62353
+ }
62354
+ }
62355
+ exports.H265V2RateControlModeConfig = H265V2RateControlModeConfig;
62356
+ H265V2RateControlModeConfig._discriminatorName = 'type';
62357
+ H265V2RateControlModeConfig._discriminatorMapping = {
62358
+ "PERCEPTUAL_QUALITY_MODE": 'H265V2PerceptualQualityModeConfig',
62359
+ "CONSTANT_BITRATE_MODE": 'H265V2ConstantBitrateModeConfig'
62360
+ };
62361
+ exports["default"] = H265V2RateControlModeConfig;
62362
+
62363
+
62364
+ /***/ },
62365
+
62366
+ /***/ "./models/H265V2RateControlModeConfigType.ts"
62367
+ /*!***************************************************!*\
62368
+ !*** ./models/H265V2RateControlModeConfigType.ts ***!
62369
+ \***************************************************/
62370
+ (__unused_webpack_module, exports) {
62371
+
62372
+ "use strict";
62373
+
62374
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
62375
+ exports.H265V2RateControlModeConfigType = void 0;
62376
+ /**
62377
+ * @export
62378
+ * @enum {string}
62379
+ */
62380
+ var H265V2RateControlModeConfigType;
62381
+ (function (H265V2RateControlModeConfigType) {
62382
+ H265V2RateControlModeConfigType["PERCEPTUAL_QUALITY_MODE"] = "PERCEPTUAL_QUALITY_MODE";
62383
+ H265V2RateControlModeConfigType["CONSTANT_BITRATE_MODE"] = "CONSTANT_BITRATE_MODE";
62384
+ })(H265V2RateControlModeConfigType || (exports.H265V2RateControlModeConfigType = H265V2RateControlModeConfigType = {}));
62385
+ exports["default"] = H265V2RateControlModeConfigType;
62386
+
62387
+
62388
+ /***/ },
62389
+
62390
+ /***/ "./models/H265V2VideoConfiguration.ts"
62391
+ /*!********************************************!*\
62392
+ !*** ./models/H265V2VideoConfiguration.ts ***!
62393
+ \********************************************/
62394
+ (__unused_webpack_module, exports, __webpack_require__) {
62395
+
62396
+ "use strict";
62397
+
62398
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
62399
+ exports.H265V2VideoConfiguration = void 0;
62400
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
62401
+ const CodecConfigType_1 = __webpack_require__(/*! ./CodecConfigType */ "./models/CodecConfigType.ts");
62402
+ const H265V2RateControlModeConfig_1 = __webpack_require__(/*! ./H265V2RateControlModeConfig */ "./models/H265V2RateControlModeConfig.ts");
62403
+ const VideoConfiguration_1 = __webpack_require__(/*! ./VideoConfiguration */ "./models/VideoConfiguration.ts");
62404
+ /**
62405
+ * @export
62406
+ * @class H265V2VideoConfiguration
62407
+ */
62408
+ class H265V2VideoConfiguration extends VideoConfiguration_1.default {
62409
+ constructor(obj) {
62410
+ super(obj);
62411
+ /**
62412
+ * Discriminator property for CodecConfiguration
62413
+ * @type {string}
62414
+ * @memberof H265V2VideoConfiguration
62415
+ */
62416
+ this.type = CodecConfigType_1.default.H265V2;
62417
+ if (!obj) {
62418
+ return;
62419
+ }
62420
+ this.presetConfiguration = (0, Mapper_1.map)(obj.presetConfiguration);
62421
+ this.dynamicRangeFormat = (0, Mapper_1.map)(obj.dynamicRangeFormat);
62422
+ this.rateControlModeConfig = (0, Mapper_1.map)(obj.rateControlModeConfig, H265V2RateControlModeConfig_1.default);
62423
+ this.motionCompensatedTemporalFiltering = (0, Mapper_1.map)(obj.motionCompensatedTemporalFiltering);
62424
+ this.levelHighTier = (0, Mapper_1.map)(obj.levelHighTier);
62425
+ }
62426
+ }
62427
+ exports.H265V2VideoConfiguration = H265V2VideoConfiguration;
62428
+ exports["default"] = H265V2VideoConfiguration;
62429
+
62430
+
62033
62431
  /***/ },
62034
62432
 
62035
62433
  /***/ "./models/H265VideoConfiguration.ts"
@@ -64207,6 +64605,7 @@ exports.LiveEncodingHeartbeat = void 0;
64207
64605
  const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
64208
64606
  const LiveEncodingHeartbeatEvent_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatEvent */ "./models/LiveEncodingHeartbeatEvent.ts");
64209
64607
  const LiveEncodingHeartbeatIngest_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatIngest */ "./models/LiveEncodingHeartbeatIngest.ts");
64608
+ const LiveEncodingHeartbeatOutput_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatOutput */ "./models/LiveEncodingHeartbeatOutput.ts");
64210
64609
  /**
64211
64610
  * Heartbeat data for a Live Encoding.
64212
64611
  * @export
@@ -64220,6 +64619,7 @@ class LiveEncodingHeartbeat {
64220
64619
  this.timestamp = (0, Mapper_1.map)(obj.timestamp, Date);
64221
64620
  this.ingest = (0, Mapper_1.map)(obj.ingest, LiveEncodingHeartbeatIngest_1.default);
64222
64621
  this.events = (0, Mapper_1.mapArray)(obj.events, LiveEncodingHeartbeatEvent_1.default);
64622
+ this.output = (0, Mapper_1.map)(obj.output, LiveEncodingHeartbeatOutput_1.default);
64223
64623
  }
64224
64624
  }
64225
64625
  exports.LiveEncodingHeartbeat = LiveEncodingHeartbeat;
@@ -64314,6 +64714,40 @@ var LiveEncodingHeartbeatEventType;
64314
64714
  exports["default"] = LiveEncodingHeartbeatEventType;
64315
64715
 
64316
64716
 
64717
+ /***/ },
64718
+
64719
+ /***/ "./models/LiveEncodingHeartbeatHlsManifestStats.ts"
64720
+ /*!*********************************************************!*\
64721
+ !*** ./models/LiveEncodingHeartbeatHlsManifestStats.ts ***!
64722
+ \*********************************************************/
64723
+ (__unused_webpack_module, exports, __webpack_require__) {
64724
+
64725
+ "use strict";
64726
+
64727
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
64728
+ exports.LiveEncodingHeartbeatHlsManifestStats = void 0;
64729
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
64730
+ const LiveEncodingHeartbeatManifestUpdate_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatManifestUpdate */ "./models/LiveEncodingHeartbeatManifestUpdate.ts");
64731
+ const LiveEncodingHeartbeatManifestUpdateLatencyStats_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatManifestUpdateLatencyStats */ "./models/LiveEncodingHeartbeatManifestUpdateLatencyStats.ts");
64732
+ /**
64733
+ * HLS manifest update monitoring data for a live encoding heartbeat.
64734
+ * @export
64735
+ * @class LiveEncodingHeartbeatHlsManifestStats
64736
+ */
64737
+ class LiveEncodingHeartbeatHlsManifestStats {
64738
+ constructor(obj) {
64739
+ if (!obj) {
64740
+ return;
64741
+ }
64742
+ this.manifestId = (0, Mapper_1.map)(obj.manifestId);
64743
+ this.manifestUpdateLatencyStats = (0, Mapper_1.map)(obj.manifestUpdateLatencyStats, LiveEncodingHeartbeatManifestUpdateLatencyStats_1.default);
64744
+ this.manifestUpdates = (0, Mapper_1.mapArray)(obj.manifestUpdates, LiveEncodingHeartbeatManifestUpdate_1.default);
64745
+ }
64746
+ }
64747
+ exports.LiveEncodingHeartbeatHlsManifestStats = LiveEncodingHeartbeatHlsManifestStats;
64748
+ exports["default"] = LiveEncodingHeartbeatHlsManifestStats;
64749
+
64750
+
64317
64751
  /***/ },
64318
64752
 
64319
64753
  /***/ "./models/LiveEncodingHeartbeatIngest.ts"
@@ -64438,6 +64872,266 @@ exports.LiveEncodingHeartbeatIngestStream = LiveEncodingHeartbeatIngestStream;
64438
64872
  exports["default"] = LiveEncodingHeartbeatIngestStream;
64439
64873
 
64440
64874
 
64875
+ /***/ },
64876
+
64877
+ /***/ "./models/LiveEncodingHeartbeatManifestUpdate.ts"
64878
+ /*!*******************************************************!*\
64879
+ !*** ./models/LiveEncodingHeartbeatManifestUpdate.ts ***!
64880
+ \*******************************************************/
64881
+ (__unused_webpack_module, exports, __webpack_require__) {
64882
+
64883
+ "use strict";
64884
+
64885
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
64886
+ exports.LiveEncodingHeartbeatManifestUpdate = void 0;
64887
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
64888
+ /**
64889
+ * A single media-advancing HLS manifest update.
64890
+ * @export
64891
+ * @class LiveEncodingHeartbeatManifestUpdate
64892
+ */
64893
+ class LiveEncodingHeartbeatManifestUpdate {
64894
+ constructor(obj) {
64895
+ if (!obj) {
64896
+ return;
64897
+ }
64898
+ this.manifestUpdateWallClockTime = (0, Mapper_1.map)(obj.manifestUpdateWallClockTime, Date);
64899
+ this.latestMediaPresentationTime = (0, Mapper_1.map)(obj.latestMediaPresentationTime, Date);
64900
+ this.manifestUpdateLatency = (0, Mapper_1.map)(obj.manifestUpdateLatency);
64901
+ }
64902
+ }
64903
+ exports.LiveEncodingHeartbeatManifestUpdate = LiveEncodingHeartbeatManifestUpdate;
64904
+ exports["default"] = LiveEncodingHeartbeatManifestUpdate;
64905
+
64906
+
64907
+ /***/ },
64908
+
64909
+ /***/ "./models/LiveEncodingHeartbeatManifestUpdateLatencyStats.ts"
64910
+ /*!*******************************************************************!*\
64911
+ !*** ./models/LiveEncodingHeartbeatManifestUpdateLatencyStats.ts ***!
64912
+ \*******************************************************************/
64913
+ (__unused_webpack_module, exports, __webpack_require__) {
64914
+
64915
+ "use strict";
64916
+
64917
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
64918
+ exports.LiveEncodingHeartbeatManifestUpdateLatencyStats = void 0;
64919
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
64920
+ /**
64921
+ * Aggregate statistics of HLS manifest update latencies.
64922
+ * @export
64923
+ * @class LiveEncodingHeartbeatManifestUpdateLatencyStats
64924
+ */
64925
+ class LiveEncodingHeartbeatManifestUpdateLatencyStats {
64926
+ constructor(obj) {
64927
+ if (!obj) {
64928
+ return;
64929
+ }
64930
+ this.mean = (0, Mapper_1.map)(obj.mean);
64931
+ this.median = (0, Mapper_1.map)(obj.median);
64932
+ this.min = (0, Mapper_1.map)(obj.min);
64933
+ this.max = (0, Mapper_1.map)(obj.max);
64934
+ }
64935
+ }
64936
+ exports.LiveEncodingHeartbeatManifestUpdateLatencyStats = LiveEncodingHeartbeatManifestUpdateLatencyStats;
64937
+ exports["default"] = LiveEncodingHeartbeatManifestUpdateLatencyStats;
64938
+
64939
+
64940
+ /***/ },
64941
+
64942
+ /***/ "./models/LiveEncodingHeartbeatManifests.ts"
64943
+ /*!**************************************************!*\
64944
+ !*** ./models/LiveEncodingHeartbeatManifests.ts ***!
64945
+ \**************************************************/
64946
+ (__unused_webpack_module, exports, __webpack_require__) {
64947
+
64948
+ "use strict";
64949
+
64950
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
64951
+ exports.LiveEncodingHeartbeatManifests = void 0;
64952
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
64953
+ const LiveEncodingHeartbeatHlsManifestStats_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatHlsManifestStats */ "./models/LiveEncodingHeartbeatHlsManifestStats.ts");
64954
+ /**
64955
+ * Manifest statistics for a live encoding heartbeat.
64956
+ * @export
64957
+ * @class LiveEncodingHeartbeatManifests
64958
+ */
64959
+ class LiveEncodingHeartbeatManifests {
64960
+ constructor(obj) {
64961
+ if (!obj) {
64962
+ return;
64963
+ }
64964
+ this.hls = (0, Mapper_1.mapArray)(obj.hls, LiveEncodingHeartbeatHlsManifestStats_1.default);
64965
+ }
64966
+ }
64967
+ exports.LiveEncodingHeartbeatManifests = LiveEncodingHeartbeatManifests;
64968
+ exports["default"] = LiveEncodingHeartbeatManifests;
64969
+
64970
+
64971
+ /***/ },
64972
+
64973
+ /***/ "./models/LiveEncodingHeartbeatOutput.ts"
64974
+ /*!***********************************************!*\
64975
+ !*** ./models/LiveEncodingHeartbeatOutput.ts ***!
64976
+ \***********************************************/
64977
+ (__unused_webpack_module, exports, __webpack_require__) {
64978
+
64979
+ "use strict";
64980
+
64981
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
64982
+ exports.LiveEncodingHeartbeatOutput = void 0;
64983
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
64984
+ const LiveEncodingHeartbeatManifests_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatManifests */ "./models/LiveEncodingHeartbeatManifests.ts");
64985
+ const LiveEncodingHeartbeatSegments_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatSegments */ "./models/LiveEncodingHeartbeatSegments.ts");
64986
+ /**
64987
+ * Output statistics for a live encoding heartbeat.
64988
+ * @export
64989
+ * @class LiveEncodingHeartbeatOutput
64990
+ */
64991
+ class LiveEncodingHeartbeatOutput {
64992
+ constructor(obj) {
64993
+ if (!obj) {
64994
+ return;
64995
+ }
64996
+ this.manifests = (0, Mapper_1.map)(obj.manifests, LiveEncodingHeartbeatManifests_1.default);
64997
+ this.segments = (0, Mapper_1.map)(obj.segments, LiveEncodingHeartbeatSegments_1.default);
64998
+ }
64999
+ }
65000
+ exports.LiveEncodingHeartbeatOutput = LiveEncodingHeartbeatOutput;
65001
+ exports["default"] = LiveEncodingHeartbeatOutput;
65002
+
65003
+
65004
+ /***/ },
65005
+
65006
+ /***/ "./models/LiveEncodingHeartbeatSegments.ts"
65007
+ /*!*************************************************!*\
65008
+ !*** ./models/LiveEncodingHeartbeatSegments.ts ***!
65009
+ \*************************************************/
65010
+ (__unused_webpack_module, exports, __webpack_require__) {
65011
+
65012
+ "use strict";
65013
+
65014
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
65015
+ exports.LiveEncodingHeartbeatSegments = void 0;
65016
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
65017
+ const LiveEncodingHeartbeatTotalProcessingOutlier_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatTotalProcessingOutlier */ "./models/LiveEncodingHeartbeatTotalProcessingOutlier.ts");
65018
+ const LiveEncodingHeartbeatTotalProcessingStatsMs_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatTotalProcessingStatsMs */ "./models/LiveEncodingHeartbeatTotalProcessingStatsMs.ts");
65019
+ const LiveEncodingHeartbeatUploadOutlier_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatUploadOutlier */ "./models/LiveEncodingHeartbeatUploadOutlier.ts");
65020
+ /**
65021
+ * Segment processing statistics for a live encoding heartbeat.
65022
+ * @export
65023
+ * @class LiveEncodingHeartbeatSegments
65024
+ */
65025
+ class LiveEncodingHeartbeatSegments {
65026
+ constructor(obj) {
65027
+ if (!obj) {
65028
+ return;
65029
+ }
65030
+ this.totalProcessingStatsMs = (0, Mapper_1.map)(obj.totalProcessingStatsMs, LiveEncodingHeartbeatTotalProcessingStatsMs_1.default);
65031
+ this.uploadOutliers = (0, Mapper_1.mapArray)(obj.uploadOutliers, LiveEncodingHeartbeatUploadOutlier_1.default);
65032
+ this.totalProcessingOutliers = (0, Mapper_1.mapArray)(obj.totalProcessingOutliers, LiveEncodingHeartbeatTotalProcessingOutlier_1.default);
65033
+ }
65034
+ }
65035
+ exports.LiveEncodingHeartbeatSegments = LiveEncodingHeartbeatSegments;
65036
+ exports["default"] = LiveEncodingHeartbeatSegments;
65037
+
65038
+
65039
+ /***/ },
65040
+
65041
+ /***/ "./models/LiveEncodingHeartbeatTotalProcessingOutlier.ts"
65042
+ /*!***************************************************************!*\
65043
+ !*** ./models/LiveEncodingHeartbeatTotalProcessingOutlier.ts ***!
65044
+ \***************************************************************/
65045
+ (__unused_webpack_module, exports, __webpack_require__) {
65046
+
65047
+ "use strict";
65048
+
65049
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
65050
+ exports.LiveEncodingHeartbeatTotalProcessingOutlier = void 0;
65051
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
65052
+ /**
65053
+ * A single segment whose total processing duration exceeded twice the rolling median.
65054
+ * @export
65055
+ * @class LiveEncodingHeartbeatTotalProcessingOutlier
65056
+ */
65057
+ class LiveEncodingHeartbeatTotalProcessingOutlier {
65058
+ constructor(obj) {
65059
+ if (!obj) {
65060
+ return;
65061
+ }
65062
+ this.segmentNumber = (0, Mapper_1.map)(obj.segmentNumber);
65063
+ this.durationMs = (0, Mapper_1.map)(obj.durationMs);
65064
+ }
65065
+ }
65066
+ exports.LiveEncodingHeartbeatTotalProcessingOutlier = LiveEncodingHeartbeatTotalProcessingOutlier;
65067
+ exports["default"] = LiveEncodingHeartbeatTotalProcessingOutlier;
65068
+
65069
+
65070
+ /***/ },
65071
+
65072
+ /***/ "./models/LiveEncodingHeartbeatTotalProcessingStatsMs.ts"
65073
+ /*!***************************************************************!*\
65074
+ !*** ./models/LiveEncodingHeartbeatTotalProcessingStatsMs.ts ***!
65075
+ \***************************************************************/
65076
+ (__unused_webpack_module, exports, __webpack_require__) {
65077
+
65078
+ "use strict";
65079
+
65080
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
65081
+ exports.LiveEncodingHeartbeatTotalProcessingStatsMs = void 0;
65082
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
65083
+ /**
65084
+ * Aggregate statistics of per-segment total processing duration over a rolling window of completed segments.
65085
+ * @export
65086
+ * @class LiveEncodingHeartbeatTotalProcessingStatsMs
65087
+ */
65088
+ class LiveEncodingHeartbeatTotalProcessingStatsMs {
65089
+ constructor(obj) {
65090
+ if (!obj) {
65091
+ return;
65092
+ }
65093
+ this.min = (0, Mapper_1.map)(obj.min);
65094
+ this.max = (0, Mapper_1.map)(obj.max);
65095
+ this.mean = (0, Mapper_1.map)(obj.mean);
65096
+ this.median = (0, Mapper_1.map)(obj.median);
65097
+ }
65098
+ }
65099
+ exports.LiveEncodingHeartbeatTotalProcessingStatsMs = LiveEncodingHeartbeatTotalProcessingStatsMs;
65100
+ exports["default"] = LiveEncodingHeartbeatTotalProcessingStatsMs;
65101
+
65102
+
65103
+ /***/ },
65104
+
65105
+ /***/ "./models/LiveEncodingHeartbeatUploadOutlier.ts"
65106
+ /*!******************************************************!*\
65107
+ !*** ./models/LiveEncodingHeartbeatUploadOutlier.ts ***!
65108
+ \******************************************************/
65109
+ (__unused_webpack_module, exports, __webpack_require__) {
65110
+
65111
+ "use strict";
65112
+
65113
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
65114
+ exports.LiveEncodingHeartbeatUploadOutlier = void 0;
65115
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
65116
+ /**
65117
+ * A single per-muxing segment upload whose duration exceeded the upload-outlier threshold.
65118
+ * @export
65119
+ * @class LiveEncodingHeartbeatUploadOutlier
65120
+ */
65121
+ class LiveEncodingHeartbeatUploadOutlier {
65122
+ constructor(obj) {
65123
+ if (!obj) {
65124
+ return;
65125
+ }
65126
+ this.segmentNumber = (0, Mapper_1.map)(obj.segmentNumber);
65127
+ this.encodingReferenceMuxingId = (0, Mapper_1.map)(obj.encodingReferenceMuxingId);
65128
+ this.durationMs = (0, Mapper_1.map)(obj.durationMs);
65129
+ }
65130
+ }
65131
+ exports.LiveEncodingHeartbeatUploadOutlier = LiveEncodingHeartbeatUploadOutlier;
65132
+ exports["default"] = LiveEncodingHeartbeatUploadOutlier;
65133
+
65134
+
64441
65135
  /***/ },
64442
65136
 
64443
65137
  /***/ "./models/LiveEncodingHeartbeatUrlResponse.ts"
@@ -76760,7 +77454,15 @@ __exportStar(__webpack_require__(/*! ./H264Trellis */ "./models/H264Trellis.ts")
76760
77454
  __exportStar(__webpack_require__(/*! ./H264VideoConfiguration */ "./models/H264VideoConfiguration.ts"), exports);
76761
77455
  __exportStar(__webpack_require__(/*! ./H265DynamicRangeFormat */ "./models/H265DynamicRangeFormat.ts"), exports);
76762
77456
  __exportStar(__webpack_require__(/*! ./H265PerTitleConfiguration */ "./models/H265PerTitleConfiguration.ts"), exports);
77457
+ __exportStar(__webpack_require__(/*! ./H265V2ConstantBitrateModeConfig */ "./models/H265V2ConstantBitrateModeConfig.ts"), exports);
77458
+ __exportStar(__webpack_require__(/*! ./H265V2MotionCompensatedTemporalFiltering */ "./models/H265V2MotionCompensatedTemporalFiltering.ts"), exports);
76763
77459
  __exportStar(__webpack_require__(/*! ./H265V2PerTitleConfiguration */ "./models/H265V2PerTitleConfiguration.ts"), exports);
77460
+ __exportStar(__webpack_require__(/*! ./H265V2PerceptualEncodingMode */ "./models/H265V2PerceptualEncodingMode.ts"), exports);
77461
+ __exportStar(__webpack_require__(/*! ./H265V2PerceptualQualityModeConfig */ "./models/H265V2PerceptualQualityModeConfig.ts"), exports);
77462
+ __exportStar(__webpack_require__(/*! ./H265V2PresetConfiguration */ "./models/H265V2PresetConfiguration.ts"), exports);
77463
+ __exportStar(__webpack_require__(/*! ./H265V2RateControlModeConfig */ "./models/H265V2RateControlModeConfig.ts"), exports);
77464
+ __exportStar(__webpack_require__(/*! ./H265V2RateControlModeConfigType */ "./models/H265V2RateControlModeConfigType.ts"), exports);
77465
+ __exportStar(__webpack_require__(/*! ./H265V2VideoConfiguration */ "./models/H265V2VideoConfiguration.ts"), exports);
76764
77466
  __exportStar(__webpack_require__(/*! ./H265VideoConfiguration */ "./models/H265VideoConfiguration.ts"), exports);
76765
77467
  __exportStar(__webpack_require__(/*! ./HeAacV1AudioConfiguration */ "./models/HeAacV1AudioConfiguration.ts"), exports);
76766
77468
  __exportStar(__webpack_require__(/*! ./HeAacV1Signaling */ "./models/HeAacV1Signaling.ts"), exports);
@@ -76829,9 +77531,18 @@ __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeat */ "./models/LiveEn
76829
77531
  __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatEvent */ "./models/LiveEncodingHeartbeatEvent.ts"), exports);
76830
77532
  __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatEventDetails */ "./models/LiveEncodingHeartbeatEventDetails.ts"), exports);
76831
77533
  __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatEventType */ "./models/LiveEncodingHeartbeatEventType.ts"), exports);
77534
+ __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatHlsManifestStats */ "./models/LiveEncodingHeartbeatHlsManifestStats.ts"), exports);
76832
77535
  __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatIngest */ "./models/LiveEncodingHeartbeatIngest.ts"), exports);
76833
77536
  __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatIngestPoint */ "./models/LiveEncodingHeartbeatIngestPoint.ts"), exports);
76834
77537
  __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatIngestStream */ "./models/LiveEncodingHeartbeatIngestStream.ts"), exports);
77538
+ __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatManifestUpdate */ "./models/LiveEncodingHeartbeatManifestUpdate.ts"), exports);
77539
+ __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatManifestUpdateLatencyStats */ "./models/LiveEncodingHeartbeatManifestUpdateLatencyStats.ts"), exports);
77540
+ __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatManifests */ "./models/LiveEncodingHeartbeatManifests.ts"), exports);
77541
+ __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatOutput */ "./models/LiveEncodingHeartbeatOutput.ts"), exports);
77542
+ __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatSegments */ "./models/LiveEncodingHeartbeatSegments.ts"), exports);
77543
+ __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatTotalProcessingOutlier */ "./models/LiveEncodingHeartbeatTotalProcessingOutlier.ts"), exports);
77544
+ __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatTotalProcessingStatsMs */ "./models/LiveEncodingHeartbeatTotalProcessingStatsMs.ts"), exports);
77545
+ __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatUploadOutlier */ "./models/LiveEncodingHeartbeatUploadOutlier.ts"), exports);
76835
77546
  __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatUrlResponse */ "./models/LiveEncodingHeartbeatUrlResponse.ts"), exports);
76836
77547
  __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatWebhook */ "./models/LiveEncodingHeartbeatWebhook.ts"), exports);
76837
77548
  __exportStar(__webpack_require__(/*! ./LiveEncodingOptionsStatistics */ "./models/LiveEncodingOptionsStatistics.ts"), exports);