@bitmovin/api-sdk 1.216.0 → 1.217.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.
- package/README.md +1 -1
- package/dist/bitmovin-api-sdk.browser.js +3 -1
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/models/H264PerTitleConfiguration.d.ts +1 -1
- package/dist/models/StreamPerTitleSettings.d.ts +12 -0
- package/dist/models/StreamPerTitleSettings.js +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6029,7 +6029,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
6029
6029
|
var headers = {
|
|
6030
6030
|
'X-Api-Key': apiKey,
|
|
6031
6031
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
6032
|
-
'X-Api-Client-Version': '1.
|
|
6032
|
+
'X-Api-Client-Version': '1.217.0',
|
|
6033
6033
|
'Content-Type': 'application/json'
|
|
6034
6034
|
};
|
|
6035
6035
|
if (tenantOrgId) {
|
|
@@ -85385,6 +85385,8 @@ var StreamPerTitleSettings = /** @class */ (function () {
|
|
|
85385
85385
|
return;
|
|
85386
85386
|
}
|
|
85387
85387
|
this.fixedResolutionAndBitrateSettings = (0, Mapper_1.map)(obj.fixedResolutionAndBitrateSettings, StreamPerTitleFixedResolutionAndBitrateSettings_1.default);
|
|
85388
|
+
this.codecMaxBitrateFactor = (0, Mapper_1.map)(obj.codecMaxBitrateFactor);
|
|
85389
|
+
this.codecBufsizeFactor = (0, Mapper_1.map)(obj.codecBufsizeFactor);
|
|
85388
85390
|
}
|
|
85389
85391
|
return StreamPerTitleSettings;
|
|
85390
85392
|
}());
|