@bitmovin/api-sdk 1.263.0 → 1.264.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/LiveEncodingHeartbeatIngestStream.d.ts +12 -0
- package/dist/models/LiveEncodingHeartbeatIngestStream.js +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6804,7 +6804,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
6804
6804
|
var headers = {
|
|
6805
6805
|
'X-Api-Key': apiKey,
|
|
6806
6806
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
6807
|
-
'X-Api-Client-Version': '1.
|
|
6807
|
+
'X-Api-Client-Version': '1.264.0',
|
|
6808
6808
|
'Content-Type': 'application/json'
|
|
6809
6809
|
};
|
|
6810
6810
|
if (tenantOrgId) {
|
|
@@ -78618,6 +78618,8 @@ var LiveEncodingHeartbeatIngestStream = /** @class */ (function () {
|
|
|
78618
78618
|
this.incomingBitrate = (0, Mapper_1.map)(obj.incomingBitrate);
|
|
78619
78619
|
this.keyFrameIntervalMax = (0, Mapper_1.map)(obj.keyFrameIntervalMax);
|
|
78620
78620
|
this.keyFrameIntervalAvg = (0, Mapper_1.map)(obj.keyFrameIntervalAvg);
|
|
78621
|
+
this.keyFrameIntervalMaxLastMinute = (0, Mapper_1.map)(obj.keyFrameIntervalMaxLastMinute);
|
|
78622
|
+
this.keyFrameIntervalAvgLastMinute = (0, Mapper_1.map)(obj.keyFrameIntervalAvgLastMinute);
|
|
78621
78623
|
this.lastTimestamp = (0, Mapper_1.map)(obj.lastTimestamp);
|
|
78622
78624
|
this.lastTimestampTimescale = (0, Mapper_1.map)(obj.lastTimestampTimescale);
|
|
78623
78625
|
this.numberOfAudioChannels = (0, Mapper_1.map)(obj.numberOfAudioChannels);
|