@bitmovin/api-sdk 1.92.0 → 1.96.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/account/organizations/groups/invitations/InvitationListQueryParams.d.ts +28 -0
- package/dist/account/organizations/groups/invitations/InvitationListQueryParams.js +30 -0
- package/dist/account/organizations/groups/invitations/InvitationListQueryParams.js.map +1 -0
- package/dist/account/organizations/groups/invitations/InvitationsApi.d.ts +22 -1
- package/dist/account/organizations/groups/invitations/InvitationsApi.js +48 -2
- package/dist/account/organizations/groups/invitations/InvitationsApi.js.map +1 -1
- package/dist/account/organizations/groups/tenants/TenantListQueryParams.d.ts +28 -0
- package/dist/account/organizations/groups/tenants/TenantListQueryParams.js +30 -0
- package/dist/account/organizations/groups/tenants/TenantListQueryParams.js.map +1 -0
- package/dist/account/organizations/groups/tenants/TenantsApi.d.ts +3 -1
- package/dist/account/organizations/groups/tenants/TenantsApi.js +11 -2
- package/dist/account/organizations/groups/tenants/TenantsApi.js.map +1 -1
- package/dist/bitmovin-api-sdk.browser.js +392 -171
- package/dist/bitmovin-api-sdk.browser.js.map +1 -1
- package/dist/bitmovin-api-sdk.browser.min.js +2 -2
- package/dist/common/RestClient.js +1 -1
- package/dist/encoding/configurations/video/av1/Av1Api.js.map +1 -1
- package/dist/encoding/manifests/hls/media/customTags/CustomTagsApi.d.ts +6 -6
- package/dist/encoding/manifests/hls/media/customTags/CustomTagsApi.js +6 -6
- package/dist/models/AdAnalyticsAttribute.d.ts +20 -0
- package/dist/models/AdAnalyticsAttribute.js +20 -0
- package/dist/models/AdAnalyticsAttribute.js.map +1 -1
- package/dist/models/AdaptationSet.d.ts +7 -0
- package/dist/models/AdaptationSet.js +2 -0
- package/dist/models/AdaptationSet.js.map +1 -1
- package/dist/models/AnalyticsAdsImpressionSample.d.ts +108 -0
- package/dist/models/AnalyticsAdsImpressionSample.js +18 -0
- package/dist/models/AnalyticsAdsImpressionSample.js.map +1 -1
- package/dist/models/AnalyticsAttribute.d.ts +20 -0
- package/dist/models/AnalyticsAttribute.js +20 -0
- package/dist/models/AnalyticsAttribute.js.map +1 -1
- package/dist/models/AnalyticsImpressionSample.d.ts +108 -0
- package/dist/models/AnalyticsImpressionSample.js +18 -0
- package/dist/models/AnalyticsImpressionSample.js.map +1 -1
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.d.ts +108 -0
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js +18 -0
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js.map +1 -1
- package/dist/models/AudioAdaptationSet.js.map +1 -1
- package/dist/models/Av1VideoConfiguration.d.ts +0 -150
- package/dist/models/Av1VideoConfiguration.js +0 -26
- package/dist/models/Av1VideoConfiguration.js.map +1 -1
- package/dist/models/AzureCloudRegion.d.ts +6 -30
- package/dist/models/AzureCloudRegion.js +6 -30
- package/dist/models/AzureCloudRegion.js.map +1 -1
- package/dist/models/Bif.d.ts +1 -1
- package/dist/models/ChunkedTextMuxing.d.ts +6 -0
- package/dist/models/ChunkedTextMuxing.js +1 -0
- package/dist/models/ChunkedTextMuxing.js.map +1 -1
- package/dist/models/CloudRegion.d.ts +3 -0
- package/dist/models/CloudRegion.js +3 -0
- package/dist/models/CloudRegion.js.map +1 -1
- package/dist/models/H264DynamicRangeFormat.d.ts +9 -0
- package/dist/models/H264DynamicRangeFormat.js +14 -0
- package/dist/models/H264DynamicRangeFormat.js.map +1 -0
- package/dist/models/H264VideoConfiguration.d.ts +7 -0
- package/dist/models/H264VideoConfiguration.js +1 -0
- package/dist/models/H264VideoConfiguration.js.map +1 -1
- package/dist/models/ImageAdaptationSet.js.map +1 -1
- package/dist/models/Label.d.ts +26 -0
- package/dist/models/Label.js +22 -0
- package/dist/models/Label.js.map +1 -0
- package/dist/models/StatisticsPerStream.d.ts +12 -0
- package/dist/models/StatisticsPerStream.js +2 -0
- package/dist/models/StatisticsPerStream.js.map +1 -1
- package/dist/models/SubtitleAdaptationSet.js.map +1 -1
- package/dist/models/TextMuxing.d.ts +6 -0
- package/dist/models/TextMuxing.js +1 -0
- package/dist/models/TextMuxing.js.map +1 -1
- package/dist/models/VideoAdaptationSet.js.map +1 -1
- package/dist/models/Vp9DynamicRangeFormat.d.ts +10 -0
- package/dist/models/Vp9DynamicRangeFormat.js +15 -0
- package/dist/models/Vp9DynamicRangeFormat.js.map +1 -0
- package/dist/models/Vp9VideoConfiguration.d.ts +7 -0
- package/dist/models/Vp9VideoConfiguration.js +1 -0
- package/dist/models/Vp9VideoConfiguration.js.map +1 -1
- package/dist/models/Webhook.d.ts +3 -3
- package/dist/models/index.d.ts +3 -2
- package/dist/models/index.js +3 -2
- package/dist/models/index.js.map +1 -1
- package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.d.ts +10 -10
- package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.js +10 -10
- package/dist/notifications/webhooks/encoding/encodings/error/customdata/CustomdataApi.d.ts +2 -2
- package/dist/notifications/webhooks/encoding/encodings/error/customdata/CustomdataApi.js +2 -2
- package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.d.ts +10 -10
- package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.js +10 -10
- package/dist/notifications/webhooks/encoding/encodings/finished/customdata/CustomdataApi.d.ts +2 -2
- package/dist/notifications/webhooks/encoding/encodings/finished/customdata/CustomdataApi.js +2 -2
- package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.d.ts +10 -10
- package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.js +10 -10
- package/dist/notifications/webhooks/encoding/encodings/transferError/customdata/CustomdataApi.d.ts +2 -2
- package/dist/notifications/webhooks/encoding/encodings/transferError/customdata/CustomdataApi.js +2 -2
- package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.d.ts +6 -6
- package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.js +6 -6
- package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.d.ts +4 -4
- package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.js +4 -4
- package/package.json +1 -1
- package/dist/models/Av1AdaptiveQuantMode.d.ts +0 -13
- package/dist/models/Av1AdaptiveQuantMode.js +0 -18
- package/dist/models/Av1AdaptiveQuantMode.js.map +0 -1
- package/dist/models/Av1KeyPlacementMode.d.ts +0 -11
- package/dist/models/Av1KeyPlacementMode.js +0 -16
- package/dist/models/Av1KeyPlacementMode.js.map +0 -1
|
@@ -45,6 +45,114 @@ export declare class AnalyticsLicenseCustomDataFieldLabels {
|
|
|
45
45
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
46
46
|
*/
|
|
47
47
|
customData7?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Custom Data 8
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
52
|
+
*/
|
|
53
|
+
customData8?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Custom Data 9
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
58
|
+
*/
|
|
59
|
+
customData9?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Custom Data 10
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
64
|
+
*/
|
|
65
|
+
customData10?: string;
|
|
66
|
+
/**
|
|
67
|
+
* Custom Data 11
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
70
|
+
*/
|
|
71
|
+
customData11?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Custom Data 12
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
76
|
+
*/
|
|
77
|
+
customData12?: string;
|
|
78
|
+
/**
|
|
79
|
+
* Custom Data 13
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
82
|
+
*/
|
|
83
|
+
customData13?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Custom Data 14
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
88
|
+
*/
|
|
89
|
+
customData14?: string;
|
|
90
|
+
/**
|
|
91
|
+
* Custom Data 15
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
94
|
+
*/
|
|
95
|
+
customData15?: string;
|
|
96
|
+
/**
|
|
97
|
+
* Custom Data 16
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
100
|
+
*/
|
|
101
|
+
customData16?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Custom Data 17
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
106
|
+
*/
|
|
107
|
+
customData17?: string;
|
|
108
|
+
/**
|
|
109
|
+
* Custom Data 18
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
112
|
+
*/
|
|
113
|
+
customData18?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Custom Data 19
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
118
|
+
*/
|
|
119
|
+
customData19?: string;
|
|
120
|
+
/**
|
|
121
|
+
* Custom Data 20
|
|
122
|
+
* @type {string}
|
|
123
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
124
|
+
*/
|
|
125
|
+
customData20?: string;
|
|
126
|
+
/**
|
|
127
|
+
* Custom Data 21
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
130
|
+
*/
|
|
131
|
+
customData21?: string;
|
|
132
|
+
/**
|
|
133
|
+
* Custom Data 22
|
|
134
|
+
* @type {string}
|
|
135
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
136
|
+
*/
|
|
137
|
+
customData22?: string;
|
|
138
|
+
/**
|
|
139
|
+
* Custom Data 23
|
|
140
|
+
* @type {string}
|
|
141
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
142
|
+
*/
|
|
143
|
+
customData23?: string;
|
|
144
|
+
/**
|
|
145
|
+
* Custom Data 24
|
|
146
|
+
* @type {string}
|
|
147
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
148
|
+
*/
|
|
149
|
+
customData24?: string;
|
|
150
|
+
/**
|
|
151
|
+
* Custom Data 25
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
154
|
+
*/
|
|
155
|
+
customData25?: string;
|
|
48
156
|
constructor(obj?: Partial<AnalyticsLicenseCustomDataFieldLabels>);
|
|
49
157
|
}
|
|
50
158
|
export default AnalyticsLicenseCustomDataFieldLabels;
|
|
@@ -18,6 +18,24 @@ var AnalyticsLicenseCustomDataFieldLabels = /** @class */ (function () {
|
|
|
18
18
|
this.customData5 = Mapper_1.map(obj.customData5);
|
|
19
19
|
this.customData6 = Mapper_1.map(obj.customData6);
|
|
20
20
|
this.customData7 = Mapper_1.map(obj.customData7);
|
|
21
|
+
this.customData8 = Mapper_1.map(obj.customData8);
|
|
22
|
+
this.customData9 = Mapper_1.map(obj.customData9);
|
|
23
|
+
this.customData10 = Mapper_1.map(obj.customData10);
|
|
24
|
+
this.customData11 = Mapper_1.map(obj.customData11);
|
|
25
|
+
this.customData12 = Mapper_1.map(obj.customData12);
|
|
26
|
+
this.customData13 = Mapper_1.map(obj.customData13);
|
|
27
|
+
this.customData14 = Mapper_1.map(obj.customData14);
|
|
28
|
+
this.customData15 = Mapper_1.map(obj.customData15);
|
|
29
|
+
this.customData16 = Mapper_1.map(obj.customData16);
|
|
30
|
+
this.customData17 = Mapper_1.map(obj.customData17);
|
|
31
|
+
this.customData18 = Mapper_1.map(obj.customData18);
|
|
32
|
+
this.customData19 = Mapper_1.map(obj.customData19);
|
|
33
|
+
this.customData20 = Mapper_1.map(obj.customData20);
|
|
34
|
+
this.customData21 = Mapper_1.map(obj.customData21);
|
|
35
|
+
this.customData22 = Mapper_1.map(obj.customData22);
|
|
36
|
+
this.customData23 = Mapper_1.map(obj.customData23);
|
|
37
|
+
this.customData24 = Mapper_1.map(obj.customData24);
|
|
38
|
+
this.customData25 = Mapper_1.map(obj.customData25);
|
|
21
39
|
}
|
|
22
40
|
return AnalyticsLicenseCustomDataFieldLabels;
|
|
23
41
|
}());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnalyticsLicenseCustomDataFieldLabels.js","sourceRoot":"","sources":["../../src/models/AnalyticsLicenseCustomDataFieldLabels.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAE/C;;;GAGG;AACH;
|
|
1
|
+
{"version":3,"file":"AnalyticsLicenseCustomDataFieldLabels.js","sourceRoot":"","sources":["../../src/models/AnalyticsLicenseCustomDataFieldLabels.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAE/C;;;GAGG;AACH;IAgLE,+CAAY,GAAoD;QAC9D,IAAG,CAAC,GAAG,EAAE;YACP,OAAO;SACR;QACD,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;IAC5C,CAAC;IACH,4CAAC;AAAD,CAAC,AA9MD,IA8MC;AA9MY,sFAAqC;AAgNlD,kBAAe,qCAAqC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AudioAdaptationSet.js","sourceRoot":"","sources":["../../src/models/AudioAdaptationSet.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,iDAA4C;
|
|
1
|
+
{"version":3,"file":"AudioAdaptationSet.js","sourceRoot":"","sources":["../../src/models/AudioAdaptationSet.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,iDAA4C;AAK5C;;;GAGG;AACH;IAAwC,sCAAa;IAQnD,4BAAY,GAAiC;QAA7C,YACE,kBAAM,GAAG,CAAC,SAKX;QAJC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;;IAC5B,CAAC;IACH,yBAAC;AAAD,CAAC,AAfD,CAAwC,uBAAa,GAepD;AAfY,gDAAkB;AAiB/B,kBAAe,kBAAkB,CAAC"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import Av1AdaptiveQuantMode from './Av1AdaptiveQuantMode';
|
|
2
|
-
import Av1KeyPlacementMode from './Av1KeyPlacementMode';
|
|
3
1
|
import CodecConfigType from './CodecConfigType';
|
|
4
2
|
import VideoConfiguration from './VideoConfiguration';
|
|
5
3
|
/**
|
|
@@ -13,154 +11,6 @@ export declare class Av1VideoConfiguration extends VideoConfiguration {
|
|
|
13
11
|
* @memberof Av1VideoConfiguration
|
|
14
12
|
*/
|
|
15
13
|
type: CodecConfigType.AV1;
|
|
16
|
-
/**
|
|
17
|
-
* @type {Av1KeyPlacementMode}
|
|
18
|
-
* @memberof Av1VideoConfiguration
|
|
19
|
-
*/
|
|
20
|
-
keyPlacementMode?: Av1KeyPlacementMode;
|
|
21
|
-
/**
|
|
22
|
-
* @type {Av1AdaptiveQuantMode}
|
|
23
|
-
* @memberof Av1VideoConfiguration
|
|
24
|
-
*/
|
|
25
|
-
adaptiveQuantMode?: Av1AdaptiveQuantMode;
|
|
26
|
-
/**
|
|
27
|
-
* Number of frames to look ahead for alternate reference frame selection
|
|
28
|
-
* @type {number}
|
|
29
|
-
* @memberof Av1VideoConfiguration
|
|
30
|
-
*/
|
|
31
|
-
lagInFrames?: number;
|
|
32
|
-
/**
|
|
33
|
-
* Minimum (best quality) quantizer
|
|
34
|
-
* @type {number}
|
|
35
|
-
* @memberof Av1VideoConfiguration
|
|
36
|
-
*/
|
|
37
|
-
minQ?: number;
|
|
38
|
-
/**
|
|
39
|
-
* Maximum (worst quality) quantizer
|
|
40
|
-
* @type {number}
|
|
41
|
-
* @memberof Av1VideoConfiguration
|
|
42
|
-
*/
|
|
43
|
-
maxQ?: number;
|
|
44
|
-
/**
|
|
45
|
-
* Rate control adaptation undershoot control
|
|
46
|
-
* @type {number}
|
|
47
|
-
* @memberof Av1VideoConfiguration
|
|
48
|
-
*/
|
|
49
|
-
undershootPct?: number;
|
|
50
|
-
/**
|
|
51
|
-
* Rate control adaptation overshoot control
|
|
52
|
-
* @type {number}
|
|
53
|
-
* @memberof Av1VideoConfiguration
|
|
54
|
-
*/
|
|
55
|
-
overshootPct?: number;
|
|
56
|
-
/**
|
|
57
|
-
* Decoder buffer size in milliseconds
|
|
58
|
-
* @type {number}
|
|
59
|
-
* @memberof Av1VideoConfiguration
|
|
60
|
-
*/
|
|
61
|
-
clientBufferSize?: number;
|
|
62
|
-
/**
|
|
63
|
-
* Decoder buffer initial size in milliseconds
|
|
64
|
-
* @type {number}
|
|
65
|
-
* @memberof Av1VideoConfiguration
|
|
66
|
-
*/
|
|
67
|
-
clientInitialBufferSize?: number;
|
|
68
|
-
/**
|
|
69
|
-
* Decoder buffer optimal size in milliseconds
|
|
70
|
-
* @type {number}
|
|
71
|
-
* @memberof Av1VideoConfiguration
|
|
72
|
-
*/
|
|
73
|
-
clientOptimalBufferSize?: number;
|
|
74
|
-
/**
|
|
75
|
-
* Number of tile columns to use, log2
|
|
76
|
-
* @type {number}
|
|
77
|
-
* @memberof Av1VideoConfiguration
|
|
78
|
-
*/
|
|
79
|
-
tileColumns?: number;
|
|
80
|
-
/**
|
|
81
|
-
* Number of tile rows to use, log2
|
|
82
|
-
* @type {number}
|
|
83
|
-
* @memberof Av1VideoConfiguration
|
|
84
|
-
*/
|
|
85
|
-
tileRows?: number;
|
|
86
|
-
/**
|
|
87
|
-
* Enable automatic set and use alf frames
|
|
88
|
-
* @type {boolean}
|
|
89
|
-
* @memberof Av1VideoConfiguration
|
|
90
|
-
*/
|
|
91
|
-
isAutomaticAltRefFramesEnabled?: boolean;
|
|
92
|
-
/**
|
|
93
|
-
* The max number of frames to create arf
|
|
94
|
-
* @type {number}
|
|
95
|
-
* @memberof Av1VideoConfiguration
|
|
96
|
-
*/
|
|
97
|
-
arnrMaxFrames?: number;
|
|
98
|
-
/**
|
|
99
|
-
* The filter strength for the arf
|
|
100
|
-
* @type {number}
|
|
101
|
-
* @memberof Av1VideoConfiguration
|
|
102
|
-
*/
|
|
103
|
-
arnrStrength?: number;
|
|
104
|
-
/**
|
|
105
|
-
* Maximum data rate for intra frames, expressed as a percentage of the average per-frame bitrate. Default value 0 meaning unlimited
|
|
106
|
-
* @type {number}
|
|
107
|
-
* @memberof Av1VideoConfiguration
|
|
108
|
-
*/
|
|
109
|
-
maxIntraRate?: number;
|
|
110
|
-
/**
|
|
111
|
-
* Lossless encoding mode
|
|
112
|
-
* @type {boolean}
|
|
113
|
-
* @memberof Av1VideoConfiguration
|
|
114
|
-
*/
|
|
115
|
-
isLossless?: boolean;
|
|
116
|
-
/**
|
|
117
|
-
* Enable frame parallel decoding feature
|
|
118
|
-
* @type {boolean}
|
|
119
|
-
* @memberof Av1VideoConfiguration
|
|
120
|
-
*/
|
|
121
|
-
isFrameParallel?: boolean;
|
|
122
|
-
/**
|
|
123
|
-
* Sets the sharpness
|
|
124
|
-
* @type {number}
|
|
125
|
-
* @memberof Av1VideoConfiguration
|
|
126
|
-
*/
|
|
127
|
-
sharpness?: number;
|
|
128
|
-
/**
|
|
129
|
-
* Enable quality boost by lowering frame level Q periodically
|
|
130
|
-
* @type {boolean}
|
|
131
|
-
* @memberof Av1VideoConfiguration
|
|
132
|
-
*/
|
|
133
|
-
isFrameBoostEnabled?: boolean;
|
|
134
|
-
/**
|
|
135
|
-
* Enable noise sensitivity on Y channel
|
|
136
|
-
* @type {boolean}
|
|
137
|
-
* @memberof Av1VideoConfiguration
|
|
138
|
-
*/
|
|
139
|
-
noiseSensitivity?: boolean;
|
|
140
|
-
/**
|
|
141
|
-
* Minimum interval between GF/ARF frames
|
|
142
|
-
* @type {number}
|
|
143
|
-
* @memberof Av1VideoConfiguration
|
|
144
|
-
*/
|
|
145
|
-
minGfInterval?: number;
|
|
146
|
-
/**
|
|
147
|
-
* Maximum interval between GF/ARF frames
|
|
148
|
-
* @type {number}
|
|
149
|
-
* @memberof Av1VideoConfiguration
|
|
150
|
-
*/
|
|
151
|
-
maxGfInterval?: number;
|
|
152
|
-
/**
|
|
153
|
-
* Maximum number of tile groups
|
|
154
|
-
* @type {number}
|
|
155
|
-
* @memberof Av1VideoConfiguration
|
|
156
|
-
*/
|
|
157
|
-
numTileGroups?: number;
|
|
158
|
-
/**
|
|
159
|
-
* Maximum number of bytes in a tile group
|
|
160
|
-
* @type {number}
|
|
161
|
-
* @memberof Av1VideoConfiguration
|
|
162
|
-
*/
|
|
163
|
-
mtuSize?: number;
|
|
164
14
|
constructor(obj?: Partial<Av1VideoConfiguration>);
|
|
165
15
|
}
|
|
166
16
|
export default Av1VideoConfiguration;
|
|
@@ -14,7 +14,6 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
14
14
|
})();
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.Av1VideoConfiguration = void 0;
|
|
17
|
-
var Mapper_1 = require("../common/Mapper");
|
|
18
17
|
var CodecConfigType_1 = require("./CodecConfigType");
|
|
19
18
|
var VideoConfiguration_1 = require("./VideoConfiguration");
|
|
20
19
|
/**
|
|
@@ -34,31 +33,6 @@ var Av1VideoConfiguration = /** @class */ (function (_super) {
|
|
|
34
33
|
if (!obj) {
|
|
35
34
|
return _this;
|
|
36
35
|
}
|
|
37
|
-
_this.keyPlacementMode = Mapper_1.map(obj.keyPlacementMode);
|
|
38
|
-
_this.adaptiveQuantMode = Mapper_1.map(obj.adaptiveQuantMode);
|
|
39
|
-
_this.lagInFrames = Mapper_1.map(obj.lagInFrames);
|
|
40
|
-
_this.minQ = Mapper_1.map(obj.minQ);
|
|
41
|
-
_this.maxQ = Mapper_1.map(obj.maxQ);
|
|
42
|
-
_this.undershootPct = Mapper_1.map(obj.undershootPct);
|
|
43
|
-
_this.overshootPct = Mapper_1.map(obj.overshootPct);
|
|
44
|
-
_this.clientBufferSize = Mapper_1.map(obj.clientBufferSize);
|
|
45
|
-
_this.clientInitialBufferSize = Mapper_1.map(obj.clientInitialBufferSize);
|
|
46
|
-
_this.clientOptimalBufferSize = Mapper_1.map(obj.clientOptimalBufferSize);
|
|
47
|
-
_this.tileColumns = Mapper_1.map(obj.tileColumns);
|
|
48
|
-
_this.tileRows = Mapper_1.map(obj.tileRows);
|
|
49
|
-
_this.isAutomaticAltRefFramesEnabled = Mapper_1.map(obj.isAutomaticAltRefFramesEnabled);
|
|
50
|
-
_this.arnrMaxFrames = Mapper_1.map(obj.arnrMaxFrames);
|
|
51
|
-
_this.arnrStrength = Mapper_1.map(obj.arnrStrength);
|
|
52
|
-
_this.maxIntraRate = Mapper_1.map(obj.maxIntraRate);
|
|
53
|
-
_this.isLossless = Mapper_1.map(obj.isLossless);
|
|
54
|
-
_this.isFrameParallel = Mapper_1.map(obj.isFrameParallel);
|
|
55
|
-
_this.sharpness = Mapper_1.map(obj.sharpness);
|
|
56
|
-
_this.isFrameBoostEnabled = Mapper_1.map(obj.isFrameBoostEnabled);
|
|
57
|
-
_this.noiseSensitivity = Mapper_1.map(obj.noiseSensitivity);
|
|
58
|
-
_this.minGfInterval = Mapper_1.map(obj.minGfInterval);
|
|
59
|
-
_this.maxGfInterval = Mapper_1.map(obj.maxGfInterval);
|
|
60
|
-
_this.numTileGroups = Mapper_1.map(obj.numTileGroups);
|
|
61
|
-
_this.mtuSize = Mapper_1.map(obj.mtuSize);
|
|
62
36
|
return _this;
|
|
63
37
|
}
|
|
64
38
|
return Av1VideoConfiguration;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Av1VideoConfiguration.js","sourceRoot":"","sources":["../../src/models/Av1VideoConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"Av1VideoConfiguration.js","sourceRoot":"","sources":["../../src/models/Av1VideoConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAgD;AAKhD,2DAAsD;AAEtD;;;GAGG;AACH;IAA2C,yCAAkB;IAQ3D,+BAAY,GAAoC;QAAhD,YACE,kBAAM,GAAG,CAAC,SAIX;QAZD;;;;WAIG;QACI,UAAI,GAAwB,yBAAe,CAAC,GAAG,CAAC;QAIrD,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,4BAAC;AAAD,CAAC,AAdD,CAA2C,4BAAkB,GAc5D;AAdY,sDAAqB;AAgBlC,kBAAe,qBAAqB,CAAC"}
|
|
@@ -3,37 +3,13 @@
|
|
|
3
3
|
* @enum {string}
|
|
4
4
|
*/
|
|
5
5
|
export declare enum AzureCloudRegion {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
US_CENTRAL = "US_CENTRAL",
|
|
9
|
-
US_EAST = "US_EAST",
|
|
10
|
-
US_EAST2 = "US_EAST2",
|
|
11
|
-
US_NORTH_CENTRAL = "US_NORTH_CENTRAL",
|
|
12
|
-
US_SOUTH_CENTRAL = "US_SOUTH_CENTRAL",
|
|
13
|
-
US_WEST_CENTRAL = "US_WEST_CENTRAL",
|
|
14
|
-
CANADA_CENTRAL = "CANADA_CENTRAL",
|
|
15
|
-
CANADA_EAST = "CANADA_EAST",
|
|
16
|
-
BRAZIL_SOUTH = "BRAZIL_SOUTH",
|
|
6
|
+
US_WEST2 = "AUSTRALIA_EAST",
|
|
7
|
+
US_EAST = "AUSTRALIA_SOUTHEAST",
|
|
17
8
|
EUROPE_NORTH = "EUROPE_NORTH",
|
|
18
9
|
EUROPE_WEST = "EUROPE_WEST",
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
JAPAN_EAST = "JAPAN_EAST",
|
|
24
|
-
JAPAN_WEST = "JAPAN_WEST",
|
|
25
|
-
AUSTRALIA_EAST = "AUSTRALIA_EAST",
|
|
26
|
-
AUSTRALIA_SOUTHEAST = "AUSTRALIA_SOUTHEAST",
|
|
27
|
-
INDIA_CENTRAL = "INDIA_CENTRAL",
|
|
28
|
-
INDIA_SOUTH = "INDIA_SOUTH",
|
|
29
|
-
INDIA_WEST = "INDIA_WEST",
|
|
30
|
-
KOREA_CENTRAL = "KOREA_CENTRAL",
|
|
31
|
-
KOREA_SOUTH = "KOREA_SOUTH",
|
|
32
|
-
CHINA_NORTH = "CHINA_NORTH",
|
|
33
|
-
CHINA_EAST = "CHINA_EAST",
|
|
34
|
-
GERMANY_CENTRAL = "GERMANY_CENTRAL",
|
|
35
|
-
GERMANY_NORTHEAST = "GERMANY_NORTHEAST",
|
|
36
|
-
GOV_US_VIRGINIA = "GOV_US_VIRGINIA",
|
|
37
|
-
GOV_US_IOWA = "GOV_US_IOWA"
|
|
10
|
+
GERMANY_WESTCENTRAL = "GERMANY_WESTCENTRAL",
|
|
11
|
+
AUSTRALIA_EAST = "UAE_NORTH",
|
|
12
|
+
AUSTRALIA_SOUTHEAST = "US_EAST",
|
|
13
|
+
UAE_NORTH = "US_WEST2"
|
|
38
14
|
}
|
|
39
15
|
export default AzureCloudRegion;
|
|
@@ -7,38 +7,14 @@ exports.AzureCloudRegion = void 0;
|
|
|
7
7
|
*/
|
|
8
8
|
var AzureCloudRegion;
|
|
9
9
|
(function (AzureCloudRegion) {
|
|
10
|
-
AzureCloudRegion["
|
|
11
|
-
AzureCloudRegion["
|
|
12
|
-
AzureCloudRegion["US_CENTRAL"] = "US_CENTRAL";
|
|
13
|
-
AzureCloudRegion["US_EAST"] = "US_EAST";
|
|
14
|
-
AzureCloudRegion["US_EAST2"] = "US_EAST2";
|
|
15
|
-
AzureCloudRegion["US_NORTH_CENTRAL"] = "US_NORTH_CENTRAL";
|
|
16
|
-
AzureCloudRegion["US_SOUTH_CENTRAL"] = "US_SOUTH_CENTRAL";
|
|
17
|
-
AzureCloudRegion["US_WEST_CENTRAL"] = "US_WEST_CENTRAL";
|
|
18
|
-
AzureCloudRegion["CANADA_CENTRAL"] = "CANADA_CENTRAL";
|
|
19
|
-
AzureCloudRegion["CANADA_EAST"] = "CANADA_EAST";
|
|
20
|
-
AzureCloudRegion["BRAZIL_SOUTH"] = "BRAZIL_SOUTH";
|
|
10
|
+
AzureCloudRegion["US_WEST2"] = "AUSTRALIA_EAST";
|
|
11
|
+
AzureCloudRegion["US_EAST"] = "AUSTRALIA_SOUTHEAST";
|
|
21
12
|
AzureCloudRegion["EUROPE_NORTH"] = "EUROPE_NORTH";
|
|
22
13
|
AzureCloudRegion["EUROPE_WEST"] = "EUROPE_WEST";
|
|
23
|
-
AzureCloudRegion["
|
|
24
|
-
AzureCloudRegion["
|
|
25
|
-
AzureCloudRegion["
|
|
26
|
-
AzureCloudRegion["
|
|
27
|
-
AzureCloudRegion["JAPAN_EAST"] = "JAPAN_EAST";
|
|
28
|
-
AzureCloudRegion["JAPAN_WEST"] = "JAPAN_WEST";
|
|
29
|
-
AzureCloudRegion["AUSTRALIA_EAST"] = "AUSTRALIA_EAST";
|
|
30
|
-
AzureCloudRegion["AUSTRALIA_SOUTHEAST"] = "AUSTRALIA_SOUTHEAST";
|
|
31
|
-
AzureCloudRegion["INDIA_CENTRAL"] = "INDIA_CENTRAL";
|
|
32
|
-
AzureCloudRegion["INDIA_SOUTH"] = "INDIA_SOUTH";
|
|
33
|
-
AzureCloudRegion["INDIA_WEST"] = "INDIA_WEST";
|
|
34
|
-
AzureCloudRegion["KOREA_CENTRAL"] = "KOREA_CENTRAL";
|
|
35
|
-
AzureCloudRegion["KOREA_SOUTH"] = "KOREA_SOUTH";
|
|
36
|
-
AzureCloudRegion["CHINA_NORTH"] = "CHINA_NORTH";
|
|
37
|
-
AzureCloudRegion["CHINA_EAST"] = "CHINA_EAST";
|
|
38
|
-
AzureCloudRegion["GERMANY_CENTRAL"] = "GERMANY_CENTRAL";
|
|
39
|
-
AzureCloudRegion["GERMANY_NORTHEAST"] = "GERMANY_NORTHEAST";
|
|
40
|
-
AzureCloudRegion["GOV_US_VIRGINIA"] = "GOV_US_VIRGINIA";
|
|
41
|
-
AzureCloudRegion["GOV_US_IOWA"] = "GOV_US_IOWA";
|
|
14
|
+
AzureCloudRegion["GERMANY_WESTCENTRAL"] = "GERMANY_WESTCENTRAL";
|
|
15
|
+
AzureCloudRegion["AUSTRALIA_EAST"] = "UAE_NORTH";
|
|
16
|
+
AzureCloudRegion["AUSTRALIA_SOUTHEAST"] = "US_EAST";
|
|
17
|
+
AzureCloudRegion["UAE_NORTH"] = "US_WEST2";
|
|
42
18
|
})(AzureCloudRegion = exports.AzureCloudRegion || (exports.AzureCloudRegion = {}));
|
|
43
19
|
exports.default = AzureCloudRegion;
|
|
44
20
|
//# sourceMappingURL=AzureCloudRegion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AzureCloudRegion.js","sourceRoot":"","sources":["../../src/models/AzureCloudRegion.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,
|
|
1
|
+
{"version":3,"file":"AzureCloudRegion.js","sourceRoot":"","sources":["../../src/models/AzureCloudRegion.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,gBASX;AATD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,mDAA+B,CAAA;IAC/B,iDAA6B,CAAA;IAC7B,+CAA2B,CAAA;IAC3B,+DAA2C,CAAA;IAC3C,gDAA4B,CAAA;IAC5B,mDAA+B,CAAA;IAC/B,0CAAsB,CAAA;AACxB,CAAC,EATW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAS3B;AAED,kBAAe,gBAAgB,CAAC"}
|
package/dist/models/Bif.d.ts
CHANGED
|
@@ -29,6 +29,12 @@ export declare class ChunkedTextMuxing extends Muxing {
|
|
|
29
29
|
* @memberof ChunkedTextMuxing
|
|
30
30
|
*/
|
|
31
31
|
segmentNamingTemplate?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Offset of MPEG-TS timestamps in seconds. This only affects streams with [WebVttConfiguration](#/Encoding/PostEncodingConfigurationsSubtitlesWebVtt). If set, the X-TIMESTAMP-MAP will be added as described in the [HLS specification](https://datatracker.ietf.org/doc/html/rfc8216#section-3.5). For example, if set to 10 seconds, *X-TIMESTAMP-MAP=MPEGTS:900000,LOCAL:00:00:00.000* will be added after each *WEBVTT* header. The default for ChunkedTextMuxing is that the X-TIMESTAMP-MAP will not be written. Important to note is that the default for `startOffset` for [TsMuxings](#/Encoding/PostEncodingEncodingsMuxingsTsByEncodingId) and [ProgressiveTsMuxings](#/Encoding/PostEncodingEncodingsMuxingsProgressiveTsByEncodingId) is 10 seconds. If the output of this muxing is used for HLS together with video/audio streams using TsMuxings and ProgressiveTsMuxings, this value should be set to the same `startOffset`.
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof ChunkedTextMuxing
|
|
36
|
+
*/
|
|
37
|
+
startOffset?: number;
|
|
32
38
|
/**
|
|
33
39
|
* Number of segments which have been encoded
|
|
34
40
|
* @type {number}
|
|
@@ -37,6 +37,7 @@ var ChunkedTextMuxing = /** @class */ (function (_super) {
|
|
|
37
37
|
_this.segmentLength = Mapper_1.map(obj.segmentLength);
|
|
38
38
|
_this.segmentNaming = Mapper_1.map(obj.segmentNaming);
|
|
39
39
|
_this.segmentNamingTemplate = Mapper_1.map(obj.segmentNamingTemplate);
|
|
40
|
+
_this.startOffset = Mapper_1.map(obj.startOffset);
|
|
40
41
|
_this.segmentsMuxed = Mapper_1.map(obj.segmentsMuxed);
|
|
41
42
|
return _this;
|
|
42
43
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChunkedTextMuxing.js","sourceRoot":"","sources":["../../src/models/ChunkedTextMuxing.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAG/C,mCAA8B;AAE9B,2CAAsC;AAGtC;;;GAGG;AACH;IAAuC,qCAAM;
|
|
1
|
+
{"version":3,"file":"ChunkedTextMuxing.js","sourceRoot":"","sources":["../../src/models/ChunkedTextMuxing.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAG/C,mCAA8B;AAE9B,2CAAsC;AAGtC;;;GAGG;AACH;IAAuC,qCAAM;IA2C3C,2BAAY,GAAgC;QAA5C,YACE,kBAAM,GAAG,CAAC,SASX;QApDD;;;;WAIG;QACI,UAAI,GAA4B,oBAAU,CAAC,YAAY,CAAC;QAuC7D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,qBAAqB,GAAG,YAAG,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;;IAC9C,CAAC;IACH,wBAAC;AAAD,CAAC,AAtDD,CAAuC,gBAAM,GAsD5C;AAtDY,8CAAiB;AAwD9B,kBAAe,iBAAiB,CAAC"}
|
|
@@ -37,10 +37,13 @@ export declare enum CloudRegion {
|
|
|
37
37
|
GOOGLE_US_EAST_4 = "GOOGLE_US_EAST_4",
|
|
38
38
|
GOOGLE_US_WEST_2 = "GOOGLE_US_WEST_2",
|
|
39
39
|
AZURE_EUROPE_WEST = "AZURE_EUROPE_WEST",
|
|
40
|
+
AZURE_EUROPE_NORTH = "AZURE_EUROPE_NORTH",
|
|
40
41
|
AZURE_US_WEST2 = "AZURE_US_WEST2",
|
|
41
42
|
AZURE_US_EAST = "AZURE_US_EAST",
|
|
42
43
|
AZURE_AUSTRALIA_SOUTHEAST = "AZURE_AUSTRALIA_SOUTHEAST",
|
|
43
44
|
AZURE_AUSTRALIA_EAST = "AZURE_AUSTRALIA_EAST",
|
|
45
|
+
AZURE_GERMANY_WESTCENTRAL = "AZURE_GERMANY_WESTCENTRAL",
|
|
46
|
+
AZURE_UAE_NORTH = "AZURE_UAE_NORTH",
|
|
44
47
|
NORTH_AMERICA = "NORTH_AMERICA",
|
|
45
48
|
SOUTH_AMERICA = "SOUTH_AMERICA",
|
|
46
49
|
EUROPE = "EUROPE",
|
|
@@ -41,10 +41,13 @@ var CloudRegion;
|
|
|
41
41
|
CloudRegion["GOOGLE_US_EAST_4"] = "GOOGLE_US_EAST_4";
|
|
42
42
|
CloudRegion["GOOGLE_US_WEST_2"] = "GOOGLE_US_WEST_2";
|
|
43
43
|
CloudRegion["AZURE_EUROPE_WEST"] = "AZURE_EUROPE_WEST";
|
|
44
|
+
CloudRegion["AZURE_EUROPE_NORTH"] = "AZURE_EUROPE_NORTH";
|
|
44
45
|
CloudRegion["AZURE_US_WEST2"] = "AZURE_US_WEST2";
|
|
45
46
|
CloudRegion["AZURE_US_EAST"] = "AZURE_US_EAST";
|
|
46
47
|
CloudRegion["AZURE_AUSTRALIA_SOUTHEAST"] = "AZURE_AUSTRALIA_SOUTHEAST";
|
|
47
48
|
CloudRegion["AZURE_AUSTRALIA_EAST"] = "AZURE_AUSTRALIA_EAST";
|
|
49
|
+
CloudRegion["AZURE_GERMANY_WESTCENTRAL"] = "AZURE_GERMANY_WESTCENTRAL";
|
|
50
|
+
CloudRegion["AZURE_UAE_NORTH"] = "AZURE_UAE_NORTH";
|
|
48
51
|
CloudRegion["NORTH_AMERICA"] = "NORTH_AMERICA";
|
|
49
52
|
CloudRegion["SOUTH_AMERICA"] = "SOUTH_AMERICA";
|
|
50
53
|
CloudRegion["EUROPE"] = "EUROPE";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CloudRegion.js","sourceRoot":"","sources":["../../src/models/CloudRegion.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,
|
|
1
|
+
{"version":3,"file":"CloudRegion.js","sourceRoot":"","sources":["../../src/models/CloudRegion.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,WAoDX;AApDD,WAAY,WAAW;IACrB,8CAA+B,CAAA;IAC/B,8CAA+B,CAAA;IAC/B,8CAA+B,CAAA;IAC/B,8CAA+B,CAAA;IAC/B,8CAA+B,CAAA;IAC/B,oDAAqC,CAAA;IACrC,wDAAyC,CAAA;IACzC,wDAAyC,CAAA;IACzC,wDAAyC,CAAA;IACzC,wDAAyC,CAAA;IACzC,gDAAiC,CAAA;IACjC,8CAA+B,CAAA;IAC/B,8CAA+B,CAAA;IAC/B,8CAA+B,CAAA;IAC/B,oDAAqC,CAAA;IACrC,0DAA2C,CAAA;IAC3C,oDAAqC,CAAA;IACrC,wDAAyC,CAAA;IACzC,4DAA6C,CAAA;IAC7C,oDAAqC,CAAA;IACrC,wDAAyC,CAAA;IACzC,kEAAmD,CAAA;IACnD,0DAA2C,CAAA;IAC3C,kEAAmD,CAAA;IACnD,4EAA6D,CAAA;IAC7D,8DAA+C,CAAA;IAC/C,4DAA6C,CAAA;IAC7C,4DAA6C,CAAA;IAC7C,4DAA6C,CAAA;IAC7C,kFAAmE,CAAA;IACnE,wEAAyD,CAAA;IACzD,oDAAqC,CAAA;IACrC,oDAAqC,CAAA;IACrC,sDAAuC,CAAA;IACvC,wDAAyC,CAAA;IACzC,gDAAiC,CAAA;IACjC,8CAA+B,CAAA;IAC/B,sEAAuD,CAAA;IACvD,4DAA6C,CAAA;IAC7C,sEAAuD,CAAA;IACvD,kDAAmC,CAAA;IACnC,8CAA+B,CAAA;IAC/B,8CAA+B,CAAA;IAC/B,gCAAiB,CAAA;IACjB,gCAAiB,CAAA;IACjB,4BAAa,CAAA;IACb,sCAAuB,CAAA;IACvB,0BAAW,CAAA;IACX,gCAAiB,CAAA;IACjB,oCAAqB,CAAA;IACrB,4BAAa,CAAA;AACf,CAAC,EApDW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAoDtB;AAED,kBAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.H264DynamicRangeFormat = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Ouput should be in Standard Definition Range (SDR).
|
|
6
|
+
* @export
|
|
7
|
+
* @enum {string}
|
|
8
|
+
*/
|
|
9
|
+
var H264DynamicRangeFormat;
|
|
10
|
+
(function (H264DynamicRangeFormat) {
|
|
11
|
+
H264DynamicRangeFormat["SDR"] = "SDR";
|
|
12
|
+
})(H264DynamicRangeFormat = exports.H264DynamicRangeFormat || (exports.H264DynamicRangeFormat = {}));
|
|
13
|
+
exports.default = H264DynamicRangeFormat;
|
|
14
|
+
//# sourceMappingURL=H264DynamicRangeFormat.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"H264DynamicRangeFormat.js","sourceRoot":"","sources":["../../src/models/H264DynamicRangeFormat.ts"],"names":[],"mappings":";;;AAAA;;;;GAIG;AACH,IAAY,sBAEX;AAFD,WAAY,sBAAsB;IAChC,qCAAW,CAAA;AACb,CAAC,EAFW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAEjC;AAED,kBAAe,sBAAsB,CAAC"}
|
|
@@ -3,6 +3,7 @@ import BAdapt from './BAdapt';
|
|
|
3
3
|
import Cea608708SubtitleConfiguration from './Cea608708SubtitleConfiguration';
|
|
4
4
|
import CodecConfigType from './CodecConfigType';
|
|
5
5
|
import H264BPyramid from './H264BPyramid';
|
|
6
|
+
import H264DynamicRangeFormat from './H264DynamicRangeFormat';
|
|
6
7
|
import H264InterlaceMode from './H264InterlaceMode';
|
|
7
8
|
import H264MotionEstimationMethod from './H264MotionEstimationMethod';
|
|
8
9
|
import H264NalHrd from './H264NalHrd';
|
|
@@ -32,6 +33,12 @@ export declare class H264VideoConfiguration extends VideoConfiguration {
|
|
|
32
33
|
* @memberof H264VideoConfiguration
|
|
33
34
|
*/
|
|
34
35
|
presetConfiguration?: PresetConfiguration;
|
|
36
|
+
/**
|
|
37
|
+
* Automatically configures the H264 Video Codec to be compatible with the given SDR format. Bitmovin recommends to use the dynamic range format together with a preset configuration to achieve good results. Explicitly configured properties will take precedence over dynamic range format settings, which in turn will take precedence over preset configurations.
|
|
38
|
+
* @type {H264DynamicRangeFormat}
|
|
39
|
+
* @memberof H264VideoConfiguration
|
|
40
|
+
*/
|
|
41
|
+
dynamicRangeFormat?: H264DynamicRangeFormat;
|
|
35
42
|
/**
|
|
36
43
|
* Sets the constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.
|
|
37
44
|
* @type {number}
|
|
@@ -36,6 +36,7 @@ var H264VideoConfiguration = /** @class */ (function (_super) {
|
|
|
36
36
|
return _this;
|
|
37
37
|
}
|
|
38
38
|
_this.presetConfiguration = Mapper_1.map(obj.presetConfiguration);
|
|
39
|
+
_this.dynamicRangeFormat = Mapper_1.map(obj.dynamicRangeFormat);
|
|
39
40
|
_this.crf = Mapper_1.map(obj.crf);
|
|
40
41
|
_this.profile = Mapper_1.map(obj.profile);
|
|
41
42
|
_this.bframes = Mapper_1.map(obj.bframes);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"H264VideoConfiguration.js","sourceRoot":"","sources":["../../src/models/H264VideoConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAG/C,mFAA8E;AAC9E,qDAAgD;
|
|
1
|
+
{"version":3,"file":"H264VideoConfiguration.js","sourceRoot":"","sources":["../../src/models/H264VideoConfiguration.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageAdaptationSet.js","sourceRoot":"","sources":["../../src/models/ImageAdaptationSet.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,iDAA4C;
|
|
1
|
+
{"version":3,"file":"ImageAdaptationSet.js","sourceRoot":"","sources":["../../src/models/ImageAdaptationSet.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,iDAA4C;AAK5C;;;GAGG;AACH;IAAwC,sCAAa;IACnD,4BAAY,GAAiC;QAA7C,YACE,kBAAM,GAAG,CAAC,SAIX;QAHC,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,yBAAC;AAAD,CAAC,AAPD,CAAwC,uBAAa,GAOpD;AAPY,gDAAkB;AAS/B,kBAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @export
|
|
3
|
+
* @class Label
|
|
4
|
+
*/
|
|
5
|
+
export declare class Label {
|
|
6
|
+
/**
|
|
7
|
+
* Identifier of the label.
|
|
8
|
+
* @type {number}
|
|
9
|
+
* @memberof Label
|
|
10
|
+
*/
|
|
11
|
+
id?: number;
|
|
12
|
+
/**
|
|
13
|
+
* Specifies the language of the label.
|
|
14
|
+
* @type {string}
|
|
15
|
+
* @memberof Label
|
|
16
|
+
*/
|
|
17
|
+
lang?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Content of the label. (required)
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Label
|
|
22
|
+
*/
|
|
23
|
+
value?: string;
|
|
24
|
+
constructor(obj?: Partial<Label>);
|
|
25
|
+
}
|
|
26
|
+
export default Label;
|