@bitmovin/api-sdk 1.132.0 → 1.133.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.
|
|
243
|
+
'X-Api-Client-Version': '1.133.0',
|
|
244
244
|
'Content-Type': 'application/json'
|
|
245
245
|
};
|
|
246
246
|
if (tenantOrgId) {
|
|
@@ -225,7 +225,7 @@ export declare class H265VideoConfiguration extends VideoConfiguration {
|
|
|
225
225
|
*/
|
|
226
226
|
adaptiveQuantizationMode?: AdaptiveQuantMode;
|
|
227
227
|
/**
|
|
228
|
-
*
|
|
228
|
+
* Enable SDR compatible HLG signaling. The container and bitstream will indicate BT.2020 but ARIB STD-B67 will be signaled in the alternative transfer characteristics SEI message.
|
|
229
229
|
* @type {boolean}
|
|
230
230
|
* @memberof H265VideoConfiguration
|
|
231
231
|
*/
|