@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.
@@ -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.140.0',
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
- * Sets the presentation time stamp value for the first video frame. The timestamp is specified in the timescale of 90000
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
- * Sets the Program Clock Reference value at the beginning of the first packet for the transport stream. The PCR is specified in the timescale of 90000
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
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Sets the Dolby Vision track's sample entry name
2
+ * Dolby Vision track's sample entry name
3
3
  * @export
4
4
  * @enum {string}
5
5
  */
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DolbyVisionTrackSampleEntryName = void 0;
4
4
  /**
5
- * Sets the Dolby Vision track's sample entry name
5
+ * Dolby Vision track's sample entry name
6
6
  * @export
7
7
  * @enum {string}
8
8
  */
@@ -28,7 +28,7 @@ export declare class H262VideoConfiguration extends VideoConfiguration {
28
28
  */
29
29
  profile?: ProfileH262;
30
30
  /**
31
- * Sets the amount of b frames.
31
+ * Amount of b frames.
32
32
  * @type {number}
33
33
  * @memberof H262VideoConfiguration
34
34
  */
@@ -40,7 +40,7 @@ export declare class H264VideoConfiguration extends VideoConfiguration {
40
40
  */
41
41
  dynamicRangeFormat?: H264DynamicRangeFormat;
42
42
  /**
43
- * Sets the constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.
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
- * Sets the amount of b frames.
55
+ * Amount of b frames
56
56
  * @type {number}
57
57
  * @memberof H264VideoConfiguration
58
58
  */
59
59
  bframes?: number;
60
60
  /**
61
- * Sets the amount of reference frames.
61
+ * Amount of reference frames.
62
62
  * @type {number}
63
63
  * @memberof H264VideoConfiguration
64
64
  */
65
65
  refFrames?: number;
66
66
  /**
67
- * Sets the minimum of quantization factor.
67
+ * Minimum quantization factor
68
68
  * @type {number}
69
69
  * @memberof H264VideoConfiguration
70
70
  */
71
71
  qpMin?: number;
72
72
  /**
73
- * Sets the maximum of quantization factor.
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
- * Sets the maximum Motion-Vector-Search-Range
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
- * Sets the constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.
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
- * Sets the amount of b frames
59
+ * Amount of b frames
60
60
  * @type {number}
61
61
  * @memberof H265VideoConfiguration
62
62
  */
63
63
  bframes?: number;
64
64
  /**
65
- * Sets the amount of reference frames
65
+ * Amount of reference frames
66
66
  * @type {number}
67
67
  * @memberof H265VideoConfiguration
68
68
  */
69
69
  refFrames?: number;
70
70
  /**
71
- * Sets the quantization factor
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
- * Sets the minimum of quantization factor. Valid value range: 0 - 69
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
- * Sets the maximum of quantization factor. Valid value range: 0 - 69
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
- * Sets the quantizer curve compression factor. It weights the frame quantizer based on the complexity of residual (measured by lookahead). Default 0.6
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
- * Sets the Spectral Band Replication (SBR) and Parameteric Stereo (PS) signaling style.
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
- * Sets the Spectral Band Replication (SBR) and Parameteric Stereo (PS) signaling style.
23
+ * Spectral Band Replication (SBR) and Parameteric Stereo (PS) signaling style.
24
24
  * @type {HeAacV2Signaling}
25
25
  * @memberof HeAacV2AudioConfiguration
26
26
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Sets the Motion Vector Prediction Mode.
2
+ * Motion vector prediction mode
3
3
  * @export
4
4
  * @enum {string}
5
5
  */
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MvPredictionMode = void 0;
4
4
  /**
5
- * Sets the Motion Vector Prediction Mode.
5
+ * Motion vector prediction mode
6
6
  * @export
7
7
  * @enum {string}
8
8
  */
@@ -13,7 +13,7 @@ export declare class SimpleEncodingLiveJobOutput {
13
13
  [key in keyof typeof SimpleEncodingLiveJobOutputType]: string;
14
14
  };
15
15
  /**
16
- * This sets the maximum output resolution that will be generated.
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
- * This sets the maximum output resolution that will be generated.
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
- * Set scheduling parameters of the encoding.
20
+ * Scheduling parameters of the encoding.
21
21
  * @type {Scheduling}
22
22
  * @memberof StartEncodingRequest
23
23
  */
24
24
  scheduling?: Scheduling;
25
25
  /**
26
- * Set special tweaks for your encoding job.
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
- * Sets the version of the manifest generation engine
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
- * Sets the version of the manifest generation engine
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
- * Sets the version of the manifest generation engine. 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`.
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
- * Sets the constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.
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
- * Sets the minimum of quantization factor.
36
+ * Minimum quantization factor.
37
37
  * @type {number}
38
38
  * @memberof Vp8VideoConfiguration
39
39
  */
40
40
  qpMin?: number;
41
41
  /**
42
- * Sets the maximum of quantization factor.
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
- * Sets the constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.
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
- * Sets the minimum of quantization factor.
74
+ * Minimum quantization factor.
75
75
  * @type {number}
76
76
  * @memberof Vp9VideoConfiguration
77
77
  */
78
78
  qpMin?: number;
79
79
  /**
80
- * Sets the maximum of quantization factor.
80
+ * Maximum quantization factor.
81
81
  * @type {number}
82
82
  * @memberof Vp9VideoConfiguration
83
83
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitmovin/api-sdk",
3
- "version": "1.140.0",
3
+ "version": "1.141.0",
4
4
  "description": "Bitmovin JS/TS API SDK",
5
5
  "author": "Bitmovin Inc",
6
6
  "keywords": [