@bitmovin/api-sdk 1.272.0 → 1.272.2
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/README.md +1 -1
- package/dist/bitmovin-api-sdk.browser.js +685 -2
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/encoding/configurations/video/VideoApi.d.ts +2 -0
- package/dist/encoding/configurations/video/VideoApi.js +2 -0
- package/dist/encoding/configurations/video/h265v2/H265V2VideoConfigurationListQueryParams.d.ts +39 -0
- package/dist/encoding/configurations/video/h265v2/H265V2VideoConfigurationListQueryParams.js +36 -0
- package/dist/encoding/configurations/video/h265v2/H265v2Api.d.ts +43 -0
- package/dist/encoding/configurations/video/h265v2/H265v2Api.js +77 -0
- package/dist/models/CodecConfigType.d.ts +2 -1
- package/dist/models/CodecConfigType.js +1 -0
- package/dist/models/CodecConfiguration.d.ts +2 -1
- package/dist/models/CodecConfiguration.js +2 -1
- package/dist/models/H265V2ConstantBitrateModeConfig.d.ts +22 -0
- package/dist/models/H265V2ConstantBitrateModeConfig.js +27 -0
- package/dist/models/H265V2MotionCompensatedTemporalFiltering.d.ts +10 -0
- package/dist/models/H265V2MotionCompensatedTemporalFiltering.js +14 -0
- package/dist/models/H265V2PerceptualQualityModeConfig.d.ts +52 -0
- package/dist/models/H265V2PerceptualQualityModeConfig.js +32 -0
- package/dist/models/H265V2PresetConfiguration.d.ts +9 -0
- package/dist/models/H265V2PresetConfiguration.js +13 -0
- package/dist/models/H265V2RateControlModeConfig.d.ts +22 -0
- package/dist/models/H265V2RateControlModeConfig.js +24 -0
- package/dist/models/H265V2RateControlModeConfigType.d.ts +9 -0
- package/dist/models/H265V2RateControlModeConfigType.js +13 -0
- package/dist/models/H265V2VideoConfiguration.d.ts +50 -0
- package/dist/models/H265V2VideoConfiguration.js +32 -0
- package/dist/models/LiveEncodingHeartbeat.d.ts +7 -0
- package/dist/models/LiveEncodingHeartbeat.js +2 -0
- package/dist/models/LiveEncodingHeartbeatHlsManifestStats.d.ts +29 -0
- package/dist/models/LiveEncodingHeartbeatHlsManifestStats.js +23 -0
- package/dist/models/LiveEncodingHeartbeatManifestUpdate.d.ts +27 -0
- package/dist/models/LiveEncodingHeartbeatManifestUpdate.js +21 -0
- package/dist/models/LiveEncodingHeartbeatManifestUpdateLatencyStats.d.ts +33 -0
- package/dist/models/LiveEncodingHeartbeatManifestUpdateLatencyStats.js +22 -0
- package/dist/models/LiveEncodingHeartbeatManifests.d.ts +16 -0
- package/dist/models/LiveEncodingHeartbeatManifests.js +20 -0
- package/dist/models/LiveEncodingHeartbeatOutput.d.ts +23 -0
- package/dist/models/LiveEncodingHeartbeatOutput.js +22 -0
- package/dist/models/LiveEncodingHeartbeatSegments.d.ts +30 -0
- package/dist/models/LiveEncodingHeartbeatSegments.js +24 -0
- package/dist/models/LiveEncodingHeartbeatTotalProcessingOutlier.d.ts +21 -0
- package/dist/models/LiveEncodingHeartbeatTotalProcessingOutlier.js +20 -0
- package/dist/models/LiveEncodingHeartbeatTotalProcessingStatsMs.d.ts +33 -0
- package/dist/models/LiveEncodingHeartbeatTotalProcessingStatsMs.js +22 -0
- package/dist/models/LiveEncodingHeartbeatUploadOutlier.d.ts +27 -0
- package/dist/models/LiveEncodingHeartbeatUploadOutlier.js +21 -0
- package/dist/models/index.d.ts +16 -0
- package/dist/models/index.js +16 -0
- 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.
|
|
4238
|
+
'X-Api-Client-Version': '1.272.2',
|
|
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"
|
|
@@ -54812,6 +54949,7 @@ var CodecConfigType;
|
|
|
54812
54949
|
CodecConfigType["WEBVTT"] = "WEBVTT";
|
|
54813
54950
|
CodecConfigType["IMSC"] = "IMSC";
|
|
54814
54951
|
CodecConfigType["DVB_SUBTITLE"] = "DVB_SUBTITLE";
|
|
54952
|
+
CodecConfigType["H265V2"] = "H265V2";
|
|
54815
54953
|
})(CodecConfigType || (exports.CodecConfigType = CodecConfigType = {}));
|
|
54816
54954
|
exports["default"] = CodecConfigType;
|
|
54817
54955
|
|
|
@@ -54899,7 +55037,8 @@ CodecConfiguration._discriminatorMapping = {
|
|
|
54899
55037
|
"H262": 'H262VideoConfiguration',
|
|
54900
55038
|
"PCM": 'PcmAudioConfiguration',
|
|
54901
55039
|
"WEBVTT": 'WebVttConfiguration',
|
|
54902
|
-
"IMSC": 'ImscConfiguration'
|
|
55040
|
+
"IMSC": 'ImscConfiguration',
|
|
55041
|
+
"H265V2": 'H265V2VideoConfiguration'
|
|
54903
55042
|
};
|
|
54904
55043
|
exports["default"] = CodecConfiguration;
|
|
54905
55044
|
|
|
@@ -61996,6 +62135,69 @@ exports.H265PerTitleConfiguration = H265PerTitleConfiguration;
|
|
|
61996
62135
|
exports["default"] = H265PerTitleConfiguration;
|
|
61997
62136
|
|
|
61998
62137
|
|
|
62138
|
+
/***/ },
|
|
62139
|
+
|
|
62140
|
+
/***/ "./models/H265V2ConstantBitrateModeConfig.ts"
|
|
62141
|
+
/*!***************************************************!*\
|
|
62142
|
+
!*** ./models/H265V2ConstantBitrateModeConfig.ts ***!
|
|
62143
|
+
\***************************************************/
|
|
62144
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
62145
|
+
|
|
62146
|
+
"use strict";
|
|
62147
|
+
|
|
62148
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
62149
|
+
exports.H265V2ConstantBitrateModeConfig = void 0;
|
|
62150
|
+
const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
62151
|
+
const H265V2RateControlModeConfig_1 = __webpack_require__(/*! ./H265V2RateControlModeConfig */ "./models/H265V2RateControlModeConfig.ts");
|
|
62152
|
+
const H265V2RateControlModeConfigType_1 = __webpack_require__(/*! ./H265V2RateControlModeConfigType */ "./models/H265V2RateControlModeConfigType.ts");
|
|
62153
|
+
/**
|
|
62154
|
+
* @export
|
|
62155
|
+
* @class H265V2ConstantBitrateModeConfig
|
|
62156
|
+
*/
|
|
62157
|
+
class H265V2ConstantBitrateModeConfig extends H265V2RateControlModeConfig_1.default {
|
|
62158
|
+
constructor(obj) {
|
|
62159
|
+
super(obj);
|
|
62160
|
+
/**
|
|
62161
|
+
* Discriminator property for H265V2RateControlModeConfig
|
|
62162
|
+
* @type {string}
|
|
62163
|
+
* @memberof H265V2ConstantBitrateModeConfig
|
|
62164
|
+
*/
|
|
62165
|
+
this.type = H265V2RateControlModeConfigType_1.default.CONSTANT_BITRATE_MODE;
|
|
62166
|
+
if (!obj) {
|
|
62167
|
+
return;
|
|
62168
|
+
}
|
|
62169
|
+
this.fillerdata = (0, Mapper_1.map)(obj.fillerdata);
|
|
62170
|
+
}
|
|
62171
|
+
}
|
|
62172
|
+
exports.H265V2ConstantBitrateModeConfig = H265V2ConstantBitrateModeConfig;
|
|
62173
|
+
exports["default"] = H265V2ConstantBitrateModeConfig;
|
|
62174
|
+
|
|
62175
|
+
|
|
62176
|
+
/***/ },
|
|
62177
|
+
|
|
62178
|
+
/***/ "./models/H265V2MotionCompensatedTemporalFiltering.ts"
|
|
62179
|
+
/*!************************************************************!*\
|
|
62180
|
+
!*** ./models/H265V2MotionCompensatedTemporalFiltering.ts ***!
|
|
62181
|
+
\************************************************************/
|
|
62182
|
+
(__unused_webpack_module, exports) {
|
|
62183
|
+
|
|
62184
|
+
"use strict";
|
|
62185
|
+
|
|
62186
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
62187
|
+
exports.H265V2MotionCompensatedTemporalFiltering = void 0;
|
|
62188
|
+
/**
|
|
62189
|
+
* @export
|
|
62190
|
+
* @enum {string}
|
|
62191
|
+
*/
|
|
62192
|
+
var H265V2MotionCompensatedTemporalFiltering;
|
|
62193
|
+
(function (H265V2MotionCompensatedTemporalFiltering) {
|
|
62194
|
+
H265V2MotionCompensatedTemporalFiltering["AUTO"] = "AUTO";
|
|
62195
|
+
H265V2MotionCompensatedTemporalFiltering["OFF"] = "OFF";
|
|
62196
|
+
H265V2MotionCompensatedTemporalFiltering["ON"] = "ON";
|
|
62197
|
+
})(H265V2MotionCompensatedTemporalFiltering || (exports.H265V2MotionCompensatedTemporalFiltering = H265V2MotionCompensatedTemporalFiltering = {}));
|
|
62198
|
+
exports["default"] = H265V2MotionCompensatedTemporalFiltering;
|
|
62199
|
+
|
|
62200
|
+
|
|
61999
62201
|
/***/ },
|
|
62000
62202
|
|
|
62001
62203
|
/***/ "./models/H265V2PerTitleConfiguration.ts"
|
|
@@ -62030,6 +62232,175 @@ exports.H265V2PerTitleConfiguration = H265V2PerTitleConfiguration;
|
|
|
62030
62232
|
exports["default"] = H265V2PerTitleConfiguration;
|
|
62031
62233
|
|
|
62032
62234
|
|
|
62235
|
+
/***/ },
|
|
62236
|
+
|
|
62237
|
+
/***/ "./models/H265V2PerceptualQualityModeConfig.ts"
|
|
62238
|
+
/*!*****************************************************!*\
|
|
62239
|
+
!*** ./models/H265V2PerceptualQualityModeConfig.ts ***!
|
|
62240
|
+
\*****************************************************/
|
|
62241
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
62242
|
+
|
|
62243
|
+
"use strict";
|
|
62244
|
+
|
|
62245
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
62246
|
+
exports.H265V2PerceptualQualityModeConfig = void 0;
|
|
62247
|
+
const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
62248
|
+
const H265V2RateControlModeConfig_1 = __webpack_require__(/*! ./H265V2RateControlModeConfig */ "./models/H265V2RateControlModeConfig.ts");
|
|
62249
|
+
const H265V2RateControlModeConfigType_1 = __webpack_require__(/*! ./H265V2RateControlModeConfigType */ "./models/H265V2RateControlModeConfigType.ts");
|
|
62250
|
+
/**
|
|
62251
|
+
* @export
|
|
62252
|
+
* @class H265V2PerceptualQualityModeConfig
|
|
62253
|
+
*/
|
|
62254
|
+
class H265V2PerceptualQualityModeConfig extends H265V2RateControlModeConfig_1.default {
|
|
62255
|
+
constructor(obj) {
|
|
62256
|
+
super(obj);
|
|
62257
|
+
/**
|
|
62258
|
+
* Discriminator property for H265V2RateControlModeConfig
|
|
62259
|
+
* @type {string}
|
|
62260
|
+
* @memberof H265V2PerceptualQualityModeConfig
|
|
62261
|
+
*/
|
|
62262
|
+
this.type = H265V2RateControlModeConfigType_1.default.PERCEPTUAL_QUALITY_MODE;
|
|
62263
|
+
if (!obj) {
|
|
62264
|
+
return;
|
|
62265
|
+
}
|
|
62266
|
+
this.percept = (0, Mapper_1.map)(obj.percept);
|
|
62267
|
+
this.percStr = (0, Mapper_1.map)(obj.percStr);
|
|
62268
|
+
this.percPenaltyStr = (0, Mapper_1.map)(obj.percPenaltyStr);
|
|
62269
|
+
this.percPenaltyKnee = (0, Mapper_1.map)(obj.percPenaltyKnee);
|
|
62270
|
+
this.percTemporalStr = (0, Mapper_1.map)(obj.percTemporalStr);
|
|
62271
|
+
this.pixelPerDegree = (0, Mapper_1.map)(obj.pixelPerDegree);
|
|
62272
|
+
}
|
|
62273
|
+
}
|
|
62274
|
+
exports.H265V2PerceptualQualityModeConfig = H265V2PerceptualQualityModeConfig;
|
|
62275
|
+
exports["default"] = H265V2PerceptualQualityModeConfig;
|
|
62276
|
+
|
|
62277
|
+
|
|
62278
|
+
/***/ },
|
|
62279
|
+
|
|
62280
|
+
/***/ "./models/H265V2PresetConfiguration.ts"
|
|
62281
|
+
/*!*********************************************!*\
|
|
62282
|
+
!*** ./models/H265V2PresetConfiguration.ts ***!
|
|
62283
|
+
\*********************************************/
|
|
62284
|
+
(__unused_webpack_module, exports) {
|
|
62285
|
+
|
|
62286
|
+
"use strict";
|
|
62287
|
+
|
|
62288
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
62289
|
+
exports.H265V2PresetConfiguration = void 0;
|
|
62290
|
+
/**
|
|
62291
|
+
* @export
|
|
62292
|
+
* @enum {string}
|
|
62293
|
+
*/
|
|
62294
|
+
var H265V2PresetConfiguration;
|
|
62295
|
+
(function (H265V2PresetConfiguration) {
|
|
62296
|
+
H265V2PresetConfiguration["VOD_QUALITY"] = "VOD_QUALITY";
|
|
62297
|
+
H265V2PresetConfiguration["VOD_HIGH_QUALITY"] = "VOD_HIGH_QUALITY";
|
|
62298
|
+
})(H265V2PresetConfiguration || (exports.H265V2PresetConfiguration = H265V2PresetConfiguration = {}));
|
|
62299
|
+
exports["default"] = H265V2PresetConfiguration;
|
|
62300
|
+
|
|
62301
|
+
|
|
62302
|
+
/***/ },
|
|
62303
|
+
|
|
62304
|
+
/***/ "./models/H265V2RateControlModeConfig.ts"
|
|
62305
|
+
/*!***********************************************!*\
|
|
62306
|
+
!*** ./models/H265V2RateControlModeConfig.ts ***!
|
|
62307
|
+
\***********************************************/
|
|
62308
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
62309
|
+
|
|
62310
|
+
"use strict";
|
|
62311
|
+
|
|
62312
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
62313
|
+
exports.H265V2RateControlModeConfig = void 0;
|
|
62314
|
+
const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
62315
|
+
/**
|
|
62316
|
+
* Rate control mode configuration. Use H265V2PerceptualQualityModeConfig for PQP mode or H265V2ConstantBitrateModeConfig for CBR mode.
|
|
62317
|
+
* @export
|
|
62318
|
+
* @class H265V2RateControlModeConfig
|
|
62319
|
+
*/
|
|
62320
|
+
class H265V2RateControlModeConfig {
|
|
62321
|
+
constructor(obj) {
|
|
62322
|
+
if (!obj) {
|
|
62323
|
+
return;
|
|
62324
|
+
}
|
|
62325
|
+
this.type = (0, Mapper_1.map)(obj.type);
|
|
62326
|
+
}
|
|
62327
|
+
}
|
|
62328
|
+
exports.H265V2RateControlModeConfig = H265V2RateControlModeConfig;
|
|
62329
|
+
H265V2RateControlModeConfig._discriminatorName = 'type';
|
|
62330
|
+
H265V2RateControlModeConfig._discriminatorMapping = {
|
|
62331
|
+
"PERCEPTUAL_QUALITY_MODE": 'H265V2PerceptualQualityModeConfig',
|
|
62332
|
+
"CONSTANT_BITRATE_MODE": 'H265V2ConstantBitrateModeConfig'
|
|
62333
|
+
};
|
|
62334
|
+
exports["default"] = H265V2RateControlModeConfig;
|
|
62335
|
+
|
|
62336
|
+
|
|
62337
|
+
/***/ },
|
|
62338
|
+
|
|
62339
|
+
/***/ "./models/H265V2RateControlModeConfigType.ts"
|
|
62340
|
+
/*!***************************************************!*\
|
|
62341
|
+
!*** ./models/H265V2RateControlModeConfigType.ts ***!
|
|
62342
|
+
\***************************************************/
|
|
62343
|
+
(__unused_webpack_module, exports) {
|
|
62344
|
+
|
|
62345
|
+
"use strict";
|
|
62346
|
+
|
|
62347
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
62348
|
+
exports.H265V2RateControlModeConfigType = void 0;
|
|
62349
|
+
/**
|
|
62350
|
+
* @export
|
|
62351
|
+
* @enum {string}
|
|
62352
|
+
*/
|
|
62353
|
+
var H265V2RateControlModeConfigType;
|
|
62354
|
+
(function (H265V2RateControlModeConfigType) {
|
|
62355
|
+
H265V2RateControlModeConfigType["PERCEPTUAL_QUALITY_MODE"] = "PERCEPTUAL_QUALITY_MODE";
|
|
62356
|
+
H265V2RateControlModeConfigType["CONSTANT_BITRATE_MODE"] = "CONSTANT_BITRATE_MODE";
|
|
62357
|
+
})(H265V2RateControlModeConfigType || (exports.H265V2RateControlModeConfigType = H265V2RateControlModeConfigType = {}));
|
|
62358
|
+
exports["default"] = H265V2RateControlModeConfigType;
|
|
62359
|
+
|
|
62360
|
+
|
|
62361
|
+
/***/ },
|
|
62362
|
+
|
|
62363
|
+
/***/ "./models/H265V2VideoConfiguration.ts"
|
|
62364
|
+
/*!********************************************!*\
|
|
62365
|
+
!*** ./models/H265V2VideoConfiguration.ts ***!
|
|
62366
|
+
\********************************************/
|
|
62367
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
62368
|
+
|
|
62369
|
+
"use strict";
|
|
62370
|
+
|
|
62371
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
62372
|
+
exports.H265V2VideoConfiguration = void 0;
|
|
62373
|
+
const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
62374
|
+
const CodecConfigType_1 = __webpack_require__(/*! ./CodecConfigType */ "./models/CodecConfigType.ts");
|
|
62375
|
+
const H265V2RateControlModeConfig_1 = __webpack_require__(/*! ./H265V2RateControlModeConfig */ "./models/H265V2RateControlModeConfig.ts");
|
|
62376
|
+
const VideoConfiguration_1 = __webpack_require__(/*! ./VideoConfiguration */ "./models/VideoConfiguration.ts");
|
|
62377
|
+
/**
|
|
62378
|
+
* @export
|
|
62379
|
+
* @class H265V2VideoConfiguration
|
|
62380
|
+
*/
|
|
62381
|
+
class H265V2VideoConfiguration extends VideoConfiguration_1.default {
|
|
62382
|
+
constructor(obj) {
|
|
62383
|
+
super(obj);
|
|
62384
|
+
/**
|
|
62385
|
+
* Discriminator property for CodecConfiguration
|
|
62386
|
+
* @type {string}
|
|
62387
|
+
* @memberof H265V2VideoConfiguration
|
|
62388
|
+
*/
|
|
62389
|
+
this.type = CodecConfigType_1.default.H265V2;
|
|
62390
|
+
if (!obj) {
|
|
62391
|
+
return;
|
|
62392
|
+
}
|
|
62393
|
+
this.presetConfiguration = (0, Mapper_1.map)(obj.presetConfiguration);
|
|
62394
|
+
this.dynamicRangeFormat = (0, Mapper_1.map)(obj.dynamicRangeFormat);
|
|
62395
|
+
this.rateControlModeConfig = (0, Mapper_1.map)(obj.rateControlModeConfig, H265V2RateControlModeConfig_1.default);
|
|
62396
|
+
this.motionCompensatedTemporalFiltering = (0, Mapper_1.map)(obj.motionCompensatedTemporalFiltering);
|
|
62397
|
+
this.levelHighTier = (0, Mapper_1.map)(obj.levelHighTier);
|
|
62398
|
+
}
|
|
62399
|
+
}
|
|
62400
|
+
exports.H265V2VideoConfiguration = H265V2VideoConfiguration;
|
|
62401
|
+
exports["default"] = H265V2VideoConfiguration;
|
|
62402
|
+
|
|
62403
|
+
|
|
62033
62404
|
/***/ },
|
|
62034
62405
|
|
|
62035
62406
|
/***/ "./models/H265VideoConfiguration.ts"
|
|
@@ -64207,6 +64578,7 @@ exports.LiveEncodingHeartbeat = void 0;
|
|
|
64207
64578
|
const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
64208
64579
|
const LiveEncodingHeartbeatEvent_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatEvent */ "./models/LiveEncodingHeartbeatEvent.ts");
|
|
64209
64580
|
const LiveEncodingHeartbeatIngest_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatIngest */ "./models/LiveEncodingHeartbeatIngest.ts");
|
|
64581
|
+
const LiveEncodingHeartbeatOutput_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatOutput */ "./models/LiveEncodingHeartbeatOutput.ts");
|
|
64210
64582
|
/**
|
|
64211
64583
|
* Heartbeat data for a Live Encoding.
|
|
64212
64584
|
* @export
|
|
@@ -64220,6 +64592,7 @@ class LiveEncodingHeartbeat {
|
|
|
64220
64592
|
this.timestamp = (0, Mapper_1.map)(obj.timestamp, Date);
|
|
64221
64593
|
this.ingest = (0, Mapper_1.map)(obj.ingest, LiveEncodingHeartbeatIngest_1.default);
|
|
64222
64594
|
this.events = (0, Mapper_1.mapArray)(obj.events, LiveEncodingHeartbeatEvent_1.default);
|
|
64595
|
+
this.output = (0, Mapper_1.map)(obj.output, LiveEncodingHeartbeatOutput_1.default);
|
|
64223
64596
|
}
|
|
64224
64597
|
}
|
|
64225
64598
|
exports.LiveEncodingHeartbeat = LiveEncodingHeartbeat;
|
|
@@ -64314,6 +64687,40 @@ var LiveEncodingHeartbeatEventType;
|
|
|
64314
64687
|
exports["default"] = LiveEncodingHeartbeatEventType;
|
|
64315
64688
|
|
|
64316
64689
|
|
|
64690
|
+
/***/ },
|
|
64691
|
+
|
|
64692
|
+
/***/ "./models/LiveEncodingHeartbeatHlsManifestStats.ts"
|
|
64693
|
+
/*!*********************************************************!*\
|
|
64694
|
+
!*** ./models/LiveEncodingHeartbeatHlsManifestStats.ts ***!
|
|
64695
|
+
\*********************************************************/
|
|
64696
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
64697
|
+
|
|
64698
|
+
"use strict";
|
|
64699
|
+
|
|
64700
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
64701
|
+
exports.LiveEncodingHeartbeatHlsManifestStats = void 0;
|
|
64702
|
+
const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
64703
|
+
const LiveEncodingHeartbeatManifestUpdate_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatManifestUpdate */ "./models/LiveEncodingHeartbeatManifestUpdate.ts");
|
|
64704
|
+
const LiveEncodingHeartbeatManifestUpdateLatencyStats_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatManifestUpdateLatencyStats */ "./models/LiveEncodingHeartbeatManifestUpdateLatencyStats.ts");
|
|
64705
|
+
/**
|
|
64706
|
+
* HLS manifest update monitoring data for a live encoding heartbeat.
|
|
64707
|
+
* @export
|
|
64708
|
+
* @class LiveEncodingHeartbeatHlsManifestStats
|
|
64709
|
+
*/
|
|
64710
|
+
class LiveEncodingHeartbeatHlsManifestStats {
|
|
64711
|
+
constructor(obj) {
|
|
64712
|
+
if (!obj) {
|
|
64713
|
+
return;
|
|
64714
|
+
}
|
|
64715
|
+
this.manifestId = (0, Mapper_1.map)(obj.manifestId);
|
|
64716
|
+
this.manifestUpdateLatencyStats = (0, Mapper_1.map)(obj.manifestUpdateLatencyStats, LiveEncodingHeartbeatManifestUpdateLatencyStats_1.default);
|
|
64717
|
+
this.manifestUpdates = (0, Mapper_1.mapArray)(obj.manifestUpdates, LiveEncodingHeartbeatManifestUpdate_1.default);
|
|
64718
|
+
}
|
|
64719
|
+
}
|
|
64720
|
+
exports.LiveEncodingHeartbeatHlsManifestStats = LiveEncodingHeartbeatHlsManifestStats;
|
|
64721
|
+
exports["default"] = LiveEncodingHeartbeatHlsManifestStats;
|
|
64722
|
+
|
|
64723
|
+
|
|
64317
64724
|
/***/ },
|
|
64318
64725
|
|
|
64319
64726
|
/***/ "./models/LiveEncodingHeartbeatIngest.ts"
|
|
@@ -64438,6 +64845,266 @@ exports.LiveEncodingHeartbeatIngestStream = LiveEncodingHeartbeatIngestStream;
|
|
|
64438
64845
|
exports["default"] = LiveEncodingHeartbeatIngestStream;
|
|
64439
64846
|
|
|
64440
64847
|
|
|
64848
|
+
/***/ },
|
|
64849
|
+
|
|
64850
|
+
/***/ "./models/LiveEncodingHeartbeatManifestUpdate.ts"
|
|
64851
|
+
/*!*******************************************************!*\
|
|
64852
|
+
!*** ./models/LiveEncodingHeartbeatManifestUpdate.ts ***!
|
|
64853
|
+
\*******************************************************/
|
|
64854
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
64855
|
+
|
|
64856
|
+
"use strict";
|
|
64857
|
+
|
|
64858
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
64859
|
+
exports.LiveEncodingHeartbeatManifestUpdate = void 0;
|
|
64860
|
+
const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
64861
|
+
/**
|
|
64862
|
+
* A single media-advancing HLS manifest update.
|
|
64863
|
+
* @export
|
|
64864
|
+
* @class LiveEncodingHeartbeatManifestUpdate
|
|
64865
|
+
*/
|
|
64866
|
+
class LiveEncodingHeartbeatManifestUpdate {
|
|
64867
|
+
constructor(obj) {
|
|
64868
|
+
if (!obj) {
|
|
64869
|
+
return;
|
|
64870
|
+
}
|
|
64871
|
+
this.manifestUpdateWallClockTime = (0, Mapper_1.map)(obj.manifestUpdateWallClockTime, Date);
|
|
64872
|
+
this.latestMediaPresentationTime = (0, Mapper_1.map)(obj.latestMediaPresentationTime, Date);
|
|
64873
|
+
this.manifestUpdateLatency = (0, Mapper_1.map)(obj.manifestUpdateLatency);
|
|
64874
|
+
}
|
|
64875
|
+
}
|
|
64876
|
+
exports.LiveEncodingHeartbeatManifestUpdate = LiveEncodingHeartbeatManifestUpdate;
|
|
64877
|
+
exports["default"] = LiveEncodingHeartbeatManifestUpdate;
|
|
64878
|
+
|
|
64879
|
+
|
|
64880
|
+
/***/ },
|
|
64881
|
+
|
|
64882
|
+
/***/ "./models/LiveEncodingHeartbeatManifestUpdateLatencyStats.ts"
|
|
64883
|
+
/*!*******************************************************************!*\
|
|
64884
|
+
!*** ./models/LiveEncodingHeartbeatManifestUpdateLatencyStats.ts ***!
|
|
64885
|
+
\*******************************************************************/
|
|
64886
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
64887
|
+
|
|
64888
|
+
"use strict";
|
|
64889
|
+
|
|
64890
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
64891
|
+
exports.LiveEncodingHeartbeatManifestUpdateLatencyStats = void 0;
|
|
64892
|
+
const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
64893
|
+
/**
|
|
64894
|
+
* Aggregate statistics of HLS manifest update latencies.
|
|
64895
|
+
* @export
|
|
64896
|
+
* @class LiveEncodingHeartbeatManifestUpdateLatencyStats
|
|
64897
|
+
*/
|
|
64898
|
+
class LiveEncodingHeartbeatManifestUpdateLatencyStats {
|
|
64899
|
+
constructor(obj) {
|
|
64900
|
+
if (!obj) {
|
|
64901
|
+
return;
|
|
64902
|
+
}
|
|
64903
|
+
this.mean = (0, Mapper_1.map)(obj.mean);
|
|
64904
|
+
this.median = (0, Mapper_1.map)(obj.median);
|
|
64905
|
+
this.min = (0, Mapper_1.map)(obj.min);
|
|
64906
|
+
this.max = (0, Mapper_1.map)(obj.max);
|
|
64907
|
+
}
|
|
64908
|
+
}
|
|
64909
|
+
exports.LiveEncodingHeartbeatManifestUpdateLatencyStats = LiveEncodingHeartbeatManifestUpdateLatencyStats;
|
|
64910
|
+
exports["default"] = LiveEncodingHeartbeatManifestUpdateLatencyStats;
|
|
64911
|
+
|
|
64912
|
+
|
|
64913
|
+
/***/ },
|
|
64914
|
+
|
|
64915
|
+
/***/ "./models/LiveEncodingHeartbeatManifests.ts"
|
|
64916
|
+
/*!**************************************************!*\
|
|
64917
|
+
!*** ./models/LiveEncodingHeartbeatManifests.ts ***!
|
|
64918
|
+
\**************************************************/
|
|
64919
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
64920
|
+
|
|
64921
|
+
"use strict";
|
|
64922
|
+
|
|
64923
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
64924
|
+
exports.LiveEncodingHeartbeatManifests = void 0;
|
|
64925
|
+
const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
64926
|
+
const LiveEncodingHeartbeatHlsManifestStats_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatHlsManifestStats */ "./models/LiveEncodingHeartbeatHlsManifestStats.ts");
|
|
64927
|
+
/**
|
|
64928
|
+
* Manifest statistics for a live encoding heartbeat.
|
|
64929
|
+
* @export
|
|
64930
|
+
* @class LiveEncodingHeartbeatManifests
|
|
64931
|
+
*/
|
|
64932
|
+
class LiveEncodingHeartbeatManifests {
|
|
64933
|
+
constructor(obj) {
|
|
64934
|
+
if (!obj) {
|
|
64935
|
+
return;
|
|
64936
|
+
}
|
|
64937
|
+
this.hls = (0, Mapper_1.mapArray)(obj.hls, LiveEncodingHeartbeatHlsManifestStats_1.default);
|
|
64938
|
+
}
|
|
64939
|
+
}
|
|
64940
|
+
exports.LiveEncodingHeartbeatManifests = LiveEncodingHeartbeatManifests;
|
|
64941
|
+
exports["default"] = LiveEncodingHeartbeatManifests;
|
|
64942
|
+
|
|
64943
|
+
|
|
64944
|
+
/***/ },
|
|
64945
|
+
|
|
64946
|
+
/***/ "./models/LiveEncodingHeartbeatOutput.ts"
|
|
64947
|
+
/*!***********************************************!*\
|
|
64948
|
+
!*** ./models/LiveEncodingHeartbeatOutput.ts ***!
|
|
64949
|
+
\***********************************************/
|
|
64950
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
64951
|
+
|
|
64952
|
+
"use strict";
|
|
64953
|
+
|
|
64954
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
64955
|
+
exports.LiveEncodingHeartbeatOutput = void 0;
|
|
64956
|
+
const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
64957
|
+
const LiveEncodingHeartbeatManifests_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatManifests */ "./models/LiveEncodingHeartbeatManifests.ts");
|
|
64958
|
+
const LiveEncodingHeartbeatSegments_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatSegments */ "./models/LiveEncodingHeartbeatSegments.ts");
|
|
64959
|
+
/**
|
|
64960
|
+
* Output statistics for a live encoding heartbeat.
|
|
64961
|
+
* @export
|
|
64962
|
+
* @class LiveEncodingHeartbeatOutput
|
|
64963
|
+
*/
|
|
64964
|
+
class LiveEncodingHeartbeatOutput {
|
|
64965
|
+
constructor(obj) {
|
|
64966
|
+
if (!obj) {
|
|
64967
|
+
return;
|
|
64968
|
+
}
|
|
64969
|
+
this.manifests = (0, Mapper_1.map)(obj.manifests, LiveEncodingHeartbeatManifests_1.default);
|
|
64970
|
+
this.segments = (0, Mapper_1.map)(obj.segments, LiveEncodingHeartbeatSegments_1.default);
|
|
64971
|
+
}
|
|
64972
|
+
}
|
|
64973
|
+
exports.LiveEncodingHeartbeatOutput = LiveEncodingHeartbeatOutput;
|
|
64974
|
+
exports["default"] = LiveEncodingHeartbeatOutput;
|
|
64975
|
+
|
|
64976
|
+
|
|
64977
|
+
/***/ },
|
|
64978
|
+
|
|
64979
|
+
/***/ "./models/LiveEncodingHeartbeatSegments.ts"
|
|
64980
|
+
/*!*************************************************!*\
|
|
64981
|
+
!*** ./models/LiveEncodingHeartbeatSegments.ts ***!
|
|
64982
|
+
\*************************************************/
|
|
64983
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
64984
|
+
|
|
64985
|
+
"use strict";
|
|
64986
|
+
|
|
64987
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
64988
|
+
exports.LiveEncodingHeartbeatSegments = void 0;
|
|
64989
|
+
const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
64990
|
+
const LiveEncodingHeartbeatTotalProcessingOutlier_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatTotalProcessingOutlier */ "./models/LiveEncodingHeartbeatTotalProcessingOutlier.ts");
|
|
64991
|
+
const LiveEncodingHeartbeatTotalProcessingStatsMs_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatTotalProcessingStatsMs */ "./models/LiveEncodingHeartbeatTotalProcessingStatsMs.ts");
|
|
64992
|
+
const LiveEncodingHeartbeatUploadOutlier_1 = __webpack_require__(/*! ./LiveEncodingHeartbeatUploadOutlier */ "./models/LiveEncodingHeartbeatUploadOutlier.ts");
|
|
64993
|
+
/**
|
|
64994
|
+
* Segment processing statistics for a live encoding heartbeat.
|
|
64995
|
+
* @export
|
|
64996
|
+
* @class LiveEncodingHeartbeatSegments
|
|
64997
|
+
*/
|
|
64998
|
+
class LiveEncodingHeartbeatSegments {
|
|
64999
|
+
constructor(obj) {
|
|
65000
|
+
if (!obj) {
|
|
65001
|
+
return;
|
|
65002
|
+
}
|
|
65003
|
+
this.totalProcessingStatsMs = (0, Mapper_1.map)(obj.totalProcessingStatsMs, LiveEncodingHeartbeatTotalProcessingStatsMs_1.default);
|
|
65004
|
+
this.uploadOutliers = (0, Mapper_1.mapArray)(obj.uploadOutliers, LiveEncodingHeartbeatUploadOutlier_1.default);
|
|
65005
|
+
this.totalProcessingOutliers = (0, Mapper_1.mapArray)(obj.totalProcessingOutliers, LiveEncodingHeartbeatTotalProcessingOutlier_1.default);
|
|
65006
|
+
}
|
|
65007
|
+
}
|
|
65008
|
+
exports.LiveEncodingHeartbeatSegments = LiveEncodingHeartbeatSegments;
|
|
65009
|
+
exports["default"] = LiveEncodingHeartbeatSegments;
|
|
65010
|
+
|
|
65011
|
+
|
|
65012
|
+
/***/ },
|
|
65013
|
+
|
|
65014
|
+
/***/ "./models/LiveEncodingHeartbeatTotalProcessingOutlier.ts"
|
|
65015
|
+
/*!***************************************************************!*\
|
|
65016
|
+
!*** ./models/LiveEncodingHeartbeatTotalProcessingOutlier.ts ***!
|
|
65017
|
+
\***************************************************************/
|
|
65018
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
65019
|
+
|
|
65020
|
+
"use strict";
|
|
65021
|
+
|
|
65022
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
65023
|
+
exports.LiveEncodingHeartbeatTotalProcessingOutlier = void 0;
|
|
65024
|
+
const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
65025
|
+
/**
|
|
65026
|
+
* A single segment whose total processing duration exceeded twice the rolling median.
|
|
65027
|
+
* @export
|
|
65028
|
+
* @class LiveEncodingHeartbeatTotalProcessingOutlier
|
|
65029
|
+
*/
|
|
65030
|
+
class LiveEncodingHeartbeatTotalProcessingOutlier {
|
|
65031
|
+
constructor(obj) {
|
|
65032
|
+
if (!obj) {
|
|
65033
|
+
return;
|
|
65034
|
+
}
|
|
65035
|
+
this.segmentNumber = (0, Mapper_1.map)(obj.segmentNumber);
|
|
65036
|
+
this.durationMs = (0, Mapper_1.map)(obj.durationMs);
|
|
65037
|
+
}
|
|
65038
|
+
}
|
|
65039
|
+
exports.LiveEncodingHeartbeatTotalProcessingOutlier = LiveEncodingHeartbeatTotalProcessingOutlier;
|
|
65040
|
+
exports["default"] = LiveEncodingHeartbeatTotalProcessingOutlier;
|
|
65041
|
+
|
|
65042
|
+
|
|
65043
|
+
/***/ },
|
|
65044
|
+
|
|
65045
|
+
/***/ "./models/LiveEncodingHeartbeatTotalProcessingStatsMs.ts"
|
|
65046
|
+
/*!***************************************************************!*\
|
|
65047
|
+
!*** ./models/LiveEncodingHeartbeatTotalProcessingStatsMs.ts ***!
|
|
65048
|
+
\***************************************************************/
|
|
65049
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
65050
|
+
|
|
65051
|
+
"use strict";
|
|
65052
|
+
|
|
65053
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
65054
|
+
exports.LiveEncodingHeartbeatTotalProcessingStatsMs = void 0;
|
|
65055
|
+
const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
65056
|
+
/**
|
|
65057
|
+
* Aggregate statistics of per-segment total processing duration over a rolling window of completed segments.
|
|
65058
|
+
* @export
|
|
65059
|
+
* @class LiveEncodingHeartbeatTotalProcessingStatsMs
|
|
65060
|
+
*/
|
|
65061
|
+
class LiveEncodingHeartbeatTotalProcessingStatsMs {
|
|
65062
|
+
constructor(obj) {
|
|
65063
|
+
if (!obj) {
|
|
65064
|
+
return;
|
|
65065
|
+
}
|
|
65066
|
+
this.min = (0, Mapper_1.map)(obj.min);
|
|
65067
|
+
this.max = (0, Mapper_1.map)(obj.max);
|
|
65068
|
+
this.mean = (0, Mapper_1.map)(obj.mean);
|
|
65069
|
+
this.median = (0, Mapper_1.map)(obj.median);
|
|
65070
|
+
}
|
|
65071
|
+
}
|
|
65072
|
+
exports.LiveEncodingHeartbeatTotalProcessingStatsMs = LiveEncodingHeartbeatTotalProcessingStatsMs;
|
|
65073
|
+
exports["default"] = LiveEncodingHeartbeatTotalProcessingStatsMs;
|
|
65074
|
+
|
|
65075
|
+
|
|
65076
|
+
/***/ },
|
|
65077
|
+
|
|
65078
|
+
/***/ "./models/LiveEncodingHeartbeatUploadOutlier.ts"
|
|
65079
|
+
/*!******************************************************!*\
|
|
65080
|
+
!*** ./models/LiveEncodingHeartbeatUploadOutlier.ts ***!
|
|
65081
|
+
\******************************************************/
|
|
65082
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
65083
|
+
|
|
65084
|
+
"use strict";
|
|
65085
|
+
|
|
65086
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
65087
|
+
exports.LiveEncodingHeartbeatUploadOutlier = void 0;
|
|
65088
|
+
const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
65089
|
+
/**
|
|
65090
|
+
* A single per-muxing segment upload whose duration exceeded the upload-outlier threshold.
|
|
65091
|
+
* @export
|
|
65092
|
+
* @class LiveEncodingHeartbeatUploadOutlier
|
|
65093
|
+
*/
|
|
65094
|
+
class LiveEncodingHeartbeatUploadOutlier {
|
|
65095
|
+
constructor(obj) {
|
|
65096
|
+
if (!obj) {
|
|
65097
|
+
return;
|
|
65098
|
+
}
|
|
65099
|
+
this.segmentNumber = (0, Mapper_1.map)(obj.segmentNumber);
|
|
65100
|
+
this.encodingReferenceMuxingId = (0, Mapper_1.map)(obj.encodingReferenceMuxingId);
|
|
65101
|
+
this.durationMs = (0, Mapper_1.map)(obj.durationMs);
|
|
65102
|
+
}
|
|
65103
|
+
}
|
|
65104
|
+
exports.LiveEncodingHeartbeatUploadOutlier = LiveEncodingHeartbeatUploadOutlier;
|
|
65105
|
+
exports["default"] = LiveEncodingHeartbeatUploadOutlier;
|
|
65106
|
+
|
|
65107
|
+
|
|
64441
65108
|
/***/ },
|
|
64442
65109
|
|
|
64443
65110
|
/***/ "./models/LiveEncodingHeartbeatUrlResponse.ts"
|
|
@@ -76760,7 +77427,14 @@ __exportStar(__webpack_require__(/*! ./H264Trellis */ "./models/H264Trellis.ts")
|
|
|
76760
77427
|
__exportStar(__webpack_require__(/*! ./H264VideoConfiguration */ "./models/H264VideoConfiguration.ts"), exports);
|
|
76761
77428
|
__exportStar(__webpack_require__(/*! ./H265DynamicRangeFormat */ "./models/H265DynamicRangeFormat.ts"), exports);
|
|
76762
77429
|
__exportStar(__webpack_require__(/*! ./H265PerTitleConfiguration */ "./models/H265PerTitleConfiguration.ts"), exports);
|
|
77430
|
+
__exportStar(__webpack_require__(/*! ./H265V2ConstantBitrateModeConfig */ "./models/H265V2ConstantBitrateModeConfig.ts"), exports);
|
|
77431
|
+
__exportStar(__webpack_require__(/*! ./H265V2MotionCompensatedTemporalFiltering */ "./models/H265V2MotionCompensatedTemporalFiltering.ts"), exports);
|
|
76763
77432
|
__exportStar(__webpack_require__(/*! ./H265V2PerTitleConfiguration */ "./models/H265V2PerTitleConfiguration.ts"), exports);
|
|
77433
|
+
__exportStar(__webpack_require__(/*! ./H265V2PerceptualQualityModeConfig */ "./models/H265V2PerceptualQualityModeConfig.ts"), exports);
|
|
77434
|
+
__exportStar(__webpack_require__(/*! ./H265V2PresetConfiguration */ "./models/H265V2PresetConfiguration.ts"), exports);
|
|
77435
|
+
__exportStar(__webpack_require__(/*! ./H265V2RateControlModeConfig */ "./models/H265V2RateControlModeConfig.ts"), exports);
|
|
77436
|
+
__exportStar(__webpack_require__(/*! ./H265V2RateControlModeConfigType */ "./models/H265V2RateControlModeConfigType.ts"), exports);
|
|
77437
|
+
__exportStar(__webpack_require__(/*! ./H265V2VideoConfiguration */ "./models/H265V2VideoConfiguration.ts"), exports);
|
|
76764
77438
|
__exportStar(__webpack_require__(/*! ./H265VideoConfiguration */ "./models/H265VideoConfiguration.ts"), exports);
|
|
76765
77439
|
__exportStar(__webpack_require__(/*! ./HeAacV1AudioConfiguration */ "./models/HeAacV1AudioConfiguration.ts"), exports);
|
|
76766
77440
|
__exportStar(__webpack_require__(/*! ./HeAacV1Signaling */ "./models/HeAacV1Signaling.ts"), exports);
|
|
@@ -76829,9 +77503,18 @@ __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeat */ "./models/LiveEn
|
|
|
76829
77503
|
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatEvent */ "./models/LiveEncodingHeartbeatEvent.ts"), exports);
|
|
76830
77504
|
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatEventDetails */ "./models/LiveEncodingHeartbeatEventDetails.ts"), exports);
|
|
76831
77505
|
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatEventType */ "./models/LiveEncodingHeartbeatEventType.ts"), exports);
|
|
77506
|
+
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatHlsManifestStats */ "./models/LiveEncodingHeartbeatHlsManifestStats.ts"), exports);
|
|
76832
77507
|
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatIngest */ "./models/LiveEncodingHeartbeatIngest.ts"), exports);
|
|
76833
77508
|
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatIngestPoint */ "./models/LiveEncodingHeartbeatIngestPoint.ts"), exports);
|
|
76834
77509
|
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatIngestStream */ "./models/LiveEncodingHeartbeatIngestStream.ts"), exports);
|
|
77510
|
+
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatManifestUpdate */ "./models/LiveEncodingHeartbeatManifestUpdate.ts"), exports);
|
|
77511
|
+
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatManifestUpdateLatencyStats */ "./models/LiveEncodingHeartbeatManifestUpdateLatencyStats.ts"), exports);
|
|
77512
|
+
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatManifests */ "./models/LiveEncodingHeartbeatManifests.ts"), exports);
|
|
77513
|
+
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatOutput */ "./models/LiveEncodingHeartbeatOutput.ts"), exports);
|
|
77514
|
+
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatSegments */ "./models/LiveEncodingHeartbeatSegments.ts"), exports);
|
|
77515
|
+
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatTotalProcessingOutlier */ "./models/LiveEncodingHeartbeatTotalProcessingOutlier.ts"), exports);
|
|
77516
|
+
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatTotalProcessingStatsMs */ "./models/LiveEncodingHeartbeatTotalProcessingStatsMs.ts"), exports);
|
|
77517
|
+
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatUploadOutlier */ "./models/LiveEncodingHeartbeatUploadOutlier.ts"), exports);
|
|
76835
77518
|
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatUrlResponse */ "./models/LiveEncodingHeartbeatUrlResponse.ts"), exports);
|
|
76836
77519
|
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatWebhook */ "./models/LiveEncodingHeartbeatWebhook.ts"), exports);
|
|
76837
77520
|
__exportStar(__webpack_require__(/*! ./LiveEncodingOptionsStatistics */ "./models/LiveEncodingOptionsStatistics.ts"), exports);
|