@bitmovin/api-sdk 1.195.0 → 1.196.1
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.
|
@@ -240,7 +240,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
240
240
|
var headers = {
|
|
241
241
|
'X-Api-Key': apiKey,
|
|
242
242
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
243
|
-
'X-Api-Client-Version': '1.
|
|
243
|
+
'X-Api-Client-Version': '1.196.1',
|
|
244
244
|
'Content-Type': 'application/json'
|
|
245
245
|
};
|
|
246
246
|
if (tenantOrgId) {
|
|
@@ -35,13 +35,13 @@ export declare class DashSegmentedRepresentation extends DashMuxingRepresentatio
|
|
|
35
35
|
*/
|
|
36
36
|
endSegmentNumber?: number;
|
|
37
37
|
/**
|
|
38
|
-
* Id of the
|
|
38
|
+
* Id of the keyframe to start with. It takes precedence over startSegmentNumber
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof DashSegmentedRepresentation
|
|
41
41
|
*/
|
|
42
42
|
startKeyframeId?: string;
|
|
43
43
|
/**
|
|
44
|
-
* Id of the
|
|
44
|
+
* Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof DashSegmentedRepresentation
|
|
47
47
|
*/
|