@bitmovin/api-sdk 1.91.0 → 1.95.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.
Files changed (100) hide show
  1. package/README.md +1 -1
  2. package/dist/account/organizations/groups/invitations/InvitationListQueryParams.d.ts +28 -0
  3. package/dist/account/organizations/groups/invitations/InvitationListQueryParams.js +30 -0
  4. package/dist/account/organizations/groups/invitations/InvitationListQueryParams.js.map +1 -0
  5. package/dist/account/organizations/groups/invitations/InvitationsApi.d.ts +22 -1
  6. package/dist/account/organizations/groups/invitations/InvitationsApi.js +48 -2
  7. package/dist/account/organizations/groups/invitations/InvitationsApi.js.map +1 -1
  8. package/dist/account/organizations/groups/tenants/TenantListQueryParams.d.ts +28 -0
  9. package/dist/account/organizations/groups/tenants/TenantListQueryParams.js +30 -0
  10. package/dist/account/organizations/groups/tenants/TenantListQueryParams.js.map +1 -0
  11. package/dist/account/organizations/groups/tenants/TenantsApi.d.ts +3 -1
  12. package/dist/account/organizations/groups/tenants/TenantsApi.js +11 -2
  13. package/dist/account/organizations/groups/tenants/TenantsApi.js.map +1 -1
  14. package/dist/analytics/licenses/LicensesApi.d.ts +2 -3
  15. package/dist/analytics/licenses/LicensesApi.js +3 -3
  16. package/dist/analytics/licenses/LicensesApi.js.map +1 -1
  17. package/dist/bitmovin-api-sdk.browser.js +325 -240
  18. package/dist/bitmovin-api-sdk.browser.js.map +1 -1
  19. package/dist/bitmovin-api-sdk.browser.min.js +2 -2
  20. package/dist/common/RestClient.js +1 -1
  21. package/dist/encoding/configurations/video/av1/Av1Api.js.map +1 -1
  22. package/dist/encoding/manifests/hls/media/customTags/CustomTagsApi.d.ts +6 -6
  23. package/dist/encoding/manifests/hls/media/customTags/CustomTagsApi.js +6 -6
  24. package/dist/models/AdaptationSet.d.ts +7 -0
  25. package/dist/models/AdaptationSet.js +2 -0
  26. package/dist/models/AdaptationSet.js.map +1 -1
  27. package/dist/models/AnalyticsLicense.d.ts +73 -18
  28. package/dist/models/AnalyticsLicense.js +22 -30
  29. package/dist/models/AnalyticsLicense.js.map +1 -1
  30. package/dist/models/AnalyticsLicenseCustomDataFieldLabels.d.ts +12 -0
  31. package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js +2 -0
  32. package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js.map +1 -1
  33. package/dist/models/AudioAdaptationSet.js.map +1 -1
  34. package/dist/models/Av1VideoConfiguration.d.ts +0 -150
  35. package/dist/models/Av1VideoConfiguration.js +0 -26
  36. package/dist/models/Av1VideoConfiguration.js.map +1 -1
  37. package/dist/models/AzureCloudRegion.d.ts +6 -30
  38. package/dist/models/AzureCloudRegion.js +6 -30
  39. package/dist/models/AzureCloudRegion.js.map +1 -1
  40. package/dist/models/Bif.d.ts +1 -1
  41. package/dist/models/ChunkedTextMuxing.d.ts +6 -0
  42. package/dist/models/ChunkedTextMuxing.js +1 -0
  43. package/dist/models/ChunkedTextMuxing.js.map +1 -1
  44. package/dist/models/CloudRegion.d.ts +3 -0
  45. package/dist/models/CloudRegion.js +3 -0
  46. package/dist/models/CloudRegion.js.map +1 -1
  47. package/dist/models/H264DynamicRangeFormat.d.ts +9 -0
  48. package/dist/models/H264DynamicRangeFormat.js +14 -0
  49. package/dist/models/H264DynamicRangeFormat.js.map +1 -0
  50. package/dist/models/H264VideoConfiguration.d.ts +7 -0
  51. package/dist/models/H264VideoConfiguration.js +1 -0
  52. package/dist/models/H264VideoConfiguration.js.map +1 -1
  53. package/dist/models/ImageAdaptationSet.js.map +1 -1
  54. package/dist/models/Label.d.ts +26 -0
  55. package/dist/models/Label.js +22 -0
  56. package/dist/models/Label.js.map +1 -0
  57. package/dist/models/StatisticsPerStream.d.ts +12 -0
  58. package/dist/models/StatisticsPerStream.js +2 -0
  59. package/dist/models/StatisticsPerStream.js.map +1 -1
  60. package/dist/models/SubtitleAdaptationSet.js.map +1 -1
  61. package/dist/models/TextMuxing.d.ts +6 -0
  62. package/dist/models/TextMuxing.js +1 -0
  63. package/dist/models/TextMuxing.js.map +1 -1
  64. package/dist/models/VideoAdaptationSet.js.map +1 -1
  65. package/dist/models/Vp9DynamicRangeFormat.d.ts +10 -0
  66. package/dist/models/Vp9DynamicRangeFormat.js +15 -0
  67. package/dist/models/Vp9DynamicRangeFormat.js.map +1 -0
  68. package/dist/models/Vp9VideoConfiguration.d.ts +7 -0
  69. package/dist/models/Vp9VideoConfiguration.js +1 -0
  70. package/dist/models/Vp9VideoConfiguration.js.map +1 -1
  71. package/dist/models/Webhook.d.ts +3 -3
  72. package/dist/models/index.d.ts +3 -3
  73. package/dist/models/index.js +3 -3
  74. package/dist/models/index.js.map +1 -1
  75. package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.d.ts +10 -10
  76. package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.js +10 -10
  77. package/dist/notifications/webhooks/encoding/encodings/error/customdata/CustomdataApi.d.ts +2 -2
  78. package/dist/notifications/webhooks/encoding/encodings/error/customdata/CustomdataApi.js +2 -2
  79. package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.d.ts +10 -10
  80. package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.js +10 -10
  81. package/dist/notifications/webhooks/encoding/encodings/finished/customdata/CustomdataApi.d.ts +2 -2
  82. package/dist/notifications/webhooks/encoding/encodings/finished/customdata/CustomdataApi.js +2 -2
  83. package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.d.ts +10 -10
  84. package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.js +10 -10
  85. package/dist/notifications/webhooks/encoding/encodings/transferError/customdata/CustomdataApi.d.ts +2 -2
  86. package/dist/notifications/webhooks/encoding/encodings/transferError/customdata/CustomdataApi.js +2 -2
  87. package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.d.ts +6 -6
  88. package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.js +6 -6
  89. package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.d.ts +4 -4
  90. package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.js +4 -4
  91. package/package.json +1 -1
  92. package/dist/models/AnalyticsLicenseUpdateRequest.d.ts +0 -30
  93. package/dist/models/AnalyticsLicenseUpdateRequest.js +0 -24
  94. package/dist/models/AnalyticsLicenseUpdateRequest.js.map +0 -1
  95. package/dist/models/Av1AdaptiveQuantMode.d.ts +0 -13
  96. package/dist/models/Av1AdaptiveQuantMode.js +0 -18
  97. package/dist/models/Av1AdaptiveQuantMode.js.map +0 -1
  98. package/dist/models/Av1KeyPlacementMode.d.ts +0 -11
  99. package/dist/models/Av1KeyPlacementMode.js +0 -16
  100. package/dist/models/Av1KeyPlacementMode.js.map +0 -1
