@bitmovin/api-sdk 1.140.0 → 1.141.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 -3
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/models/BroadcastTsTransportConfiguration.d.ts +2 -2
- package/dist/models/DolbyVisionTrackSampleEntryName.d.ts +1 -1
- package/dist/models/DolbyVisionTrackSampleEntryName.js +1 -1
- package/dist/models/H262VideoConfiguration.d.ts +1 -1
- package/dist/models/H264VideoConfiguration.d.ts +6 -6
- package/dist/models/H265VideoConfiguration.d.ts +7 -7
- package/dist/models/HeAacV1AudioConfiguration.d.ts +1 -1
- package/dist/models/HeAacV2AudioConfiguration.d.ts +1 -1
- package/dist/models/MvPredictionMode.d.ts +1 -1
- package/dist/models/MvPredictionMode.js +1 -1
- package/dist/models/SimpleEncodingLiveJobOutput.d.ts +1 -1
- package/dist/models/SimpleEncodingVodJobCdnOutput.d.ts +1 -1
- package/dist/models/StartEncodingRequest.d.ts +3 -3
- package/dist/models/StartLiveEncodingRequest.d.ts +1 -1
- package/dist/models/StartManifestRequest.d.ts +1 -1
- package/dist/models/Vp8VideoConfiguration.d.ts +3 -3
- package/dist/models/Vp9VideoConfiguration.d.ts +3 -3
- package/package.json +1 -1
|
@@ -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.141.0',
|
|
244
244
|
'Content-Type': 'application/json'
|
|
245
245
|
};
|
|
246
246
|
if (tenantOrgId) {
|
|
@@ -40,13 +40,13 @@ export declare class BroadcastTsTransportConfiguration {
|
|
|
40
40
|
*/
|
|
41
41
|
variableMuxRate?: boolean;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Presentation time stamp value for the first video frame. The timestamp is specified in the timescale of 90000
|
|
44
44
|
* @type {number}
|
|
45
45
|
* @memberof BroadcastTsTransportConfiguration
|
|
46
46
|
*/
|
|
47
47
|
initialPresentationTimeStamp?: number;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Program Clock Reference value at the beginning of the first packet for the transport stream. The PCR is specified in the timescale of 90000
|
|
50
50
|
* @type {number}
|
|
51
51
|
* @memberof BroadcastTsTransportConfiguration
|
|
52
52
|
*/
|
|
@@ -40,7 +40,7 @@ export declare class H264VideoConfiguration extends VideoConfiguration {
|
|
|
40
40
|
*/
|
|
41
41
|
dynamicRangeFormat?: H264DynamicRangeFormat;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.
|
|
44
44
|
* @type {number}
|
|
45
45
|
* @memberof H264VideoConfiguration
|
|
46
46
|
*/
|
|
@@ -52,25 +52,25 @@ export declare class H264VideoConfiguration extends VideoConfiguration {
|
|
|
52
52
|
*/
|
|
53
53
|
profile?: ProfileH264;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* Amount of b frames
|
|
56
56
|
* @type {number}
|
|
57
57
|
* @memberof H264VideoConfiguration
|
|
58
58
|
*/
|
|
59
59
|
bframes?: number;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* Amount of reference frames.
|
|
62
62
|
* @type {number}
|
|
63
63
|
* @memberof H264VideoConfiguration
|
|
64
64
|
*/
|
|
65
65
|
refFrames?: number;
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* Minimum quantization factor
|
|
68
68
|
* @type {number}
|
|
69
69
|
* @memberof H264VideoConfiguration
|
|
70
70
|
*/
|
|
71
71
|
qpMin?: number;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* Maximum quantization factor
|
|
74
74
|
* @type {number}
|
|
75
75
|
* @memberof H264VideoConfiguration
|
|
76
76
|
*/
|
|
@@ -81,7 +81,7 @@ export declare class H264VideoConfiguration extends VideoConfiguration {
|
|
|
81
81
|
*/
|
|
82
82
|
mvPredictionMode?: MvPredictionMode;
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* Maximum motion vector search range
|
|
85
85
|
* @type {number}
|
|
86
86
|
* @memberof H264VideoConfiguration
|
|
87
87
|
*/
|
|
@@ -45,7 +45,7 @@ export declare class H265VideoConfiguration extends VideoConfiguration {
|
|
|
45
45
|
*/
|
|
46
46
|
dynamicRangeFormat?: H265DynamicRangeFormat;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.
|
|
49
49
|
* @type {number}
|
|
50
50
|
* @memberof H265VideoConfiguration
|
|
51
51
|
*/
|
|
@@ -56,19 +56,19 @@ export declare class H265VideoConfiguration extends VideoConfiguration {
|
|
|
56
56
|
*/
|
|
57
57
|
profile?: ProfileH265;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* Amount of b frames
|
|
60
60
|
* @type {number}
|
|
61
61
|
* @memberof H265VideoConfiguration
|
|
62
62
|
*/
|
|
63
63
|
bframes?: number;
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
* Amount of reference frames
|
|
66
66
|
* @type {number}
|
|
67
67
|
* @memberof H265VideoConfiguration
|
|
68
68
|
*/
|
|
69
69
|
refFrames?: number;
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
* Quantization factor
|
|
72
72
|
* @type {number}
|
|
73
73
|
* @memberof H265VideoConfiguration
|
|
74
74
|
*/
|
|
@@ -345,13 +345,13 @@ export declare class H265VideoConfiguration extends VideoConfiguration {
|
|
|
345
345
|
*/
|
|
346
346
|
rateDistortionLevelForQuantization?: RateDistortionLevelForQuantization;
|
|
347
347
|
/**
|
|
348
|
-
*
|
|
348
|
+
* Minimum quantization factor. Valid value range: 0 - 69
|
|
349
349
|
* @type {number}
|
|
350
350
|
* @memberof H265VideoConfiguration
|
|
351
351
|
*/
|
|
352
352
|
qpMin?: number;
|
|
353
353
|
/**
|
|
354
|
-
*
|
|
354
|
+
* Maximum quantization factor. Valid value range: 0 - 69
|
|
355
355
|
* @type {number}
|
|
356
356
|
* @memberof H265VideoConfiguration
|
|
357
357
|
*/
|
|
@@ -549,7 +549,7 @@ export declare class H265VideoConfiguration extends VideoConfiguration {
|
|
|
549
549
|
*/
|
|
550
550
|
pbRatio?: number;
|
|
551
551
|
/**
|
|
552
|
-
*
|
|
552
|
+
* Quantizer curve compression factor. It weights the frame quantizer based on the complexity of residual (measured by lookahead). Default 0.6
|
|
553
553
|
* @type {number}
|
|
554
554
|
* @memberof H265VideoConfiguration
|
|
555
555
|
*/
|
|
@@ -20,7 +20,7 @@ export declare class HeAacV1AudioConfiguration extends AudioConfiguration {
|
|
|
20
20
|
*/
|
|
21
21
|
channelLayout?: AacChannelLayout;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Spectral Band Replication (SBR) and Parameteric Stereo (PS) signaling style.
|
|
24
24
|
* @type {HeAacV1Signaling}
|
|
25
25
|
* @memberof HeAacV1AudioConfiguration
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export declare class HeAacV2AudioConfiguration extends AudioConfiguration {
|
|
|
20
20
|
*/
|
|
21
21
|
channelLayout?: AacChannelLayout;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Spectral Band Replication (SBR) and Parameteric Stereo (PS) signaling style.
|
|
24
24
|
* @type {HeAacV2Signaling}
|
|
25
25
|
* @memberof HeAacV2AudioConfiguration
|
|
26
26
|
*/
|
|
@@ -13,7 +13,7 @@ export declare class SimpleEncodingLiveJobOutput {
|
|
|
13
13
|
[key in keyof typeof SimpleEncodingLiveJobOutputType]: string;
|
|
14
14
|
};
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* The maximum output resolution to be generated
|
|
17
17
|
* @type {SimpleEncodingLiveMaxResolution}
|
|
18
18
|
* @memberof SimpleEncodingLiveJobOutput
|
|
19
19
|
*/
|
|
@@ -13,7 +13,7 @@ export declare class SimpleEncodingVodJobCdnOutput extends SimpleEncodingVodJobO
|
|
|
13
13
|
*/
|
|
14
14
|
readonly type: SimpleEncodingVodJobOutputType;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* The maximum output resolution to be generated
|
|
17
17
|
* @type {SimpleEncodingLiveMaxResolution}
|
|
18
18
|
* @memberof SimpleEncodingVodJobCdnOutput
|
|
19
19
|
*/
|
|
@@ -17,13 +17,13 @@ export declare class StartEncodingRequest {
|
|
|
17
17
|
*/
|
|
18
18
|
trimming?: Trimming;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Scheduling parameters of the encoding.
|
|
21
21
|
* @type {Scheduling}
|
|
22
22
|
* @memberof StartEncodingRequest
|
|
23
23
|
*/
|
|
24
24
|
scheduling?: Scheduling;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Special tweaks for your encoding job.
|
|
27
27
|
* @type {Tweaks}
|
|
28
28
|
* @memberof StartEncodingRequest
|
|
29
29
|
*/
|
|
@@ -71,7 +71,7 @@ export declare class StartEncodingRequest {
|
|
|
71
71
|
*/
|
|
72
72
|
vodSmoothManifests?: ManifestResource[];
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
74
|
+
* Version of the manifest generation engine to be used
|
|
75
75
|
* @type {ManifestGenerator}
|
|
76
76
|
* @memberof StartEncodingRequest
|
|
77
77
|
*/
|
|
@@ -41,7 +41,7 @@ export declare class StartLiveEncodingRequest {
|
|
|
41
41
|
*/
|
|
42
42
|
reuploadSettings?: ReuploadSettings;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* Version of the manifest generation engine to be used
|
|
45
45
|
* @type {ManifestGenerator}
|
|
46
46
|
* @memberof StartLiveEncodingRequest
|
|
47
47
|
*/
|
|
@@ -5,7 +5,7 @@ import ManifestGenerator from './ManifestGenerator';
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class StartManifestRequest {
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Version of the manifest generation engine to be used. The `V2` option is currently only supported for manifests including resources from a single encoding and is only valid in combination with encoder versions >= `2.108.0`.
|
|
9
9
|
* @type {ManifestGenerator}
|
|
10
10
|
* @memberof StartManifestRequest
|
|
11
11
|
*/
|
|
@@ -15,7 +15,7 @@ export declare class Vp8VideoConfiguration extends VideoConfiguration {
|
|
|
15
15
|
*/
|
|
16
16
|
readonly type: CodecConfigType;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.
|
|
19
19
|
* @type {number}
|
|
20
20
|
* @memberof Vp8VideoConfiguration
|
|
21
21
|
*/
|
|
@@ -33,13 +33,13 @@ export declare class Vp8VideoConfiguration extends VideoConfiguration {
|
|
|
33
33
|
*/
|
|
34
34
|
maxIntraRate?: number;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Minimum quantization factor.
|
|
37
37
|
* @type {number}
|
|
38
38
|
* @memberof Vp8VideoConfiguration
|
|
39
39
|
*/
|
|
40
40
|
qpMin?: number;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* Maximum quantization factor.
|
|
43
43
|
* @type {number}
|
|
44
44
|
* @memberof Vp8VideoConfiguration
|
|
45
45
|
*/
|
|
@@ -29,7 +29,7 @@ export declare class Vp9VideoConfiguration extends VideoConfiguration {
|
|
|
29
29
|
*/
|
|
30
30
|
dynamicRangeFormat?: Vp9DynamicRangeFormat;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.
|
|
33
33
|
* @type {number}
|
|
34
34
|
* @memberof Vp9VideoConfiguration
|
|
35
35
|
*/
|
|
@@ -71,13 +71,13 @@ export declare class Vp9VideoConfiguration extends VideoConfiguration {
|
|
|
71
71
|
*/
|
|
72
72
|
maxIntraRate?: number;
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
74
|
+
* Minimum quantization factor.
|
|
75
75
|
* @type {number}
|
|
76
76
|
* @memberof Vp9VideoConfiguration
|
|
77
77
|
*/
|
|
78
78
|
qpMin?: number;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* Maximum quantization factor.
|
|
81
81
|
* @type {number}
|
|
82
82
|
* @memberof Vp9VideoConfiguration
|
|
83
83
|
*/
|