@@ -238,7 +238,7 @@ var HeaderHandler = /** @class */ (function (_super) {
238
238
  var headers = {
239
239
  'X-Api-Key': apiKey,
240
240
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
241
- 'X-Api-Client-Version': '1.91.0',
241
+ 'X-Api-Client-Version': '1.95.0',
242
242
  'Content-Type': 'application/json'
243
243
  };
244
244
  if (tenantOrgId) {
@@ -1 +1 @@
1
- {"version":3,"file":"Av1Api.js","sourceRoot":"","sources":["../../../../../src/encoding/configurations/video/av1/Av1Api.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAmD;AAEnD,oDAAwD;AACxD,4DAAuD;AACvD,kFAA6E;AAC7E,wEAAmE;AACnE,4EAAuE;AACvE,+FAAyI;AAEzI;;;;;GAKG;AACH;IAAoC,0BAAO;IAGzC,gBAAY,aAA4B;QAAxC,YACE,kBAAM,aAAa,CAAC,SAErB;QADC,KAAI,CAAC,UAAU,GAAG,IAAI,uBAAa,CAAC,aAAa,CAAC,CAAC;;IACrD,CAAC;IAED;;;;;OAKG;IACI,uBAAM,GAAb,UAAc,qBAA6C;QACzD,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAwB,oCAAoC,EAAE,EAAE,EAAE,qBAAqB,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YAChI,OAAO,YAAG,CAAC,QAAQ,EAAE,+BAAqB,CAAC,CAAC;QAC9C,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACI,uBAAM,GAAb,UAAc,eAAuB;QACnC,IAAM,YAAY,GAAG;YACnB,gBAAgB,EAAE,eAAe;SAClC,CAAC;QACF,OAAO,IAAI,CAAC,UAAU,CAAC,MAAM,CAAmB,uDAAuD,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YACnI,OAAO,YAAG,CAAC,QAAQ,EAAE,0BAAgB,CAAC,CAAC;QACzC,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACI,oBAAG,GAAV,UAAW,eAAuB;QAChC,IAAM,YAAY,GAAG;YACnB,gBAAgB,EAAE,eAAe;SAClC,CAAC;QACF,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAAwB,uDAAuD,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YACrI,OAAO,YAAG,CAAC,QAAQ,EAAE,+BAAqB,CAAC,CAAC;QAC9C,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACI,qBAAI,GAAX,UAAY,eAA0J;QACpK,IAAI,WAAW,GAAyC,EAAE,CAAC;QAC3D,IAAI,OAAO,eAAe,KAAK,UAAU,EAAE;YACzC,WAAW,GAAG,eAAe,CAAC,IAAI,kFAA2C,EAAE,CAAC,CAAC,gBAAgB,EAAE,CAAC;SACrG;aAAM,IAAI,eAAe,EAAE;YAC1B,WAAW,GAAG,eAAe,CAAC;SAC/B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAA4C,oCAAoC,EAAE,EAAE,EAAE,WAAW,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YACzI,OAAO,IAAI,4BAAkB,CAAwB,QAAQ,EAAE,+BAAqB,CAAC,CAAC;QACxF,CAAC,CAAC,CAAC;IACL,CAAC;IACH,aAAC;AAAD,CAAC,AAnED,CAAoC,iBAAO,GAmE1C"}
1
+ {"version":3,"file":"Av1Api.js","sourceRoot":"","sources":["../../../../../src/encoding/configurations/video/av1/Av1Api.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAmD;AAEnD,oDAAwD;AACxD,4DAAuD;AACvD,kFAA6E;AAC7E,wEAAmE;AAEnE,4EAAuE;AACvE,+FAAyI;AAEzI;;;;;GAKG;AACH;IAAoC,0BAAO;IAGzC,gBAAY,aAA4B;QAAxC,YACE,kBAAM,aAAa,CAAC,SAErB;QADC,KAAI,CAAC,UAAU,GAAG,IAAI,uBAAa,CAAC,aAAa,CAAC,CAAC;;IACrD,CAAC;IAED;;;;;OAKG;IACI,uBAAM,GAAb,UAAc,qBAA6C;QACzD,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAwB,oCAAoC,EAAE,EAAE,EAAE,qBAAqB,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YAChI,OAAO,YAAG,CAAC,QAAQ,EAAE,+BAAqB,CAAC,CAAC;QAC9C,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACI,uBAAM,GAAb,UAAc,eAAuB;QACnC,IAAM,YAAY,GAAG;YACnB,gBAAgB,EAAE,eAAe;SAClC,CAAC;QACF,OAAO,IAAI,CAAC,UAAU,CAAC,MAAM,CAAmB,uDAAuD,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YACnI,OAAO,YAAG,CAAC,QAAQ,EAAE,0BAAgB,CAAC,CAAC;QACzC,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACI,oBAAG,GAAV,UAAW,eAAuB;QAChC,IAAM,YAAY,GAAG;YACnB,gBAAgB,EAAE,eAAe;SAClC,CAAC;QACF,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAAwB,uDAAuD,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YACrI,OAAO,YAAG,CAAC,QAAQ,EAAE,+BAAqB,CAAC,CAAC;QAC9C,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACI,qBAAI,GAAX,UAAY,eAA0J;QACpK,IAAI,WAAW,GAAyC,EAAE,CAAC;QAC3D,IAAI,OAAO,eAAe,KAAK,UAAU,EAAE;YACzC,WAAW,GAAG,eAAe,CAAC,IAAI,kFAA2C,EAAE,CAAC,CAAC,gBAAgB,EAAE,CAAC;SACrG;aAAM,IAAI,eAAe,EAAE;YAC1B,WAAW,GAAG,eAAe,CAAC;SAC/B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAA4C,oCAAoC,EAAE,EAAE,EAAE,WAAW,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YACzI,OAAO,IAAI,4BAAkB,CAAwB,QAAQ,EAAE,+BAAqB,CAAC,CAAC;QACxF,CAAC,CAAC,CAAC;IACL,CAAC;IACH,aAAC;AAAD,CAAC,AAnED,CAAoC,iBAAO,GAmE1C"}
@@ -13,9 +13,9 @@ import { CustomTagListQueryParams, CustomTagListQueryParamsBuilder } from './Cus
13
13
  export default class CustomTagsApi extends BaseAPI {
14
14
  constructor(configuration: Configuration);
15
15
  /**
16
- * @summary Add Custom Tag to Audio Media
16
+ * @summary Add Custom Tag to a Audio Media or a Subtitle media
17
17
  * @param {string} manifestId Id of the hls manifest.
18
- * @param {string} mediaId Id of the audio media.
18
+ * @param {string} mediaId Id of the media.
19
19
  * @param {CustomTag} customTag The Custom Tag to be added
20
20
  * @throws {BitmovinError}
21
21
  * @memberof CustomTagsApi
@@ -24,7 +24,7 @@ export default class CustomTagsApi extends BaseAPI {
24
24
  /**
25
25
  * @summary Delete Custom Tag
26
26
  * @param {string} manifestId Id of the hls manifest.
27
- * @param {string} mediaId Id of the audio media.
27
+ * @param {string} mediaId Id of the media.
28
28
  * @param {string} customTagId Id of the custom tag.
29
29
  * @throws {BitmovinError}
30
30
  * @memberof CustomTagsApi
@@ -33,16 +33,16 @@ export default class CustomTagsApi extends BaseAPI {
33
33
  /**
34
34
  * @summary Custom Tag Details
35
35
  * @param {string} manifestId Id of the hls manifest.
36
- * @param {string} mediaId Id of the audio media
36
+ * @param {string} mediaId Id of the media
37
37
  * @param {string} customTagId Id of the custom tag.
38
38
  * @throws {BitmovinError}
39
39
  * @memberof CustomTagsApi
40
40
  */
41
41
  get(manifestId: string, mediaId: string, customTagId: string): Promise<CustomTag>;
42
42
  /**
43
- * @summary List all Custom Tags of a Audio media
43
+ * @summary List all Custom Tags of a Audio media or a Subtitle media
44
44
  * @param {string} manifestId Id of the hls manifest.
45
- * @param {string} mediaId Id of the audio media.
45
+ * @param {string} mediaId Id of the media.
46
46
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
47
47
  * @throws {BitmovinError}
48
48
  * @memberof CustomTagsApi
@@ -31,9 +31,9 @@ var CustomTagsApi = /** @class */ (function (_super) {
31
31
  return _super.call(this, configuration) || this;
32
32
  }
33
33
  /**
34
- * @summary Add Custom Tag to Audio Media
34
+ * @summary Add Custom Tag to a Audio Media or a Subtitle media
35
35
  * @param {string} manifestId Id of the hls manifest.
36
- * @param {string} mediaId Id of the audio media.
36
+ * @param {string} mediaId Id of the media.
37
37
  * @param {CustomTag} customTag The Custom Tag to be added
38
38
  * @throws {BitmovinError}
39
39
  * @memberof CustomTagsApi
@@ -50,7 +50,7 @@ var CustomTagsApi = /** @class */ (function (_super) {
50
50
  /**
51
51
  * @summary Delete Custom Tag
52
52
  * @param {string} manifestId Id of the hls manifest.
53
- * @param {string} mediaId Id of the audio media.
53
+ * @param {string} mediaId Id of the media.
54
54
  * @param {string} customTagId Id of the custom tag.
55
55
  * @throws {BitmovinError}
56
56
  * @memberof CustomTagsApi
@@ -68,7 +68,7 @@ var CustomTagsApi = /** @class */ (function (_super) {
68
68
  /**
69
69
  * @summary Custom Tag Details
70
70
  * @param {string} manifestId Id of the hls manifest.
71
- * @param {string} mediaId Id of the audio media
71
+ * @param {string} mediaId Id of the media
72
72
  * @param {string} customTagId Id of the custom tag.
73
73
  * @throws {BitmovinError}
74
74
  * @memberof CustomTagsApi
@@ -84,9 +84,9 @@ var CustomTagsApi = /** @class */ (function (_super) {
84
84
  });
85
85
  };
86
86
  /**
87
- * @summary List all Custom Tags of a Audio media
87
+ * @summary List all Custom Tags of a Audio media or a Subtitle media
88
88
  * @param {string} manifestId Id of the hls manifest.
89
- * @param {string} mediaId Id of the audio media.
89
+ * @param {string} mediaId Id of the media.
90
90
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
91
91
  * @throws {BitmovinError}
92
92
  * @memberof CustomTagsApi
@@ -2,6 +2,7 @@ import Accessibility from './Accessibility';
2
2
  import AdaptationSetRole from './AdaptationSetRole';
3
3
  import BitmovinResponse from './BitmovinResponse';
4
4
  import CustomAttribute from './CustomAttribute';
5
+ import Label from './Label';
5
6
  /**
6
7
  * @export
7
8
  * @class AdaptationSet
@@ -25,6 +26,12 @@ export declare class AdaptationSet extends BitmovinResponse {
25
26
  * @memberof AdaptationSet
26
27
  */
27
28
  accessibilities?: Accessibility[];
29
+ /**
30
+ * List of labels
31
+ * @type {Label[]}
32
+ * @memberof AdaptationSet
33
+ */
34
+ labels?: Label[];
28
35
  constructor(obj?: Partial<AdaptationSet>);
29
36
  }
30
37
  export default AdaptationSet;
@@ -18,6 +18,7 @@ var Mapper_1 = require("../common/Mapper");
18
18
  var Accessibility_1 = require("./Accessibility");
19
19
  var BitmovinResponse_1 = require("./BitmovinResponse");
20
20
  var CustomAttribute_1 = require("./CustomAttribute");
21
+ var Label_1 = require("./Label");
21
22
  /**
22
23
  * @export
23
24
  * @class AdaptationSet
@@ -32,6 +33,7 @@ var AdaptationSet = /** @class */ (function (_super) {
32
33
  _this.customAttributes = Mapper_1.mapArray(obj.customAttributes, CustomAttribute_1.default);
33
34
  _this.roles = Mapper_1.mapArray(obj.roles);
34
35
  _this.accessibilities = Mapper_1.mapArray(obj.accessibilities, Accessibility_1.default);
36
+ _this.labels = Mapper_1.mapArray(obj.labels, Label_1.default);
35
37
  return _this;
36
38
  }
37
39
  return AdaptationSet;
@@ -1 +1 @@
1
- {"version":3,"file":"AdaptationSet.js","sourceRoot":"","sources":["../../src/models/AdaptationSet.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iDAA4C;AAE5C,uDAAkD;AAClD,qDAAgD;AAEhD;;;GAGG;AACH;IAAmC,iCAAgB;IAsBjD,uBAAY,GAA4B;QAAxC,YACE,kBAAM,GAAG,CAAC,SAOX;QANC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,gBAAgB,GAAG,iBAAQ,CAAC,GAAG,CAAC,gBAAgB,EAAE,yBAAe,CAAC,CAAC;QACxE,KAAI,CAAC,KAAK,GAAG,iBAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACjC,KAAI,CAAC,eAAe,GAAG,iBAAQ,CAAC,GAAG,CAAC,eAAe,EAAE,uBAAa,CAAC,CAAC;;IACtE,CAAC;IACH,oBAAC;AAAD,CAAC,AA/BD,CAAmC,0BAAgB,GA+BlD;AA/BY,sCAAa;AAiC1B,kBAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"AdaptationSet.js","sourceRoot":"","sources":["../../src/models/AdaptationSet.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iDAA4C;AAE5C,uDAAkD;AAClD,qDAAgD;AAChD,iCAA4B;AAE5B;;;GAGG;AACH;IAAmC,iCAAgB;IA6BjD,uBAAY,GAA4B;QAAxC,YACE,kBAAM,GAAG,CAAC,SAQX;QAPC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,gBAAgB,GAAG,iBAAQ,CAAC,GAAG,CAAC,gBAAgB,EAAE,yBAAe,CAAC,CAAC;QACxE,KAAI,CAAC,KAAK,GAAG,iBAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACjC,KAAI,CAAC,eAAe,GAAG,iBAAQ,CAAC,GAAG,CAAC,eAAe,EAAE,uBAAa,CAAC,CAAC;QACpE,KAAI,CAAC,MAAM,GAAG,iBAAQ,CAAC,GAAG,CAAC,MAAM,EAAE,eAAK,CAAC,CAAC;;IAC5C,CAAC;IACH,oBAAC;AAAD,CAAC,AAvCD,CAAmC,0BAAgB,GAuClD;AAvCY,sCAAa;AAyC1B,kBAAe,aAAa,CAAC"}
@@ -1,18 +1,31 @@
1
1
  import AnalyticsLicenseCustomDataFieldLabels from './AnalyticsLicenseCustomDataFieldLabels';
2
2
  import AnalyticsLicenseDomain from './AnalyticsLicenseDomain';
3
3
  import AnalyticsLicenseFeatures from './AnalyticsLicenseFeatures';
4
- import BitmovinResponse from './BitmovinResponse';
5
4
  /**
6
5
  * @export
7
6
  * @class AnalyticsLicense
8
7
  */
9
- export declare class AnalyticsLicense extends BitmovinResponse {
8
+ export declare class AnalyticsLicense {
10
9
  /**
11
- * Name of the Analytics License
10
+ * Id of the Analytics License
12
11
  * @type {string}
13
12
  * @memberof AnalyticsLicense
14
13
  */
15
- name?: string;
14
+ id?: string;
15
+ /**
16
+ * Creation date of the Analytics License in UTC format
17
+ * @type {Date}
18
+ * @memberof AnalyticsLicense
19
+ */
20
+ createdAt?: Date;
21
+ /**
22
+ * User-specific meta data. This can hold anything.
23
+ * @type {{ [key: string]: any; }}
24
+ * @memberof AnalyticsLicense
25
+ */
26
+ customData?: {
27
+ [key: string]: any;
28
+ };
16
29
  /**
17
30
  * License Key
18
31
  * @type {string}
@@ -20,17 +33,29 @@ export declare class AnalyticsLicense extends BitmovinResponse {
20
33
  */
21
34
  licenseKey?: string;
22
35
  /**
23
- * Creation date of the Analytics License in UTC format
24
- * @type {Date}
36
+ * Name of the Analytics License
37
+ * @type {string}
25
38
  * @memberof AnalyticsLicense
26
39
  */
27
- createdAt?: Date;
40
+ name?: string;
28
41
  /**
29
- * Maximum number of impressions
30
- * @type {number}
42
+ * The industry of the organization associated with the Analytics License
43
+ * @type {string}
31
44
  * @memberof AnalyticsLicense
32
45
  */
33
- maxImpressions?: number;
46
+ industry?: string;
47
+ /**
48
+ * The subindustry of the organization associated with the Analytics License
49
+ * @type {string}
50
+ * @memberof AnalyticsLicense
51
+ */
52
+ subIndustry?: string;
53
+ /**
54
+ * Whether the Do Not Track request from the browser should be ignored
55
+ * @type {boolean}
56
+ * @memberof AnalyticsLicense
57
+ */
58
+ ignoreDNT?: boolean;
34
59
  /**
35
60
  * Number of impressions recorded
36
61
  * @type {number}
@@ -38,29 +63,59 @@ export declare class AnalyticsLicense extends BitmovinResponse {
38
63
  */
39
64
  impressions?: number;
40
65
  /**
41
- * Whitelisted domains
42
- * @type {AnalyticsLicenseDomain[]}
66
+ * Maximum number of impressions
67
+ * @type {number}
43
68
  * @memberof AnalyticsLicense
44
69
  */
45
- domains?: AnalyticsLicenseDomain[];
70
+ maxImpressions?: number;
46
71
  /**
47
- * Whether the Do Not Track request from the browser should be ignored
48
- * @type {boolean}
72
+ * The timezone of the Analytics License
73
+ * @type {string}
49
74
  * @memberof AnalyticsLicense
50
75
  */
51
- ignoreDNT?: boolean;
76
+ timeZone?: string;
52
77
  /**
53
- * The timezone of the Analytics License
78
+ * Retention time of impressions, returned as ISO 8601 duration format: P(n)Y(n)M(n)DT(n)H(n)M(n)S
54
79
  * @type {string}
55
80
  * @memberof AnalyticsLicense
56
81
  */
57
- timeZone?: string;
82
+ retentionTime?: string;
83
+ /**
84
+ * Whitelisted domains
85
+ * @type {AnalyticsLicenseDomain[]}
86
+ * @memberof AnalyticsLicense
87
+ */
88
+ domains?: AnalyticsLicenseDomain[];
89
+ /**
90
+ * Whether the data of this license should be included in the industry insights or not
91
+ * @type {boolean}
92
+ * @memberof AnalyticsLicense
93
+ */
94
+ includeInInsights?: boolean;
58
95
  /**
59
96
  * Labels for CustomData fields
60
97
  * @type {AnalyticsLicenseCustomDataFieldLabels}
61
98
  * @memberof AnalyticsLicense
62
99
  */
63
100
  customDataFieldLabels?: AnalyticsLicenseCustomDataFieldLabels;
101
+ /**
102
+ * The number of customData fields available
103
+ * @type {number}
104
+ * @memberof AnalyticsLicense
105
+ */
106
+ customDataFieldsCount?: number;
107
+ /**
108
+ * Order index of license
109
+ * @type {number}
110
+ * @memberof AnalyticsLicense
111
+ */
112
+ orderIndex?: number;
113
+ /**
114
+ * The rate limit of this license
115
+ * @type {string}
116
+ * @memberof AnalyticsLicense
117
+ */
118
+ rateLimit?: string;
64
119
  /**
65
120
  * @type {AnalyticsLicenseFeatures}
66
121
  * @memberof AnalyticsLicense
@@ -1,49 +1,41 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- extendStatics(d, b);
11
- function __() { this.constructor = d; }
12
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
- };
14
- })();
15
2
  Object.defineProperty(exports, "__esModule", { value: true });
16
3
  exports.AnalyticsLicense = void 0;
17
4
  var Mapper_1 = require("../common/Mapper");
18
5
  var AnalyticsLicenseCustomDataFieldLabels_1 = require("./AnalyticsLicenseCustomDataFieldLabels");
19
6
  var AnalyticsLicenseDomain_1 = require("./AnalyticsLicenseDomain");
20
7
  var AnalyticsLicenseFeatures_1 = require("./AnalyticsLicenseFeatures");
21
- var BitmovinResponse_1 = require("./BitmovinResponse");
22
8
  /**
23
9
  * @export
24
10
  * @class AnalyticsLicense
25
11
  */
26
- var AnalyticsLicense = /** @class */ (function (_super) {
27
- __extends(AnalyticsLicense, _super);
12
+ var AnalyticsLicense = /** @class */ (function () {
28
13
  function AnalyticsLicense(obj) {
29
- var _this = _super.call(this, obj) || this;
30
14
  if (!obj) {
31
- return _this;
15
+ return;
32
16
  }
33
- _this.name = Mapper_1.map(obj.name);
34
- _this.licenseKey = Mapper_1.map(obj.licenseKey);
35
- _this.createdAt = Mapper_1.map(obj.createdAt, Date);
36
- _this.maxImpressions = Mapper_1.map(obj.maxImpressions);
37
- _this.impressions = Mapper_1.map(obj.impressions);
38
- _this.domains = Mapper_1.mapArray(obj.domains, AnalyticsLicenseDomain_1.default);
39
- _this.ignoreDNT = Mapper_1.map(obj.ignoreDNT);
40
- _this.timeZone = Mapper_1.map(obj.timeZone);
41
- _this.customDataFieldLabels = Mapper_1.map(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
42
- _this.features = Mapper_1.map(obj.features, AnalyticsLicenseFeatures_1.default);
43
- return _this;
17
+ this.id = Mapper_1.map(obj.id);
18
+ this.createdAt = Mapper_1.map(obj.createdAt, Date);
19
+ this.customData = Mapper_1.map(obj.customData);
20
+ this.licenseKey = Mapper_1.map(obj.licenseKey);
21
+ this.name = Mapper_1.map(obj.name);
22
+ this.industry = Mapper_1.map(obj.industry);
23
+ this.subIndustry = Mapper_1.map(obj.subIndustry);
24
+ this.ignoreDNT = Mapper_1.map(obj.ignoreDNT);
25
+ this.impressions = Mapper_1.map(obj.impressions);
26
+ this.maxImpressions = Mapper_1.map(obj.maxImpressions);
27
+ this.timeZone = Mapper_1.map(obj.timeZone);
28
+ this.retentionTime = Mapper_1.map(obj.retentionTime);
29
+ this.domains = Mapper_1.mapArray(obj.domains, AnalyticsLicenseDomain_1.default);
30
+ this.includeInInsights = Mapper_1.map(obj.includeInInsights);
31
+ this.customDataFieldLabels = Mapper_1.map(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
32
+ this.customDataFieldsCount = Mapper_1.map(obj.customDataFieldsCount);
33
+ this.orderIndex = Mapper_1.map(obj.orderIndex);
34
+ this.rateLimit = Mapper_1.map(obj.rateLimit);
35
+ this.features = Mapper_1.map(obj.features, AnalyticsLicenseFeatures_1.default);
44
36
  }
45
37
  return AnalyticsLicense;
46
- }(BitmovinResponse_1.default));
38
+ }());
47
39
  exports.AnalyticsLicense = AnalyticsLicense;
48
40
  exports.default = AnalyticsLicense;
49
41
  //# sourceMappingURL=AnalyticsLicense.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AnalyticsLicense.js","sourceRoot":"","sources":["../../src/models/AnalyticsLicense.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iGAA4F;AAC5F,mEAA8D;AAC9D,uEAAkE;AAClE,uDAAkD;AAElD;;;GAGG;AACH;IAAsC,oCAAgB;IAsEpD,0BAAY,GAA+B;QAA3C,YACE,kBAAM,GAAG,CAAC,SAcX;QAbC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,KAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;QAC1C,KAAI,CAAC,cAAc,GAAG,YAAG,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;QAC9C,KAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,KAAI,CAAC,OAAO,GAAG,iBAAQ,CAAC,GAAG,CAAC,OAAO,EAAE,gCAAsB,CAAC,CAAC;QAC7D,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QAClC,KAAI,CAAC,qBAAqB,GAAG,YAAG,CAAC,GAAG,CAAC,qBAAqB,EAAE,+CAAqC,CAAC,CAAC;QACnG,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,EAAE,kCAAwB,CAAC,CAAC;;IAC9D,CAAC;IACH,uBAAC;AAAD,CAAC,AAtFD,CAAsC,0BAAgB,GAsFrD;AAtFY,4CAAgB;AAwF7B,kBAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"AnalyticsLicense.js","sourceRoot":"","sources":["../../src/models/AnalyticsLicense.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAC/C,iGAA4F;AAC5F,mEAA8D;AAC9D,uEAAkE;AAElE;;;GAGG;AACH;IAqIE,0BAAY,GAA+B;QACzC,IAAG,CAAC,GAAG,EAAE;YACP,OAAO;SACR;QACD,IAAI,CAAC,EAAE,GAAG,YAAG,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QACtB,IAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;QAC1C,IAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtC,IAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtC,IAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,IAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QAClC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,cAAc,GAAG,YAAG,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;QAC9C,IAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QAClC,IAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,IAAI,CAAC,OAAO,GAAG,iBAAQ,CAAC,GAAG,CAAC,OAAO,EAAE,gCAAsB,CAAC,CAAC;QAC7D,IAAI,CAAC,iBAAiB,GAAG,YAAG,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;QACpD,IAAI,CAAC,qBAAqB,GAAG,YAAG,CAAC,GAAG,CAAC,qBAAqB,EAAE,+CAAqC,CAAC,CAAC;QACnG,IAAI,CAAC,qBAAqB,GAAG,YAAG,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC;QAC5D,IAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtC,IAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,IAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,EAAE,kCAAwB,CAAC,CAAC;IAC9D,CAAC;IACH,uBAAC;AAAD,CAAC,AA7JD,IA6JC;AA7JY,4CAAgB;AA+J7B,kBAAe,gBAAgB,CAAC"}
@@ -33,6 +33,18 @@ export declare class AnalyticsLicenseCustomDataFieldLabels {
33
33
  * @memberof AnalyticsLicenseCustomDataFieldLabels
34
34
  */
35
35
  customData5?: string;
36
+ /**
37
+ * Custom Data 6
38
+ * @type {string}
39
+ * @memberof AnalyticsLicenseCustomDataFieldLabels
40
+ */
41
+ customData6?: string;
42
+ /**
43
+ * Custom Data 7
44
+ * @type {string}
45
+ * @memberof AnalyticsLicenseCustomDataFieldLabels
46
+ */
47
+ customData7?: string;
36
48
  constructor(obj?: Partial<AnalyticsLicenseCustomDataFieldLabels>);
37
49
  }
38
50
  export default AnalyticsLicenseCustomDataFieldLabels;
@@ -16,6 +16,8 @@ var AnalyticsLicenseCustomDataFieldLabels = /** @class */ (function () {
16
16
  this.customData3 = Mapper_1.map(obj.customData3);
17
17
  this.customData4 = Mapper_1.map(obj.customData4);
18
18
  this.customData5 = Mapper_1.map(obj.customData5);
19
+ this.customData6 = Mapper_1.map(obj.customData6);
20
+ this.customData7 = Mapper_1.map(obj.customData7);
19
21
  }
20
22
  return AnalyticsLicenseCustomDataFieldLabels;
21
23
  }());
@@ -1 +1 @@
1
- {"version":3,"file":"AnalyticsLicenseCustomDataFieldLabels.js","sourceRoot":"","sources":["../../src/models/AnalyticsLicenseCustomDataFieldLabels.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAE/C;;;GAGG;AACH;IAoCE,+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;IAC1C,CAAC;IACH,4CAAC;AAAD,CAAC,AA9CD,IA8CC;AA9CY,sFAAqC;AAgDlD,kBAAe,qCAAqC,CAAC"}
1
+ {"version":3,"file":"AnalyticsLicenseCustomDataFieldLabels.js","sourceRoot":"","sources":["../../src/models/AnalyticsLicenseCustomDataFieldLabels.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAE/C;;;GAGG;AACH;IAkDE,+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;IAC1C,CAAC;IACH,4CAAC;AAAD,CAAC,AA9DD,IA8DC;AA9DY,sFAAqC;AAgElD,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;AAI5C;;;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
+ {"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,2CAA+C;AAG/C,qDAAgD;AAKhD,2DAAsD;AAEtD;;;GAGG;AACH;IAA2C,yCAAkB;IAqL3D,+BAAY,GAAoC;QAAhD,YACE,kBAAM,GAAG,CAAC,SA6BX;QAlND;;;;WAIG;QACI,UAAI,GAAwB,yBAAe,CAAC,GAAG,CAAC;QAiLrD,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,gBAAgB,GAAG,YAAG,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;QAClD,KAAI,CAAC,iBAAiB,GAAG,YAAG,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;QACpD,KAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,KAAI,CAAC,gBAAgB,GAAG,YAAG,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;QAClD,KAAI,CAAC,uBAAuB,GAAG,YAAG,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAC;QAChE,KAAI,CAAC,uBAAuB,GAAG,YAAG,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAC;QAChE,KAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QAClC,KAAI,CAAC,8BAA8B,GAAG,YAAG,CAAC,GAAG,CAAC,8BAA8B,CAAC,CAAC;QAC9E,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,KAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,KAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtC,KAAI,CAAC,eAAe,GAAG,YAAG,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;QAChD,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,KAAI,CAAC,mBAAmB,GAAG,YAAG,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC;QACxD,KAAI,CAAC,gBAAgB,GAAG,YAAG,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;QAClD,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,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;;IAClC,CAAC;IACH,4BAAC;AAAD,CAAC,AApND,CAA2C,4BAAkB,GAoN5D;AApNY,sDAAqB;AAsNlC,kBAAe,qBAAqB,CAAC"}
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"}