@bitmovin/api-sdk 1.97.0 → 1.101.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 (490) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/dist/bitmovin-api-sdk.browser.js +1793 -290
  4. package/dist/bitmovin-api-sdk.browser.js.map +1 -1
  5. package/dist/bitmovin-api-sdk.browser.min.js +2 -2
  6. package/dist/common/RestClient.js +1 -1
  7. package/dist/common/RestClient.js.map +1 -1
  8. package/dist/encoding/EncodingApi.d.ts +2 -0
  9. package/dist/encoding/EncodingApi.js +2 -0
  10. package/dist/encoding/EncodingApi.js.map +1 -1
  11. package/dist/encoding/encodings/live/insertableContent/stop/StopApi.d.ts +1 -1
  12. package/dist/encoding/encodings/live/insertableContent/stop/StopApi.js +1 -1
  13. package/dist/encoding/encodings/muxings/MuxingsApi.d.ts +2 -0
  14. package/dist/encoding/encodings/muxings/MuxingsApi.js +2 -0
  15. package/dist/encoding/encodings/muxings/MuxingsApi.js.map +1 -1
  16. package/dist/encoding/encodings/muxings/type/TypeApi.d.ts +20 -0
  17. package/dist/encoding/encodings/muxings/type/TypeApi.js +49 -0
  18. package/dist/encoding/encodings/muxings/type/TypeApi.js.map +1 -0
  19. package/dist/encoding/{statistics/daily/DailyStatisticsListByDateRangeQueryParams.d.ts → manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.d.ts} +5 -5
  20. package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.js +30 -0
  21. package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.js.map +1 -0
  22. package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.d.ts +14 -0
  23. package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.js +29 -0
  24. package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.js.map +1 -1
  25. package/dist/encoding/{statistics/encodings/live/daily/EncodingStatisticsLiveListByDateRangeQueryParams.d.ts → manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.d.ts} +5 -5
  26. package/dist/encoding/manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.js +30 -0
  27. package/dist/encoding/manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.js.map +1 -0
  28. package/dist/encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.d.ts +15 -0
  29. package/dist/encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.js +31 -0
  30. package/dist/encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.js.map +1 -1
  31. package/dist/encoding/manifests/dash/periods/adaptationsets/representations/imsc/ImscApi.d.ts +2 -2
  32. package/dist/encoding/manifests/dash/periods/adaptationsets/representations/imsc/ImscApi.js +2 -2
  33. package/dist/encoding/manifests/dash/periods/adaptationsets/representations/sprite/SpriteApi.d.ts +1 -1
  34. package/dist/encoding/manifests/dash/periods/adaptationsets/representations/sprite/SpriteApi.js +1 -1
  35. package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/DashRepresentationTypeResponseGetQueryParams.d.ts +28 -0
  36. package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/DashRepresentationTypeResponseGetQueryParams.js +30 -0
  37. package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/DashRepresentationTypeResponseGetQueryParams.js.map +1 -0
  38. package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/TypeApi.d.ts +24 -0
  39. package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/TypeApi.js +62 -0
  40. package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/TypeApi.js.map +1 -0
  41. package/dist/encoding/manifests/dash/periods/adaptationsets/type/TypeApi.d.ts +21 -0
  42. package/dist/encoding/manifests/dash/periods/adaptationsets/type/TypeApi.js +51 -0
  43. package/dist/encoding/manifests/dash/periods/adaptationsets/type/TypeApi.js.map +1 -0
  44. package/dist/encoding/simple/SimpleApi.d.ts +13 -0
  45. package/dist/encoding/simple/SimpleApi.js +34 -0
  46. package/dist/encoding/simple/SimpleApi.js.map +1 -0
  47. package/dist/encoding/simple/jobs/JobsApi.d.ts +13 -0
  48. package/dist/encoding/simple/jobs/JobsApi.js +34 -0
  49. package/dist/encoding/simple/jobs/JobsApi.js.map +1 -0
  50. package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.d.ts +50 -0
  51. package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.js +46 -0
  52. package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.js.map +1 -0
  53. package/dist/encoding/simple/jobs/vod/VodApi.d.ts +36 -0
  54. package/dist/encoding/simple/jobs/vod/VodApi.js +78 -0
  55. package/dist/encoding/simple/jobs/vod/VodApi.js.map +1 -0
  56. package/dist/encoding/statistics/daily/DailyApi.d.ts +1 -3
  57. package/dist/encoding/statistics/daily/DailyApi.js +2 -11
  58. package/dist/encoding/statistics/daily/DailyApi.js.map +1 -1
  59. package/dist/encoding/statistics/encodings/live/daily/DailyApi.d.ts +1 -3
  60. package/dist/encoding/statistics/encodings/live/daily/DailyApi.js +2 -11
  61. package/dist/encoding/statistics/encodings/live/daily/DailyApi.js.map +1 -1
  62. package/dist/encoding/statistics/encodings/vod/VodApi.d.ts +2 -0
  63. package/dist/encoding/statistics/encodings/vod/VodApi.js +4 -1
  64. package/dist/encoding/statistics/encodings/vod/VodApi.js.map +1 -1
  65. package/dist/encoding/statistics/encodings/vod/daily/DailyApi.d.ts +21 -0
  66. package/dist/encoding/statistics/encodings/vod/daily/DailyApi.js +49 -0
  67. package/dist/encoding/statistics/encodings/vod/daily/DailyApi.js.map +1 -0
  68. package/dist/models/AacAudioConfiguration.d.ts +1 -1
  69. package/dist/models/AacAudioConfiguration.js.map +1 -1
  70. package/dist/models/Ac3AudioConfiguration.d.ts +1 -1
  71. package/dist/models/Ac3AudioConfiguration.js.map +1 -1
  72. package/dist/models/AdAnalyticsContainsFilter.d.ts +1 -1
  73. package/dist/models/AdAnalyticsContainsFilter.js.map +1 -1
  74. package/dist/models/AdAnalyticsEqualFilter.d.ts +1 -1
  75. package/dist/models/AdAnalyticsEqualFilter.js.map +1 -1
  76. package/dist/models/AdAnalyticsGreaterThanFilter.d.ts +1 -1
  77. package/dist/models/AdAnalyticsGreaterThanFilter.js.map +1 -1
  78. package/dist/models/AdAnalyticsGreaterThanOrEqualFilter.d.ts +1 -1
  79. package/dist/models/AdAnalyticsGreaterThanOrEqualFilter.js.map +1 -1
  80. package/dist/models/AdAnalyticsInFilter.d.ts +1 -1
  81. package/dist/models/AdAnalyticsInFilter.js.map +1 -1
  82. package/dist/models/AdAnalyticsLessThanFilter.d.ts +1 -1
  83. package/dist/models/AdAnalyticsLessThanFilter.js.map +1 -1
  84. package/dist/models/AdAnalyticsLessThanOrEqualFilter.d.ts +1 -1
  85. package/dist/models/AdAnalyticsLessThanOrEqualFilter.js.map +1 -1
  86. package/dist/models/AdAnalyticsNotContainsFilter.d.ts +1 -1
  87. package/dist/models/AdAnalyticsNotContainsFilter.js.map +1 -1
  88. package/dist/models/AdAnalyticsNotEqualFilter.d.ts +1 -1
  89. package/dist/models/AdAnalyticsNotEqualFilter.js.map +1 -1
  90. package/dist/models/AdaptationSet.d.ts +10 -0
  91. package/dist/models/AdaptationSet.js +7 -0
  92. package/dist/models/AdaptationSet.js.map +1 -1
  93. package/dist/models/AdaptationSetType.d.ts +11 -0
  94. package/dist/models/AdaptationSetType.js +16 -0
  95. package/dist/models/AdaptationSetType.js.map +1 -0
  96. package/dist/models/AdaptationSetTypeResponse.d.ts +15 -0
  97. package/dist/models/AdaptationSetTypeResponse.js +20 -0
  98. package/dist/models/AdaptationSetTypeResponse.js.map +1 -0
  99. package/dist/models/AesEncryptionDrm.d.ts +1 -1
  100. package/dist/models/AesEncryptionDrm.js.map +1 -1
  101. package/dist/models/AkamaiMslOutput.d.ts +1 -1
  102. package/dist/models/AkamaiMslOutput.js.map +1 -1
  103. package/dist/models/AkamaiNetStorageInput.d.ts +1 -1
  104. package/dist/models/AkamaiNetStorageInput.js.map +1 -1
  105. package/dist/models/AkamaiNetStorageOutput.d.ts +1 -1
  106. package/dist/models/AkamaiNetStorageOutput.js.map +1 -1
  107. package/dist/models/AnalyticsAzureOutput.d.ts +1 -1
  108. package/dist/models/AnalyticsAzureOutput.js.map +1 -1
  109. package/dist/models/AnalyticsContainsFilter.d.ts +1 -1
  110. package/dist/models/AnalyticsContainsFilter.js.map +1 -1
  111. package/dist/models/AnalyticsEqualFilter.d.ts +1 -1
  112. package/dist/models/AnalyticsEqualFilter.js.map +1 -1
  113. package/dist/models/AnalyticsExportFileFormat.d.ts +10 -0
  114. package/dist/models/AnalyticsExportFileFormat.js +15 -0
  115. package/dist/models/AnalyticsExportFileFormat.js.map +1 -0
  116. package/dist/models/AnalyticsExportTask.d.ts +7 -0
  117. package/dist/models/AnalyticsExportTask.js +1 -0
  118. package/dist/models/AnalyticsExportTask.js.map +1 -1
  119. package/dist/models/AnalyticsGcsServiceAccountOutput.d.ts +1 -1
  120. package/dist/models/AnalyticsGcsServiceAccountOutput.js.map +1 -1
  121. package/dist/models/AnalyticsGreaterThanFilter.d.ts +1 -1
  122. package/dist/models/AnalyticsGreaterThanFilter.js.map +1 -1
  123. package/dist/models/AnalyticsGreaterThanOrEqualFilter.d.ts +1 -1
  124. package/dist/models/AnalyticsGreaterThanOrEqualFilter.js.map +1 -1
  125. package/dist/models/AnalyticsInFilter.d.ts +1 -1
  126. package/dist/models/AnalyticsInFilter.js.map +1 -1
  127. package/dist/models/AnalyticsLessThanFilter.d.ts +1 -1
  128. package/dist/models/AnalyticsLessThanFilter.js.map +1 -1
  129. package/dist/models/AnalyticsLessThanOrEqualFilter.d.ts +1 -1
  130. package/dist/models/AnalyticsLessThanOrEqualFilter.js.map +1 -1
  131. package/dist/models/AnalyticsLicenseCustomDataFieldLabels.d.ts +25 -25
  132. package/dist/models/AnalyticsNotContainsFilter.d.ts +1 -1
  133. package/dist/models/AnalyticsNotContainsFilter.js.map +1 -1
  134. package/dist/models/AnalyticsNotEqualFilter.d.ts +1 -1
  135. package/dist/models/AnalyticsNotEqualFilter.js.map +1 -1
  136. package/dist/models/AnalyticsS3RoleBasedOutput.d.ts +1 -1
  137. package/dist/models/AnalyticsS3RoleBasedOutput.js.map +1 -1
  138. package/dist/models/AnalyticsVirtualLicense.d.ts +13 -0
  139. package/dist/models/AnalyticsVirtualLicense.js +3 -0
  140. package/dist/models/AnalyticsVirtualLicense.js.map +1 -1
  141. package/dist/models/AnalyticsVirtualLicenseRequest.d.ts +7 -0
  142. package/dist/models/AnalyticsVirtualLicenseRequest.js +2 -0
  143. package/dist/models/AnalyticsVirtualLicenseRequest.js.map +1 -1
  144. package/dist/models/AndConjunction.d.ts +1 -1
  145. package/dist/models/AndConjunction.js.map +1 -1
  146. package/dist/models/AsperaInput.d.ts +1 -1
  147. package/dist/models/AsperaInput.js.map +1 -1
  148. package/dist/models/AudioAdaptationSet.d.ts +7 -0
  149. package/dist/models/AudioAdaptationSet.js +7 -0
  150. package/dist/models/AudioAdaptationSet.js.map +1 -1
  151. package/dist/models/AudioMixFilter.d.ts +1 -1
  152. package/dist/models/AudioMixFilter.js.map +1 -1
  153. package/dist/models/AudioMixInputStream.d.ts +1 -1
  154. package/dist/models/AudioMixInputStream.js.map +1 -1
  155. package/dist/models/AudioVolumeFilter.d.ts +1 -1
  156. package/dist/models/AudioVolumeFilter.js.map +1 -1
  157. package/dist/models/Av1VideoConfiguration.d.ts +1 -1
  158. package/dist/models/Av1VideoConfiguration.js.map +1 -1
  159. package/dist/models/AzureInput.d.ts +1 -1
  160. package/dist/models/AzureInput.js.map +1 -1
  161. package/dist/models/AzureOutput.d.ts +1 -1
  162. package/dist/models/AzureOutput.js.map +1 -1
  163. package/dist/models/BroadcastTsMuxing.d.ts +1 -1
  164. package/dist/models/BroadcastTsMuxing.js.map +1 -1
  165. package/dist/models/Cea608CaptionInputStream.d.ts +1 -1
  166. package/dist/models/Cea608CaptionInputStream.js.map +1 -1
  167. package/dist/models/Cea708CaptionInputStream.d.ts +1 -1
  168. package/dist/models/Cea708CaptionInputStream.js.map +1 -1
  169. package/dist/models/CencDrm.d.ts +1 -1
  170. package/dist/models/CencDrm.js.map +1 -1
  171. package/dist/models/ChunkedTextMuxing.d.ts +1 -1
  172. package/dist/models/ChunkedTextMuxing.js.map +1 -1
  173. package/dist/models/ClearKeyDrm.d.ts +1 -1
  174. package/dist/models/ClearKeyDrm.js.map +1 -1
  175. package/dist/models/CmafMuxing.d.ts +1 -1
  176. package/dist/models/CmafMuxing.js.map +1 -1
  177. package/dist/models/ConcatenationInputStream.d.ts +1 -1
  178. package/dist/models/ConcatenationInputStream.js.map +1 -1
  179. package/dist/models/Condition.d.ts +1 -1
  180. package/dist/models/Condition.js.map +1 -1
  181. package/dist/models/ConformFilter.d.ts +1 -1
  182. package/dist/models/ConformFilter.js.map +1 -1
  183. package/dist/models/ContentProtection.d.ts +9 -2
  184. package/dist/models/ContentProtection.js +9 -2
  185. package/dist/models/ContentProtection.js.map +1 -1
  186. package/dist/models/CropFilter.d.ts +1 -1
  187. package/dist/models/CropFilter.js.map +1 -1
  188. package/dist/models/DashChunkedTextRepresentation.d.ts +7 -0
  189. package/dist/models/DashChunkedTextRepresentation.js +7 -0
  190. package/dist/models/DashChunkedTextRepresentation.js.map +1 -1
  191. package/dist/models/DashCmafRepresentation.d.ts +7 -0
  192. package/dist/models/DashCmafRepresentation.js +7 -0
  193. package/dist/models/DashCmafRepresentation.js.map +1 -1
  194. package/dist/models/DashFmp4DrmRepresentation.d.ts +7 -0
  195. package/dist/models/DashFmp4DrmRepresentation.js +7 -0
  196. package/dist/models/DashFmp4DrmRepresentation.js.map +1 -1
  197. package/dist/models/DashFmp4Representation.d.ts +7 -0
  198. package/dist/models/DashFmp4Representation.js +7 -0
  199. package/dist/models/DashFmp4Representation.js.map +1 -1
  200. package/dist/models/DashImscRepresentation.d.ts +9 -2
  201. package/dist/models/DashImscRepresentation.js +9 -2
  202. package/dist/models/DashImscRepresentation.js.map +1 -1
  203. package/dist/models/DashMp4DrmRepresentation.d.ts +7 -0
  204. package/dist/models/DashMp4DrmRepresentation.js +7 -0
  205. package/dist/models/DashMp4DrmRepresentation.js.map +1 -1
  206. package/dist/models/DashMp4Representation.d.ts +9 -2
  207. package/dist/models/DashMp4Representation.js +9 -2
  208. package/dist/models/DashMp4Representation.js.map +1 -1
  209. package/dist/models/DashMuxingRepresentation.d.ts +27 -0
  210. package/dist/models/DashMuxingRepresentation.js +39 -0
  211. package/dist/models/DashMuxingRepresentation.js.map +1 -0
  212. package/dist/models/DashProgressiveWebmRepresentation.d.ts +9 -2
  213. package/dist/models/DashProgressiveWebmRepresentation.js +9 -2
  214. package/dist/models/DashProgressiveWebmRepresentation.js.map +1 -1
  215. package/dist/models/DashRepresentation.d.ts +18 -18
  216. package/dist/models/DashRepresentation.js +15 -4
  217. package/dist/models/DashRepresentation.js.map +1 -1
  218. package/dist/models/DashRepresentationTypeDiscriminator.d.ts +19 -0
  219. package/dist/models/DashRepresentationTypeDiscriminator.js +24 -0
  220. package/dist/models/DashRepresentationTypeDiscriminator.js.map +1 -0
  221. package/dist/models/DashRepresentationTypeResponse.d.ts +15 -0
  222. package/dist/models/DashRepresentationTypeResponse.js +20 -0
  223. package/dist/models/DashRepresentationTypeResponse.js.map +1 -0
  224. package/dist/models/DashSegmentedRepresentation.d.ts +2 -2
  225. package/dist/models/DashSegmentedRepresentation.js +2 -2
  226. package/dist/models/DashSegmentedRepresentation.js.map +1 -1
  227. package/dist/models/DashVttRepresentation.d.ts +9 -2
  228. package/dist/models/DashVttRepresentation.js +9 -2
  229. package/dist/models/DashVttRepresentation.js.map +1 -1
  230. package/dist/models/DashWebmRepresentation.d.ts +7 -0
  231. package/dist/models/DashWebmRepresentation.js +7 -0
  232. package/dist/models/DashWebmRepresentation.js.map +1 -1
  233. package/dist/models/DefaultManifestAndCondition.d.ts +1 -1
  234. package/dist/models/DefaultManifestAndCondition.js.map +1 -1
  235. package/dist/models/DefaultManifestAttributeCondition.d.ts +1 -1
  236. package/dist/models/DefaultManifestAttributeCondition.js.map +1 -1
  237. package/dist/models/DefaultManifestOrCondition.d.ts +1 -1
  238. package/dist/models/DefaultManifestOrCondition.js.map +1 -1
  239. package/dist/models/DeinterlaceFilter.d.ts +1 -1
  240. package/dist/models/DeinterlaceFilter.js.map +1 -1
  241. package/dist/models/DenoiseHqdn3dFilter.d.ts +1 -1
  242. package/dist/models/DenoiseHqdn3dFilter.js.map +1 -1
  243. package/dist/models/DolbyAtmosAudioConfiguration.d.ts +1 -1
  244. package/dist/models/DolbyAtmosAudioConfiguration.js.map +1 -1
  245. package/dist/models/DolbyAtmosIngestInputStream.d.ts +1 -1
  246. package/dist/models/DolbyAtmosIngestInputStream.js.map +1 -1
  247. package/dist/models/DolbyDigitalAudioConfiguration.d.ts +1 -1
  248. package/dist/models/DolbyDigitalAudioConfiguration.js.map +1 -1
  249. package/dist/models/DolbyDigitalPlusAudioConfiguration.d.ts +1 -1
  250. package/dist/models/DolbyDigitalPlusAudioConfiguration.js.map +1 -1
  251. package/dist/models/DolbyVisionInputStream.d.ts +1 -1
  252. package/dist/models/DolbyVisionInputStream.js.map +1 -1
  253. package/dist/models/DolbyVisionMetadataIngestInputStream.d.ts +1 -1
  254. package/dist/models/DolbyVisionMetadataIngestInputStream.js.map +1 -1
  255. package/dist/models/DtsAudioConfiguration.d.ts +1 -1
  256. package/dist/models/DtsAudioConfiguration.js.map +1 -1
  257. package/dist/models/DtsPassthroughAudioConfiguration.d.ts +1 -1
  258. package/dist/models/DtsPassthroughAudioConfiguration.js.map +1 -1
  259. package/dist/models/DtsXAudioConfiguration.d.ts +1 -1
  260. package/dist/models/DtsXAudioConfiguration.js.map +1 -1
  261. package/dist/models/DvbSubtitleConfiguration.d.ts +1 -1
  262. package/dist/models/DvbSubtitleConfiguration.js.map +1 -1
  263. package/dist/models/DvbSubtitleInputStream.d.ts +1 -1
  264. package/dist/models/DvbSubtitleInputStream.js.map +1 -1
  265. package/dist/models/DvbTeletextInputStream.d.ts +1 -1
  266. package/dist/models/DvbTeletextInputStream.js.map +1 -1
  267. package/dist/models/Eac3AudioConfiguration.d.ts +1 -1
  268. package/dist/models/Eac3AudioConfiguration.js.map +1 -1
  269. package/dist/models/EbuR128SinglePassFilter.d.ts +1 -1
  270. package/dist/models/EbuR128SinglePassFilter.js.map +1 -1
  271. package/dist/models/EnhancedDeinterlaceFilter.d.ts +1 -1
  272. package/dist/models/EnhancedDeinterlaceFilter.js.map +1 -1
  273. package/dist/models/EnhancedWatermarkFilter.d.ts +1 -1
  274. package/dist/models/EnhancedWatermarkFilter.js.map +1 -1
  275. package/dist/models/FairPlayDrm.d.ts +1 -1
  276. package/dist/models/FairPlayDrm.js.map +1 -1
  277. package/dist/models/FileInputStream.d.ts +1 -1
  278. package/dist/models/FileInputStream.js.map +1 -1
  279. package/dist/models/Fmp4Muxing.d.ts +8 -1
  280. package/dist/models/Fmp4Muxing.js +1 -0
  281. package/dist/models/Fmp4Muxing.js.map +1 -1
  282. package/dist/models/FrameIdId3Tag.d.ts +1 -1
  283. package/dist/models/FrameIdId3Tag.js.map +1 -1
  284. package/dist/models/FtpInput.d.ts +1 -1
  285. package/dist/models/FtpInput.js.map +1 -1
  286. package/dist/models/FtpOutput.d.ts +1 -1
  287. package/dist/models/FtpOutput.js.map +1 -1
  288. package/dist/models/GcsInput.d.ts +1 -1
  289. package/dist/models/GcsInput.js.map +1 -1
  290. package/dist/models/GcsOutput.d.ts +1 -1
  291. package/dist/models/GcsOutput.js.map +1 -1
  292. package/dist/models/GcsServiceAccountInput.d.ts +1 -1
  293. package/dist/models/GcsServiceAccountInput.js.map +1 -1
  294. package/dist/models/GcsServiceAccountOutput.d.ts +1 -1
  295. package/dist/models/GcsServiceAccountOutput.js.map +1 -1
  296. package/dist/models/GenericS3Input.d.ts +1 -1
  297. package/dist/models/GenericS3Input.js.map +1 -1
  298. package/dist/models/GenericS3Output.d.ts +1 -1
  299. package/dist/models/GenericS3Output.js.map +1 -1
  300. package/dist/models/H262VideoConfiguration.d.ts +1 -1
  301. package/dist/models/H262VideoConfiguration.js.map +1 -1
  302. package/dist/models/H264PictureTimingTrimmingInputStream.d.ts +1 -1
  303. package/dist/models/H264PictureTimingTrimmingInputStream.js.map +1 -1
  304. package/dist/models/H264VideoConfiguration.d.ts +1 -1
  305. package/dist/models/H264VideoConfiguration.js.map +1 -1
  306. package/dist/models/H265VideoConfiguration.d.ts +1 -1
  307. package/dist/models/H265VideoConfiguration.js.map +1 -1
  308. package/dist/models/HeAacV1AudioConfiguration.d.ts +1 -1
  309. package/dist/models/HeAacV1AudioConfiguration.js.map +1 -1
  310. package/dist/models/HeAacV2AudioConfiguration.d.ts +1 -1
  311. package/dist/models/HeAacV2AudioConfiguration.js.map +1 -1
  312. package/dist/models/HttpInput.d.ts +1 -1
  313. package/dist/models/HttpInput.js.map +1 -1
  314. package/dist/models/HttpsInput.d.ts +1 -1
  315. package/dist/models/HttpsInput.js.map +1 -1
  316. package/dist/models/ImageAdaptationSet.d.ts +7 -0
  317. package/dist/models/ImageAdaptationSet.js +7 -0
  318. package/dist/models/ImageAdaptationSet.js.map +1 -1
  319. package/dist/models/ImscConfiguration.d.ts +1 -1
  320. package/dist/models/ImscConfiguration.js.map +1 -1
  321. package/dist/models/IngestInputStream.d.ts +1 -1
  322. package/dist/models/IngestInputStream.js.map +1 -1
  323. package/dist/models/InterlaceFilter.d.ts +1 -1
  324. package/dist/models/InterlaceFilter.js.map +1 -1
  325. package/dist/models/LiveMediaIngestOutput.d.ts +1 -1
  326. package/dist/models/LiveMediaIngestOutput.js.map +1 -1
  327. package/dist/models/LocalInput.d.ts +1 -1
  328. package/dist/models/LocalInput.js.map +1 -1
  329. package/dist/models/LocalOutput.d.ts +1 -1
  330. package/dist/models/LocalOutput.js.map +1 -1
  331. package/dist/models/MarlinDrm.d.ts +1 -1
  332. package/dist/models/MarlinDrm.js.map +1 -1
  333. package/dist/models/MjpegVideoConfiguration.d.ts +1 -1
  334. package/dist/models/MjpegVideoConfiguration.js.map +1 -1
  335. package/dist/models/Mp2AudioConfiguration.d.ts +1 -1
  336. package/dist/models/Mp2AudioConfiguration.js.map +1 -1
  337. package/dist/models/Mp3AudioConfiguration.d.ts +1 -1
  338. package/dist/models/Mp3AudioConfiguration.js.map +1 -1
  339. package/dist/models/Mp3Muxing.d.ts +1 -1
  340. package/dist/models/Mp3Muxing.js.map +1 -1
  341. package/dist/models/Mp4Muxing.d.ts +1 -1
  342. package/dist/models/Mp4Muxing.js.map +1 -1
  343. package/dist/models/MuxingTypeResponse.d.ts +15 -0
  344. package/dist/models/MuxingTypeResponse.js +20 -0
  345. package/dist/models/MuxingTypeResponse.js.map +1 -0
  346. package/dist/models/MxfMuxing.d.ts +1 -1
  347. package/dist/models/MxfMuxing.js.map +1 -1
  348. package/dist/models/OpusAudioConfiguration.d.ts +1 -1
  349. package/dist/models/OpusAudioConfiguration.js.map +1 -1
  350. package/dist/models/OrConjunction.d.ts +1 -1
  351. package/dist/models/OrConjunction.js.map +1 -1
  352. package/dist/models/PTSAlignMode.d.ts +9 -0
  353. package/dist/models/PTSAlignMode.js +14 -0
  354. package/dist/models/PTSAlignMode.js.map +1 -0
  355. package/dist/models/PackedAudioMuxing.d.ts +1 -1
  356. package/dist/models/PackedAudioMuxing.js.map +1 -1
  357. package/dist/models/PcmAudioConfiguration.d.ts +1 -1
  358. package/dist/models/PcmAudioConfiguration.js.map +1 -1
  359. package/dist/models/PlaintextId3Tag.d.ts +1 -1
  360. package/dist/models/PlaintextId3Tag.js.map +1 -1
  361. package/dist/models/PlayReadyDrm.d.ts +1 -1
  362. package/dist/models/PlayReadyDrm.js.map +1 -1
  363. package/dist/models/PrimeTimeDrm.d.ts +1 -1
  364. package/dist/models/PrimeTimeDrm.js.map +1 -1
  365. package/dist/models/ProgressiveMovMuxing.d.ts +1 -1
  366. package/dist/models/ProgressiveMovMuxing.js.map +1 -1
  367. package/dist/models/ProgressiveTsMuxing.d.ts +1 -1
  368. package/dist/models/ProgressiveTsMuxing.js.map +1 -1
  369. package/dist/models/ProgressiveWebmMuxing.d.ts +1 -1
  370. package/dist/models/ProgressiveWebmMuxing.js.map +1 -1
  371. package/dist/models/RawId3Tag.d.ts +1 -1
  372. package/dist/models/RawId3Tag.js.map +1 -1
  373. package/dist/models/RedundantRtmpInput.d.ts +1 -1
  374. package/dist/models/RedundantRtmpInput.js.map +1 -1
  375. package/dist/models/RotateFilter.d.ts +1 -1
  376. package/dist/models/RotateFilter.js.map +1 -1
  377. package/dist/models/RtmpInput.d.ts +1 -1
  378. package/dist/models/RtmpInput.js.map +1 -1
  379. package/dist/models/S3Input.d.ts +1 -1
  380. package/dist/models/S3Input.js.map +1 -1
  381. package/dist/models/S3Output.d.ts +1 -1
  382. package/dist/models/S3Output.js.map +1 -1
  383. package/dist/models/S3RoleBasedInput.d.ts +1 -1
  384. package/dist/models/S3RoleBasedInput.js.map +1 -1
  385. package/dist/models/S3RoleBasedOutput.d.ts +1 -1
  386. package/dist/models/S3RoleBasedOutput.js.map +1 -1
  387. package/dist/models/ScaleFilter.d.ts +1 -1
  388. package/dist/models/ScaleFilter.js.map +1 -1
  389. package/dist/models/SegmentedRawMuxing.d.ts +1 -1
  390. package/dist/models/SegmentedRawMuxing.js.map +1 -1
  391. package/dist/models/SftpInput.d.ts +1 -1
  392. package/dist/models/SftpInput.js.map +1 -1
  393. package/dist/models/SftpOutput.d.ts +1 -1
  394. package/dist/models/SftpOutput.js.map +1 -1
  395. package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.d.ts +21 -0
  396. package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.js +38 -0
  397. package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.js.map +1 -0
  398. package/dist/models/SimpleEncodingVodJobAzureCredentials.d.ts +15 -0
  399. package/dist/models/SimpleEncodingVodJobAzureCredentials.js +37 -0
  400. package/dist/models/SimpleEncodingVodJobAzureCredentials.js.map +1 -0
  401. package/dist/models/SimpleEncodingVodJobCredentials.d.ts +8 -0
  402. package/dist/models/SimpleEncodingVodJobCredentials.js +18 -0
  403. package/dist/models/SimpleEncodingVodJobCredentials.js.map +1 -0
  404. package/dist/models/SimpleEncodingVodJobErrors.d.ts +26 -0
  405. package/dist/models/SimpleEncodingVodJobErrors.js +22 -0
  406. package/dist/models/SimpleEncodingVodJobErrors.js.map +1 -0
  407. package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.d.ts +15 -0
  408. package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.js +37 -0
  409. package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.js.map +1 -0
  410. package/dist/models/SimpleEncodingVodJobInputType.d.ts +11 -0
  411. package/dist/models/SimpleEncodingVodJobInputType.js +16 -0
  412. package/dist/models/SimpleEncodingVodJobInputType.js.map +1 -0
  413. package/dist/models/SimpleEncodingVodJobRequest.d.ts +26 -0
  414. package/dist/models/SimpleEncodingVodJobRequest.js +24 -0
  415. package/dist/models/SimpleEncodingVodJobRequest.js.map +1 -0
  416. package/dist/models/SimpleEncodingVodJobResponse.d.ts +64 -0
  417. package/dist/models/SimpleEncodingVodJobResponse.js +31 -0
  418. package/dist/models/SimpleEncodingVodJobResponse.js.map +1 -0
  419. package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.d.ts +21 -0
  420. package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.js +38 -0
  421. package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.js.map +1 -0
  422. package/dist/models/SimpleEncodingVodJobStatus.d.ts +14 -0
  423. package/dist/models/SimpleEncodingVodJobStatus.js +19 -0
  424. package/dist/models/SimpleEncodingVodJobStatus.js.map +1 -0
  425. package/dist/models/SimpleEncodingVodJobUrlInput.d.ts +34 -0
  426. package/dist/models/SimpleEncodingVodJobUrlInput.js +24 -0
  427. package/dist/models/SimpleEncodingVodJobUrlInput.js.map +1 -0
  428. package/dist/models/SimpleEncodingVodJobUrlOutput.d.ts +27 -0
  429. package/dist/models/SimpleEncodingVodJobUrlOutput.js +23 -0
  430. package/dist/models/SimpleEncodingVodJobUrlOutput.js.map +1 -0
  431. package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.d.ts +21 -0
  432. package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.js +38 -0
  433. package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.js.map +1 -0
  434. package/dist/models/SpekeDrm.d.ts +1 -1
  435. package/dist/models/SpekeDrm.js.map +1 -1
  436. package/dist/models/SpriteRepresentation.d.ts +9 -2
  437. package/dist/models/SpriteRepresentation.js +9 -2
  438. package/dist/models/SpriteRepresentation.js.map +1 -1
  439. package/dist/models/SrtInput.d.ts +1 -1
  440. package/dist/models/SrtInput.js.map +1 -1
  441. package/dist/models/SubtitleAdaptationSet.d.ts +7 -0
  442. package/dist/models/SubtitleAdaptationSet.js +7 -0
  443. package/dist/models/SubtitleAdaptationSet.js.map +1 -1
  444. package/dist/models/TcpInput.d.ts +1 -1
  445. package/dist/models/TcpInput.js.map +1 -1
  446. package/dist/models/TextFilter.d.ts +1 -1
  447. package/dist/models/TextFilter.js.map +1 -1
  448. package/dist/models/TextMuxing.d.ts +1 -1
  449. package/dist/models/TextMuxing.js.map +1 -1
  450. package/dist/models/TimeBasedTrimmingInputStream.d.ts +1 -1
  451. package/dist/models/TimeBasedTrimmingInputStream.js.map +1 -1
  452. package/dist/models/TimecodeTrackTrimmingInputStream.d.ts +1 -1
  453. package/dist/models/TimecodeTrackTrimmingInputStream.js.map +1 -1
  454. package/dist/models/TsMuxing.d.ts +1 -1
  455. package/dist/models/TsMuxing.js.map +1 -1
  456. package/dist/models/UdpInput.d.ts +1 -1
  457. package/dist/models/UdpInput.js.map +1 -1
  458. package/dist/models/UdpMulticastInput.d.ts +1 -1
  459. package/dist/models/UdpMulticastInput.js.map +1 -1
  460. package/dist/models/UnsharpFilter.d.ts +1 -1
  461. package/dist/models/UnsharpFilter.js.map +1 -1
  462. package/dist/models/VideoAdaptationSet.d.ts +7 -0
  463. package/dist/models/VideoAdaptationSet.js +7 -0
  464. package/dist/models/VideoAdaptationSet.js.map +1 -1
  465. package/dist/models/VorbisAudioConfiguration.d.ts +1 -1
  466. package/dist/models/VorbisAudioConfiguration.js.map +1 -1
  467. package/dist/models/Vp8VideoConfiguration.d.ts +1 -1
  468. package/dist/models/Vp8VideoConfiguration.js.map +1 -1
  469. package/dist/models/Vp9VideoConfiguration.d.ts +1 -1
  470. package/dist/models/Vp9VideoConfiguration.js.map +1 -1
  471. package/dist/models/WatermarkFilter.d.ts +1 -1
  472. package/dist/models/WatermarkFilter.js.map +1 -1
  473. package/dist/models/WebVttConfiguration.d.ts +1 -1
  474. package/dist/models/WebVttConfiguration.js.map +1 -1
  475. package/dist/models/WebVttSidecarFile.d.ts +1 -1
  476. package/dist/models/WebVttSidecarFile.js.map +1 -1
  477. package/dist/models/WebmMuxing.d.ts +1 -1
  478. package/dist/models/WebmMuxing.js.map +1 -1
  479. package/dist/models/WidevineDrm.d.ts +1 -1
  480. package/dist/models/WidevineDrm.js.map +1 -1
  481. package/dist/models/ZixiInput.d.ts +1 -1
  482. package/dist/models/ZixiInput.js.map +1 -1
  483. package/dist/models/index.d.ts +21 -0
  484. package/dist/models/index.js +21 -0
  485. package/dist/models/index.js.map +1 -1
  486. package/package.json +1 -1
  487. package/dist/encoding/statistics/daily/DailyStatisticsListByDateRangeQueryParams.js +0 -30
  488. package/dist/encoding/statistics/daily/DailyStatisticsListByDateRangeQueryParams.js.map +0 -1
  489. package/dist/encoding/statistics/encodings/live/daily/EncodingStatisticsLiveListByDateRangeQueryParams.js +0 -30
  490. package/dist/encoding/statistics/encodings/live/daily/EncodingStatisticsLiveListByDateRangeQueryParams.js.map +0 -1
@@ -10,7 +10,7 @@ export declare class Av1VideoConfiguration extends VideoConfiguration {
10
10
  * @type {string}
11
11
  * @memberof Av1VideoConfiguration
12
12
  */
13
- type: CodecConfigType.AV1;
13
+ readonly type: CodecConfigType;
14
14
  constructor(obj?: Partial<Av1VideoConfiguration>);
15
15
  }
16
16
  export default Av1VideoConfiguration;
@@ -1 +1 @@
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"}
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;QACa,UAAI,GAAoB,yBAAe,CAAC,GAAG,CAAC;QAI1D,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,4BAAC;AAAD,CAAC,AAdD,CAA2C,4BAAkB,GAc5D;AAdY,sDAAqB;AAgBlC,kBAAe,qBAAqB,CAAC"}
@@ -10,7 +10,7 @@ export declare class AzureInput extends Input {
10
10
  * @type {string}
11
11
  * @memberof AzureInput
12
12
  */
13
- type: InputType.AZURE;
13
+ readonly type: InputType;
14
14
  /**
15
15
  * Azure Account Name (required)
16
16
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"AzureInput.js","sourceRoot":"","sources":["../../src/models/AzureInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iCAA4B;AAC5B,yCAAoC;AAEpC;;;GAGG;AACH;IAAgC,8BAAK;IA6BnC,oBAAY,GAAyB;QAArC,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACI,UAAI,GAAoB,mBAAS,CAAC,KAAK,CAAC;QAyB7C,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,KAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;;IACtC,CAAC;IACH,iBAAC;AAAD,CAAC,AAtCD,CAAgC,eAAK,GAsCpC;AAtCY,gCAAU;AAwCvB,kBAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"AzureInput.js","sourceRoot":"","sources":["../../src/models/AzureInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iCAA4B;AAC5B,yCAAoC;AAEpC;;;GAGG;AACH;IAAgC,8BAAK;IA6BnC,oBAAY,GAAyB;QAArC,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACa,UAAI,GAAc,mBAAS,CAAC,KAAK,CAAC;QAyBhD,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,KAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;;IACtC,CAAC;IACH,iBAAC;AAAD,CAAC,AAtCD,CAAgC,eAAK,GAsCpC;AAtCY,gCAAU;AAwCvB,kBAAe,UAAU,CAAC"}
@@ -10,7 +10,7 @@ export declare class AzureOutput extends Output {
10
10
  * @type {string}
11
11
  * @memberof AzureOutput
12
12
  */
13
- type: OutputType.AZURE;
13
+ readonly type: OutputType;
14
14
  /**
15
15
  * Azure Account Name (required)
16
16
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"AzureOutput.js","sourceRoot":"","sources":["../../src/models/AzureOutput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,mCAA8B;AAC9B,2CAAsC;AAEtC;;;GAGG;AACH;IAAiC,+BAAM;IA6BrC,qBAAY,GAA0B;QAAtC,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACI,UAAI,GAAqB,oBAAU,CAAC,KAAK,CAAC;QAyB/C,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,KAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;;IACtC,CAAC;IACH,kBAAC;AAAD,CAAC,AAtCD,CAAiC,gBAAM,GAsCtC;AAtCY,kCAAW;AAwCxB,kBAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"AzureOutput.js","sourceRoot":"","sources":["../../src/models/AzureOutput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,mCAA8B;AAC9B,2CAAsC;AAEtC;;;GAGG;AACH;IAAiC,+BAAM;IA6BrC,qBAAY,GAA0B;QAAtC,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACa,UAAI,GAAe,oBAAU,CAAC,KAAK,CAAC;QAyBlD,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,KAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;;IACtC,CAAC;IACH,kBAAC;AAAD,CAAC,AAtCD,CAAiC,gBAAM,GAsCtC;AAtCY,kCAAW;AAwCxB,kBAAe,WAAW,CAAC"}
@@ -11,7 +11,7 @@ export declare class BroadcastTsMuxing extends Muxing {
11
11
  * @type {string}
12
12
  * @memberof BroadcastTsMuxing
13
13
  */
14
- type: MuxingType.BROADCAST_TS;
14
+ readonly type: MuxingType;
15
15
  /**
16
16
  * Length of the segments in seconds.
17
17
  * @type {number}
@@ -1 +1 @@
1
- {"version":3,"file":"BroadcastTsMuxing.js","sourceRoot":"","sources":["../../src/models/BroadcastTsMuxing.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mFAA8E;AAG9E,mCAA8B;AAE9B,2CAAsC;AAGtC;;;GAGG;AACH;IAAuC,qCAAM;IA4B3C,2BAAY,GAAgC;QAA5C,YACE,kBAAM,GAAG,CAAC,SAOX;QAnCD;;;;WAIG;QACI,UAAI,GAA4B,oBAAU,CAAC,YAAY,CAAC;QAwB7D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QAClC,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,EAAE,wCAA8B,CAAC,CAAC;;IAC9E,CAAC;IACH,wBAAC;AAAD,CAAC,AArCD,CAAuC,gBAAM,GAqC5C;AArCY,8CAAiB;AAuC9B,kBAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"BroadcastTsMuxing.js","sourceRoot":"","sources":["../../src/models/BroadcastTsMuxing.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mFAA8E;AAG9E,mCAA8B;AAE9B,2CAAsC;AAGtC;;;GAGG;AACH;IAAuC,qCAAM;IA4B3C,2BAAY,GAAgC;QAA5C,YACE,kBAAM,GAAG,CAAC,SAOX;QAnCD;;;;WAIG;QACa,UAAI,GAAe,oBAAU,CAAC,YAAY,CAAC;QAwBzD,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QAClC,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,EAAE,wCAA8B,CAAC,CAAC;;IAC9E,CAAC;IACH,wBAAC;AAAD,CAAC,AArCD,CAAuC,gBAAM,GAqC5C;AArCY,8CAAiB;AAuC9B,kBAAe,iBAAiB,CAAC"}
@@ -11,7 +11,7 @@ export declare class Cea608CaptionInputStream extends InputStream {
11
11
  * @type {string}
12
12
  * @memberof Cea608CaptionInputStream
13
13
  */
14
- type: InputStreamType.CAPTION_CEA608;
14
+ readonly type: InputStreamType;
15
15
  /**
16
16
  * Id of the Input (required)
17
17
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"Cea608CaptionInputStream.js","sourceRoot":"","sources":["../../src/models/Cea608CaptionInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,6CAAwC;AACxC,qDAAgD;AAEhD;;;GAGG;AACH;IAA8C,4CAAW;IA6BvD,kCAAY,GAAuC;QAAnD,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACI,UAAI,GAAmC,yBAAe,CAAC,cAAc,CAAC;QAyB3E,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;;IAClC,CAAC;IACH,+BAAC;AAAD,CAAC,AAtCD,CAA8C,qBAAW,GAsCxD;AAtCY,4DAAwB;AAwCrC,kBAAe,wBAAwB,CAAC"}
1
+ {"version":3,"file":"Cea608CaptionInputStream.js","sourceRoot":"","sources":["../../src/models/Cea608CaptionInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,6CAAwC;AACxC,qDAAgD;AAEhD;;;GAGG;AACH;IAA8C,4CAAW;IA6BvD,kCAAY,GAAuC;QAAnD,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,cAAc,CAAC;QAyBrE,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;;IAClC,CAAC;IACH,+BAAC;AAAD,CAAC,AAtCD,CAA8C,qBAAW,GAsCxD;AAtCY,4DAAwB;AAwCrC,kBAAe,wBAAwB,CAAC"}
@@ -10,7 +10,7 @@ export declare class Cea708CaptionInputStream extends InputStream {
10
10
  * @type {string}
11
11
  * @memberof Cea708CaptionInputStream
12
12
  */
13
- type: InputStreamType.CAPTION_CEA708;
13
+ readonly type: InputStreamType;
14
14
  /**
15
15
  * Id of the Input (required)
16
16
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"Cea708CaptionInputStream.js","sourceRoot":"","sources":["../../src/models/Cea708CaptionInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,6CAAwC;AACxC,qDAAgD;AAEhD;;;GAGG;AACH;IAA8C,4CAAW;IA6BvD,kCAAY,GAAuC;QAAnD,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACI,UAAI,GAAmC,yBAAe,CAAC,cAAc,CAAC;QAyB3E,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;;IAClC,CAAC;IACH,+BAAC;AAAD,CAAC,AAtCD,CAA8C,qBAAW,GAsCxD;AAtCY,4DAAwB;AAwCrC,kBAAe,wBAAwB,CAAC"}
1
+ {"version":3,"file":"Cea708CaptionInputStream.js","sourceRoot":"","sources":["../../src/models/Cea708CaptionInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,6CAAwC;AACxC,qDAAgD;AAEhD;;;GAGG;AACH;IAA8C,4CAAW;IA6BvD,kCAAY,GAAuC;QAAnD,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,cAAc,CAAC;QAyBrE,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;;IAClC,CAAC;IACH,+BAAC;AAAD,CAAC,AAtCD,CAA8C,qBAAW,GAsCxD;AAtCY,4DAAwB;AAwCrC,kBAAe,wBAAwB,CAAC"}
@@ -16,7 +16,7 @@ export declare class CencDrm extends Drm {
16
16
  * @type {string}
17
17
  * @memberof CencDrm
18
18
  */
19
- type: DrmType.CENC;
19
+ readonly type: DrmType;
20
20
  /**
21
21
  * 16 byte encryption key, 32 hexadecimal characters (required)
22
22
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"CencDrm.js","sourceRoot":"","sources":["../../src/models/CencDrm.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,+CAA0C;AAC1C,2CAAsC;AACtC,iDAA4C;AAC5C,+CAA0C;AAC1C,6BAAwB;AACxB,qCAAgC;AAKhC;;;GAGG;AACH;IAA6B,2BAAG;IAuE9B,iBAAY,GAAsB;QAAlC,YACE,kBAAM,GAAG,CAAC,SAaX;QApFD;;;;WAIG;QACI,UAAI,GAAiB,iBAAO,CAAC,IAAI,CAAC;QAmEvC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACxB,KAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACxB,KAAI,CAAC,cAAc,GAAG,YAAG,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;QAC9C,KAAI,CAAC,MAAM,GAAG,YAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QAC9B,KAAI,CAAC,uBAAuB,GAAG,YAAG,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAC;QAChE,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,EAAE,sBAAY,CAAC,CAAC;QAChD,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,EAAE,uBAAa,CAAC,CAAC;QACnD,KAAI,CAAC,MAAM,GAAG,YAAG,CAAC,GAAG,CAAC,MAAM,EAAE,oBAAU,CAAC,CAAC;QAC1C,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,EAAE,sBAAY,CAAC,CAAC;;IAClD,CAAC;IACH,cAAC;AAAD,CAAC,AAtFD,CAA6B,aAAG,GAsF/B;AAtFY,0BAAO;AAwFpB,kBAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"CencDrm.js","sourceRoot":"","sources":["../../src/models/CencDrm.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,+CAA0C;AAC1C,2CAAsC;AACtC,iDAA4C;AAC5C,+CAA0C;AAC1C,6BAAwB;AACxB,qCAAgC;AAKhC;;;GAGG;AACH;IAA6B,2BAAG;IAuE9B,iBAAY,GAAsB;QAAlC,YACE,kBAAM,GAAG,CAAC,SAaX;QApFD;;;;WAIG;QACa,UAAI,GAAY,iBAAO,CAAC,IAAI,CAAC;QAmE3C,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACxB,KAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACxB,KAAI,CAAC,cAAc,GAAG,YAAG,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;QAC9C,KAAI,CAAC,MAAM,GAAG,YAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QAC9B,KAAI,CAAC,uBAAuB,GAAG,YAAG,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAC;QAChE,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,EAAE,sBAAY,CAAC,CAAC;QAChD,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,EAAE,uBAAa,CAAC,CAAC;QACnD,KAAI,CAAC,MAAM,GAAG,YAAG,CAAC,GAAG,CAAC,MAAM,EAAE,oBAAU,CAAC,CAAC;QAC1C,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,EAAE,sBAAY,CAAC,CAAC;;IAClD,CAAC;IACH,cAAC;AAAD,CAAC,AAtFD,CAA6B,aAAG,GAsF/B;AAtFY,0BAAO;AAwFpB,kBAAe,OAAO,CAAC"}
@@ -10,7 +10,7 @@ export declare class ChunkedTextMuxing extends Muxing {
10
10
  * @type {string}
11
11
  * @memberof ChunkedTextMuxing
12
12
  */
13
- type: MuxingType.CHUNKED_TEXT;
13
+ readonly type: MuxingType;
14
14
  /**
15
15
  * Length of the segments in seconds (required)
16
16
  * @type {number}
@@ -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;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"}
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;QACa,UAAI,GAAe,oBAAU,CAAC,YAAY,CAAC;QAuCzD,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"}
@@ -10,7 +10,7 @@ export declare class ClearKeyDrm extends Drm {
10
10
  * @type {string}
11
11
  * @memberof ClearKeyDrm
12
12
  */
13
- type: DrmType.CLEARKEY;
13
+ readonly type: DrmType;
14
14
  /**
15
15
  * 16 byte encryption key, 32 hexadecimal characters (required)
16
16
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"ClearKeyDrm.js","sourceRoot":"","sources":["../../src/models/ClearKeyDrm.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,6BAAwB;AACxB,qCAAgC;AAGhC;;;GAGG;AACH;IAAiC,+BAAG;IAsBlC,qBAAY,GAA0B;QAAtC,YACE,kBAAM,GAAG,CAAC,SAMX;QA5BD;;;;WAIG;QACI,UAAI,GAAqB,iBAAO,CAAC,QAAQ,CAAC;QAkB/C,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACxB,KAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;;IAC1B,CAAC;IACH,kBAAC;AAAD,CAAC,AA9BD,CAAiC,aAAG,GA8BnC;AA9BY,kCAAW;AAgCxB,kBAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"ClearKeyDrm.js","sourceRoot":"","sources":["../../src/models/ClearKeyDrm.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,6BAAwB;AACxB,qCAAgC;AAGhC;;;GAGG;AACH;IAAiC,+BAAG;IAsBlC,qBAAY,GAA0B;QAAtC,YACE,kBAAM,GAAG,CAAC,SAMX;QA5BD;;;;WAIG;QACa,UAAI,GAAY,iBAAO,CAAC,QAAQ,CAAC;QAkB/C,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACxB,KAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;;IAC1B,CAAC;IACH,kBAAC;AAAD,CAAC,AA9BD,CAAiC,aAAG,GA8BnC;AA9BY,kCAAW;AAgCxB,kBAAe,WAAW,CAAC"}
@@ -10,7 +10,7 @@ export declare class CmafMuxing extends Muxing {
10
10
  * @type {string}
11
11
  * @memberof CmafMuxing
12
12
  */
13
- type: MuxingType.CMAF;
13
+ readonly type: MuxingType;
14
14
  /**
15
15
  * Length of the fragments in seconds (required)
16
16
  * @type {number}
@@ -1 +1 @@
1
- {"version":3,"file":"CmafMuxing.js","sourceRoot":"","sources":["../../src/models/CmafMuxing.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAG/C,mCAA8B;AAE9B,2CAAsC;AAGtC;;;GAGG;AACH;IAAgC,8BAAM;IAyDpC,oBAAY,GAAyB;QAArC,YACE,kBAAM,GAAG,CAAC,SAWX;QApED;;;;WAIG;QACI,UAAI,GAAoB,oBAAU,CAAC,IAAI,CAAC;QAqD7C,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,eAAe,GAAG,YAAG,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;QAChD,KAAI,CAAC,uBAAuB,GAAG,YAAG,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAC;QAChE,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,kBAAkB,GAAG,YAAG,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAC;;IACxD,CAAC;IACH,iBAAC;AAAD,CAAC,AAtED,CAAgC,gBAAM,GAsErC;AAtEY,gCAAU;AAwEvB,kBAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"CmafMuxing.js","sourceRoot":"","sources":["../../src/models/CmafMuxing.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAG/C,mCAA8B;AAE9B,2CAAsC;AAGtC;;;GAGG;AACH;IAAgC,8BAAM;IAyDpC,oBAAY,GAAyB;QAArC,YACE,kBAAM,GAAG,CAAC,SAWX;QApED;;;;WAIG;QACa,UAAI,GAAe,oBAAU,CAAC,IAAI,CAAC;QAqDjD,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,eAAe,GAAG,YAAG,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;QAChD,KAAI,CAAC,uBAAuB,GAAG,YAAG,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAC;QAChE,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,kBAAkB,GAAG,YAAG,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAC;;IACxD,CAAC;IACH,iBAAC;AAAD,CAAC,AAtED,CAAgC,gBAAM,GAsErC;AAtEY,gCAAU;AAwEvB,kBAAe,UAAU,CAAC"}
@@ -11,7 +11,7 @@ export declare class ConcatenationInputStream extends InputStream {
11
11
  * @type {string}
12
12
  * @memberof ConcatenationInputStream
13
13
  */
14
- type: InputStreamType.CONCATENATION;
14
+ readonly type: InputStreamType;
15
15
  /**
16
16
  * Concatenation configuration for the output of this stream
17
17
  * @type {ConcatenationInputConfiguration[]}
@@ -1 +1 @@
1
- {"version":3,"file":"ConcatenationInputStream.js","sourceRoot":"","sources":["../../src/models/ConcatenationInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,qFAAgF;AAChF,6CAAwC;AACxC,qDAAgD;AAEhD;;;GAGG;AACH;IAA8C,4CAAW;IAevD,kCAAY,GAAuC;QAAnD,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;QACI,UAAI,GAAkC,yBAAe,CAAC,aAAa,CAAC;QAWzE,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,aAAa,GAAG,iBAAQ,CAAC,GAAG,CAAC,aAAa,EAAE,yCAA+B,CAAC,CAAC;;IACpF,CAAC;IACH,+BAAC;AAAD,CAAC,AAtBD,CAA8C,qBAAW,GAsBxD;AAtBY,4DAAwB;AAwBrC,kBAAe,wBAAwB,CAAC"}
1
+ {"version":3,"file":"ConcatenationInputStream.js","sourceRoot":"","sources":["../../src/models/ConcatenationInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,qFAAgF;AAChF,6CAAwC;AACxC,qDAAgD;AAEhD;;;GAGG;AACH;IAA8C,4CAAW;IAevD,kCAAY,GAAuC;QAAnD,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,aAAa,CAAC;QAWpE,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,aAAa,GAAG,iBAAQ,CAAC,GAAG,CAAC,aAAa,EAAE,yCAA+B,CAAC,CAAC;;IACpF,CAAC;IACH,+BAAC;AAAD,CAAC,AAtBD,CAA8C,qBAAW,GAsBxD;AAtBY,4DAAwB;AAwBrC,kBAAe,wBAAwB,CAAC"}
@@ -11,7 +11,7 @@ export declare class Condition extends AbstractCondition {
11
11
  * @type {string}
12
12
  * @memberof Condition
13
13
  */
14
- type: ConditionType.CONDITION;
14
+ readonly type: ConditionType;
15
15
  /**
16
16
  * The attribute that should be used for the evaluation. Valid values include, depending on the context: - HEIGHT - WIDTH - BITRATE - FPS - ASPECTRATIO - INPUTSTREAM - LANGUAGE - CHANNELFORMAT - CHANNELLAYOUT - STREAMCOUNT - AUDIOSTREAMCOUNT - VIDEOSTREAMCOUNT - DURATION - ROTATION (required)
17
17
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"Condition.js","sourceRoot":"","sources":["../../src/models/Condition.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yDAAoD;AAEpD,iDAA4C;AAE5C;;;GAGG;AACH;IAA+B,6BAAiB;IA6B9C,mBAAY,GAAwB;QAApC,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACI,UAAI,GAA4B,uBAAa,CAAC,SAAS,CAAC;QAyB7D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,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,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,gBAAC;AAAD,CAAC,AAtCD,CAA+B,2BAAiB,GAsC/C;AAtCY,8BAAS;AAwCtB,kBAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"Condition.js","sourceRoot":"","sources":["../../src/models/Condition.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yDAAoD;AAEpD,iDAA4C;AAE5C;;;GAGG;AACH;IAA+B,6BAAiB;IA6B9C,mBAAY,GAAwB;QAApC,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACa,UAAI,GAAkB,uBAAa,CAAC,SAAS,CAAC;QAyB5D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,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,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,gBAAC;AAAD,CAAC,AAtCD,CAA+B,2BAAiB,GAsC/C;AAtCY,8BAAS;AAwCtB,kBAAe,SAAS,CAAC"}
@@ -10,7 +10,7 @@ export declare class ConformFilter extends Filter {
10
10
  * @type {string}
11
11
  * @memberof ConformFilter
12
12
  */
13
- type: FilterType.CONFORM;
13
+ readonly type: FilterType;
14
14
  /**
15
15
  * The FPS the input should be changed to.
16
16
  * @type {number}
@@ -1 +1 @@
1
- {"version":3,"file":"ConformFilter.js","sourceRoot":"","sources":["../../src/models/ConformFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mCAA8B;AAC9B,2CAAsC;AAEtC;;;GAGG;AACH;IAAmC,iCAAM;IAevC,uBAAY,GAA4B;QAAxC,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;QACI,UAAI,GAAuB,oBAAU,CAAC,OAAO,CAAC;QAWnD,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;;IACtC,CAAC;IACH,oBAAC;AAAD,CAAC,AAtBD,CAAmC,gBAAM,GAsBxC;AAtBY,sCAAa;AAwB1B,kBAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"ConformFilter.js","sourceRoot":"","sources":["../../src/models/ConformFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mCAA8B;AAC9B,2CAAsC;AAEtC;;;GAGG;AACH;IAAmC,iCAAM;IAevC,uBAAY,GAA4B;QAAxC,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;QACa,UAAI,GAAe,oBAAU,CAAC,OAAO,CAAC;QAWpD,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;;IACtC,CAAC;IACH,oBAAC;AAAD,CAAC,AAtBD,CAAmC,gBAAM,GAsBxC;AAtBY,sCAAa;AAwB1B,kBAAe,aAAa,CAAC"}
@@ -1,9 +1,16 @@
1
- import DashRepresentation from './DashRepresentation';
1
+ import DashMuxingRepresentation from './DashMuxingRepresentation';
2
+ import DashRepresentationTypeDiscriminator from './DashRepresentationTypeDiscriminator';
2
3
  /**
3
4
  * @export
4
5
  * @class ContentProtection
5
6
  */
6
- export declare class ContentProtection extends DashRepresentation {
7
+ export declare class ContentProtection extends DashMuxingRepresentation {
8
+ /**
9
+ * Discriminator property for DashRepresentation
10
+ * @type {string}
11
+ * @memberof ContentProtection
12
+ */
13
+ readonly typeDiscriminator: DashRepresentationTypeDiscriminator;
7
14
  /**
8
15
  * DRM Id (required)
9
16
  * @type {string}
@@ -15,7 +15,8 @@ var __extends = (this && this.__extends) || (function () {
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.ContentProtection = void 0;
17
17
  var Mapper_1 = require("../common/Mapper");
18
- var DashRepresentation_1 = require("./DashRepresentation");
18
+ var DashMuxingRepresentation_1 = require("./DashMuxingRepresentation");
19
+ var DashRepresentationTypeDiscriminator_1 = require("./DashRepresentationTypeDiscriminator");
19
20
  /**
20
21
  * @export
21
22
  * @class ContentProtection
@@ -24,6 +25,12 @@ var ContentProtection = /** @class */ (function (_super) {
24
25
  __extends(ContentProtection, _super);
25
26
  function ContentProtection(obj) {
26
27
  var _this = _super.call(this, obj) || this;
28
+ /**
29
+ * Discriminator property for DashRepresentation
30
+ * @type {string}
31
+ * @memberof ContentProtection
32
+ */
33
+ _this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.CONTENT_PROTECTION;
27
34
  if (!obj) {
28
35
  return _this;
29
36
  }
@@ -31,7 +38,7 @@ var ContentProtection = /** @class */ (function (_super) {
31
38
  return _this;
32
39
  }
33
40
  return ContentProtection;
34
- }(DashRepresentation_1.default));
41
+ }(DashMuxingRepresentation_1.default));
35
42
  exports.ContentProtection = ContentProtection;
36
43
  exports.default = ContentProtection;
37
44
  //# sourceMappingURL=ContentProtection.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ContentProtection.js","sourceRoot":"","sources":["../../src/models/ContentProtection.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,2DAAsD;AAEtD;;;GAGG;AACH;IAAuC,qCAAkB;IAQvD,2BAAY,GAAgC;QAA5C,YACE,kBAAM,GAAG,CAAC,SAKX;QAJC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,wBAAC;AAAD,CAAC,AAfD,CAAuC,4BAAkB,GAexD;AAfY,8CAAiB;AAiB9B,kBAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"ContentProtection.js","sourceRoot":"","sources":["../../src/models/ContentProtection.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,uEAAkE;AAClE,6FAAwF;AAExF;;;GAGG;AACH;IAAuC,qCAAwB;IAe7D,2BAAY,GAAgC;QAA5C,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;QACa,uBAAiB,GAAwC,6CAAmC,CAAC,kBAAkB,CAAC;QAW9H,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,wBAAC;AAAD,CAAC,AAtBD,CAAuC,kCAAwB,GAsB9D;AAtBY,8CAAiB;AAwB9B,kBAAe,iBAAiB,CAAC"}
@@ -11,7 +11,7 @@ export declare class CropFilter extends Filter {
11
11
  * @type {string}
12
12
  * @memberof CropFilter
13
13
  */
14
- type: FilterType.CROP;
14
+ readonly type: FilterType;
15
15
  /**
16
16
  * Amount of pixels that will be cropped of the input video from the left side. Must be zero or a positive value.
17
17
  * @type {number}
@@ -1 +1 @@
1
- {"version":3,"file":"CropFilter.js","sourceRoot":"","sources":["../../src/models/CropFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mCAA8B;AAC9B,2CAAsC;AAGtC;;;GAGG;AACH;IAAgC,8BAAM;IA0CpC,oBAAY,GAAyB;QAArC,YACE,kBAAM,GAAG,CAAC,SASX;QAnDD;;;;WAIG;QACI,UAAI,GAAoB,oBAAU,CAAC,IAAI,CAAC;QAsC7C,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QAC5B,KAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACxB,KAAI,CAAC,MAAM,GAAG,YAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QAC9B,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;;IAC5B,CAAC;IACH,iBAAC;AAAD,CAAC,AArDD,CAAgC,gBAAM,GAqDrC;AArDY,gCAAU;AAuDvB,kBAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"CropFilter.js","sourceRoot":"","sources":["../../src/models/CropFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mCAA8B;AAC9B,2CAAsC;AAGtC;;;GAGG;AACH;IAAgC,8BAAM;IA0CpC,oBAAY,GAAyB;QAArC,YACE,kBAAM,GAAG,CAAC,SASX;QAnDD;;;;WAIG;QACa,UAAI,GAAe,oBAAU,CAAC,IAAI,CAAC;QAsCjD,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QAC5B,KAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACxB,KAAI,CAAC,MAAM,GAAG,YAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QAC9B,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;;IAC5B,CAAC;IACH,iBAAC;AAAD,CAAC,AArDD,CAAgC,gBAAM,GAqDrC;AArDY,gCAAU;AAuDvB,kBAAe,UAAU,CAAC"}
@@ -1,9 +1,16 @@
1
+ import DashRepresentationTypeDiscriminator from './DashRepresentationTypeDiscriminator';
1
2
  import DashSegmentedRepresentation from './DashSegmentedRepresentation';
2
3
  /**
3
4
  * @export
4
5
  * @class DashChunkedTextRepresentation
5
6
  */
6
7
  export declare class DashChunkedTextRepresentation extends DashSegmentedRepresentation {
8
+ /**
9
+ * Discriminator property for DashRepresentation
10
+ * @type {string}
11
+ * @memberof DashChunkedTextRepresentation
12
+ */
13
+ readonly typeDiscriminator: DashRepresentationTypeDiscriminator;
7
14
  constructor(obj?: Partial<DashChunkedTextRepresentation>);
8
15
  }
9
16
  export default DashChunkedTextRepresentation;
@@ -14,6 +14,7 @@ var __extends = (this && this.__extends) || (function () {
14
14
  })();
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.DashChunkedTextRepresentation = void 0;
17
+ var DashRepresentationTypeDiscriminator_1 = require("./DashRepresentationTypeDiscriminator");
17
18
  var DashSegmentedRepresentation_1 = require("./DashSegmentedRepresentation");
18
19
  /**
19
20
  * @export
@@ -23,6 +24,12 @@ var DashChunkedTextRepresentation = /** @class */ (function (_super) {
23
24
  __extends(DashChunkedTextRepresentation, _super);
24
25
  function DashChunkedTextRepresentation(obj) {
25
26
  var _this = _super.call(this, obj) || this;
27
+ /**
28
+ * Discriminator property for DashRepresentation
29
+ * @type {string}
30
+ * @memberof DashChunkedTextRepresentation
31
+ */
32
+ _this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.CHUNKED_TEXT;
26
33
  if (!obj) {
27
34
  return _this;
28
35
  }
@@ -1 +1 @@
1
- {"version":3,"file":"DashChunkedTextRepresentation.js","sourceRoot":"","sources":["../../src/models/DashChunkedTextRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAEA,6EAAwE;AAExE;;;GAGG;AACH;IAAmD,iDAA2B;IAC5E,uCAAY,GAA4C;QAAxD,YACE,kBAAM,GAAG,CAAC,SAIX;QAHC,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,oCAAC;AAAD,CAAC,AAPD,CAAmD,qCAA2B,GAO7E;AAPY,sEAA6B;AAS1C,kBAAe,6BAA6B,CAAC"}
1
+ {"version":3,"file":"DashChunkedTextRepresentation.js","sourceRoot":"","sources":["../../src/models/DashChunkedTextRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,6FAAwF;AAExF,6EAAwE;AAExE;;;GAGG;AACH;IAAmD,iDAA2B;IAQ5E,uCAAY,GAA4C;QAAxD,YACE,kBAAM,GAAG,CAAC,SAIX;QAZD;;;;WAIG;QACa,uBAAiB,GAAwC,6CAAmC,CAAC,YAAY,CAAC;QAIxH,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,oCAAC;AAAD,CAAC,AAdD,CAAmD,qCAA2B,GAc7E;AAdY,sEAA6B;AAgB1C,kBAAe,6BAA6B,CAAC"}
@@ -1,9 +1,16 @@
1
+ import DashRepresentationTypeDiscriminator from './DashRepresentationTypeDiscriminator';
1
2
  import DashSegmentedRepresentation from './DashSegmentedRepresentation';
2
3
  /**
3
4
  * @export
4
5
  * @class DashCmafRepresentation
5
6
  */
6
7
  export declare class DashCmafRepresentation extends DashSegmentedRepresentation {
8
+ /**
9
+ * Discriminator property for DashRepresentation
10
+ * @type {string}
11
+ * @memberof DashCmafRepresentation
12
+ */
13
+ readonly typeDiscriminator: DashRepresentationTypeDiscriminator;
7
14
  constructor(obj?: Partial<DashCmafRepresentation>);
8
15
  }
9
16
  export default DashCmafRepresentation;
@@ -14,6 +14,7 @@ var __extends = (this && this.__extends) || (function () {
14
14
  })();
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.DashCmafRepresentation = void 0;
17
+ var DashRepresentationTypeDiscriminator_1 = require("./DashRepresentationTypeDiscriminator");
17
18
  var DashSegmentedRepresentation_1 = require("./DashSegmentedRepresentation");
18
19
  /**
19
20
  * @export
@@ -23,6 +24,12 @@ var DashCmafRepresentation = /** @class */ (function (_super) {
23
24
  __extends(DashCmafRepresentation, _super);
24
25
  function DashCmafRepresentation(obj) {
25
26
  var _this = _super.call(this, obj) || this;
27
+ /**
28
+ * Discriminator property for DashRepresentation
29
+ * @type {string}
30
+ * @memberof DashCmafRepresentation
31
+ */
32
+ _this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.CMAF;
26
33
  if (!obj) {
27
34
  return _this;
28
35
  }
@@ -1 +1 @@
1
- {"version":3,"file":"DashCmafRepresentation.js","sourceRoot":"","sources":["../../src/models/DashCmafRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAEA,6EAAwE;AAExE;;;GAGG;AACH;IAA4C,0CAA2B;IACrE,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAIX;QAHC,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,6BAAC;AAAD,CAAC,AAPD,CAA4C,qCAA2B,GAOtE;AAPY,wDAAsB;AASnC,kBAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"DashCmafRepresentation.js","sourceRoot":"","sources":["../../src/models/DashCmafRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,6FAAwF;AAExF,6EAAwE;AAExE;;;GAGG;AACH;IAA4C,0CAA2B;IAQrE,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAIX;QAZD;;;;WAIG;QACa,uBAAiB,GAAwC,6CAAmC,CAAC,IAAI,CAAC;QAIhH,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,6BAAC;AAAD,CAAC,AAdD,CAA4C,qCAA2B,GActE;AAdY,wDAAsB;AAgBnC,kBAAe,sBAAsB,CAAC"}
@@ -1,9 +1,16 @@
1
1
  import DashFmp4Representation from './DashFmp4Representation';
2
+ import DashRepresentationTypeDiscriminator from './DashRepresentationTypeDiscriminator';
2
3
  /**
3
4
  * @export
4
5
  * @class DashFmp4DrmRepresentation
5
6
  */
6
7
  export declare class DashFmp4DrmRepresentation extends DashFmp4Representation {
8
+ /**
9
+ * Discriminator property for DashRepresentation
10
+ * @type {string}
11
+ * @memberof DashFmp4DrmRepresentation
12
+ */
13
+ readonly typeDiscriminator: DashRepresentationTypeDiscriminator;
7
14
  /**
8
15
  * DRM Id (required)
9
16
  * @type {string}
@@ -16,6 +16,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.DashFmp4DrmRepresentation = void 0;
17
17
  var Mapper_1 = require("../common/Mapper");
18
18
  var DashFmp4Representation_1 = require("./DashFmp4Representation");
19
+ var DashRepresentationTypeDiscriminator_1 = require("./DashRepresentationTypeDiscriminator");
19
20
  /**
20
21
  * @export
21
22
  * @class DashFmp4DrmRepresentation
@@ -24,6 +25,12 @@ var DashFmp4DrmRepresentation = /** @class */ (function (_super) {
24
25
  __extends(DashFmp4DrmRepresentation, _super);
25
26
  function DashFmp4DrmRepresentation(obj) {
26
27
  var _this = _super.call(this, obj) || this;
28
+ /**
29
+ * Discriminator property for DashRepresentation
30
+ * @type {string}
31
+ * @memberof DashFmp4DrmRepresentation
32
+ */
33
+ _this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.DRM_FMP4;
27
34
  if (!obj) {
28
35
  return _this;
29
36
  }
@@ -1 +1 @@
1
- {"version":3,"file":"DashFmp4DrmRepresentation.js","sourceRoot":"","sources":["../../src/models/DashFmp4DrmRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mEAA8D;AAI9D;;;GAGG;AACH;IAA+C,6CAAsB;IAQnE,mCAAY,GAAwC;QAApD,YACE,kBAAM,GAAG,CAAC,SAKX;QAJC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,gCAAC;AAAD,CAAC,AAfD,CAA+C,gCAAsB,GAepE;AAfY,8DAAyB;AAiBtC,kBAAe,yBAAyB,CAAC"}
1
+ {"version":3,"file":"DashFmp4DrmRepresentation.js","sourceRoot":"","sources":["../../src/models/DashFmp4DrmRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mEAA8D;AAE9D,6FAAwF;AAGxF;;;GAGG;AACH;IAA+C,6CAAsB;IAenE,mCAAY,GAAwC;QAApD,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;QACa,uBAAiB,GAAwC,6CAAmC,CAAC,QAAQ,CAAC;QAWpH,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,gCAAC;AAAD,CAAC,AAtBD,CAA+C,gCAAsB,GAsBpE;AAtBY,8DAAyB;AAwBtC,kBAAe,yBAAyB,CAAC"}
@@ -1,9 +1,16 @@
1
+ import DashRepresentationTypeDiscriminator from './DashRepresentationTypeDiscriminator';
1
2
  import DashSegmentedRepresentation from './DashSegmentedRepresentation';
2
3
  /**
3
4
  * @export
4
5
  * @class DashFmp4Representation
5
6
  */
6
7
  export declare class DashFmp4Representation extends DashSegmentedRepresentation {
8
+ /**
9
+ * Discriminator property for DashRepresentation
10
+ * @type {string}
11
+ * @memberof DashFmp4Representation
12
+ */
13
+ readonly typeDiscriminator: DashRepresentationTypeDiscriminator;
7
14
  constructor(obj?: Partial<DashFmp4Representation>);
8
15
  }
9
16
  export default DashFmp4Representation;
@@ -14,6 +14,7 @@ var __extends = (this && this.__extends) || (function () {
14
14
  })();
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.DashFmp4Representation = void 0;
17
+ var DashRepresentationTypeDiscriminator_1 = require("./DashRepresentationTypeDiscriminator");
17
18
  var DashSegmentedRepresentation_1 = require("./DashSegmentedRepresentation");
18
19
  /**
19
20
  * @export
@@ -23,6 +24,12 @@ var DashFmp4Representation = /** @class */ (function (_super) {
23
24
  __extends(DashFmp4Representation, _super);
24
25
  function DashFmp4Representation(obj) {
25
26
  var _this = _super.call(this, obj) || this;
27
+ /**
28
+ * Discriminator property for DashRepresentation
29
+ * @type {string}
30
+ * @memberof DashFmp4Representation
31
+ */
32
+ _this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.FMP4;
26
33
  if (!obj) {
27
34
  return _this;
28
35
  }
@@ -1 +1 @@
1
- {"version":3,"file":"DashFmp4Representation.js","sourceRoot":"","sources":["../../src/models/DashFmp4Representation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAEA,6EAAwE;AAExE;;;GAGG;AACH;IAA4C,0CAA2B;IACrE,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAIX;QAHC,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,6BAAC;AAAD,CAAC,AAPD,CAA4C,qCAA2B,GAOtE;AAPY,wDAAsB;AASnC,kBAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"DashFmp4Representation.js","sourceRoot":"","sources":["../../src/models/DashFmp4Representation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,6FAAwF;AAExF,6EAAwE;AAExE;;;GAGG;AACH;IAA4C,0CAA2B;IAQrE,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAIX;QAZD;;;;WAIG;QACa,uBAAiB,GAAwC,6CAAmC,CAAC,IAAI,CAAC;QAIhH,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,6BAAC;AAAD,CAAC,AAdD,CAA4C,qCAA2B,GActE;AAdY,wDAAsB;AAgBnC,kBAAe,sBAAsB,CAAC"}
@@ -1,9 +1,16 @@
1
- import BitmovinResource from './BitmovinResource';
1
+ import DashRepresentation from './DashRepresentation';
2
+ import DashRepresentationTypeDiscriminator from './DashRepresentationTypeDiscriminator';
2
3
  /**
3
4
  * @export
4
5
  * @class DashImscRepresentation
5
6
  */
6
- export declare class DashImscRepresentation extends BitmovinResource {
7
+ export declare class DashImscRepresentation extends DashRepresentation {
8
+ /**
9
+ * Discriminator property for DashRepresentation
10
+ * @type {string}
11
+ * @memberof DashImscRepresentation
12
+ */
13
+ readonly typeDiscriminator: DashRepresentationTypeDiscriminator;
7
14
  /**
8
15
  * URL of the referenced IMSC file (required)
9
16
  * @type {string}
@@ -15,7 +15,8 @@ var __extends = (this && this.__extends) || (function () {
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.DashImscRepresentation = void 0;
17
17
  var Mapper_1 = require("../common/Mapper");
18
- var BitmovinResource_1 = require("./BitmovinResource");
18
+ var DashRepresentation_1 = require("./DashRepresentation");
19
+ var DashRepresentationTypeDiscriminator_1 = require("./DashRepresentationTypeDiscriminator");
19
20
  /**
20
21
  * @export
21
22
  * @class DashImscRepresentation
@@ -24,6 +25,12 @@ var DashImscRepresentation = /** @class */ (function (_super) {
24
25
  __extends(DashImscRepresentation, _super);
25
26
  function DashImscRepresentation(obj) {
26
27
  var _this = _super.call(this, obj) || this;
28
+ /**
29
+ * Discriminator property for DashRepresentation
30
+ * @type {string}
31
+ * @memberof DashImscRepresentation
32
+ */
33
+ _this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.IMSC;
27
34
  if (!obj) {
28
35
  return _this;
29
36
  }
@@ -31,7 +38,7 @@ var DashImscRepresentation = /** @class */ (function (_super) {
31
38
  return _this;
32
39
  }
33
40
  return DashImscRepresentation;
34
- }(BitmovinResource_1.default));
41
+ }(DashRepresentation_1.default));
35
42
  exports.DashImscRepresentation = DashImscRepresentation;
36
43
  exports.default = DashImscRepresentation;
37
44
  //# sourceMappingURL=DashImscRepresentation.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DashImscRepresentation.js","sourceRoot":"","sources":["../../src/models/DashImscRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,uDAAkD;AAElD;;;GAGG;AACH;IAA4C,0CAAgB;IAQ1D,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAKX;QAJC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;;IAClC,CAAC;IACH,6BAAC;AAAD,CAAC,AAfD,CAA4C,0BAAgB,GAe3D;AAfY,wDAAsB;AAiBnC,kBAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"DashImscRepresentation.js","sourceRoot":"","sources":["../../src/models/DashImscRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,2DAAsD;AACtD,6FAAwF;AAExF;;;GAGG;AACH;IAA4C,0CAAkB;IAe5D,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;QACa,uBAAiB,GAAwC,6CAAmC,CAAC,IAAI,CAAC;QAWhH,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;;IAClC,CAAC;IACH,6BAAC;AAAD,CAAC,AAtBD,CAA4C,4BAAkB,GAsB7D;AAtBY,wDAAsB;AAwBnC,kBAAe,sBAAsB,CAAC"}
@@ -1,9 +1,16 @@
1
1
  import DashMp4Representation from './DashMp4Representation';
2
+ import DashRepresentationTypeDiscriminator from './DashRepresentationTypeDiscriminator';
2
3
  /**
3
4
  * @export
4
5
  * @class DashMp4DrmRepresentation
5
6
  */
6
7
  export declare class DashMp4DrmRepresentation extends DashMp4Representation {
8
+ /**
9
+ * Discriminator property for DashRepresentation
10
+ * @type {string}
11
+ * @memberof DashMp4DrmRepresentation
12
+ */
13
+ readonly typeDiscriminator: DashRepresentationTypeDiscriminator;
7
14
  /**
8
15
  * DRM Id (required)
9
16
  * @type {string}
@@ -16,6 +16,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.DashMp4DrmRepresentation = void 0;
17
17
  var Mapper_1 = require("../common/Mapper");
18
18
  var DashMp4Representation_1 = require("./DashMp4Representation");
19
+ var DashRepresentationTypeDiscriminator_1 = require("./DashRepresentationTypeDiscriminator");
19
20
  /**
20
21
  * @export
21
22
  * @class DashMp4DrmRepresentation
@@ -24,6 +25,12 @@ var DashMp4DrmRepresentation = /** @class */ (function (_super) {
24
25
  __extends(DashMp4DrmRepresentation, _super);
25
26
  function DashMp4DrmRepresentation(obj) {
26
27
  var _this = _super.call(this, obj) || this;
28
+ /**
29
+ * Discriminator property for DashRepresentation
30
+ * @type {string}
31
+ * @memberof DashMp4DrmRepresentation
32
+ */
33
+ _this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.DRM_MP4;
27
34
  if (!obj) {
28
35
  return _this;
29
36
  }
@@ -1 +1 @@
1
- {"version":3,"file":"DashMp4DrmRepresentation.js","sourceRoot":"","sources":["../../src/models/DashMp4DrmRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iEAA4D;AAG5D;;;GAGG;AACH;IAA8C,4CAAqB;IAQjE,kCAAY,GAAuC;QAAnD,YACE,kBAAM,GAAG,CAAC,SAKX;QAJC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,+BAAC;AAAD,CAAC,AAfD,CAA8C,+BAAqB,GAelE;AAfY,4DAAwB;AAiBrC,kBAAe,wBAAwB,CAAC"}
1
+ {"version":3,"file":"DashMp4DrmRepresentation.js","sourceRoot":"","sources":["../../src/models/DashMp4DrmRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iEAA4D;AAE5D,6FAAwF;AAExF;;;GAGG;AACH;IAA8C,4CAAqB;IAejE,kCAAY,GAAuC;QAAnD,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;QACa,uBAAiB,GAAwC,6CAAmC,CAAC,OAAO,CAAC;QAWnH,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,+BAAC;AAAD,CAAC,AAtBD,CAA8C,+BAAqB,GAsBlE;AAtBY,4DAAwB;AAwBrC,kBAAe,wBAAwB,CAAC"}
@@ -1,10 +1,17 @@
1
+ import DashMuxingRepresentation from './DashMuxingRepresentation';
1
2
  import DashOnDemandRepresentationType from './DashOnDemandRepresentationType';
2
- import DashRepresentation from './DashRepresentation';
3
+ import DashRepresentationTypeDiscriminator from './DashRepresentationTypeDiscriminator';
3
4
  /**
4
5
  * @export
5
6
  * @class DashMp4Representation
6
7
  */
7
- export declare class DashMp4Representation extends DashRepresentation {
8
+ export declare class DashMp4Representation extends DashMuxingRepresentation {
9
+ /**
10
+ * Discriminator property for DashRepresentation
11
+ * @type {string}
12
+ * @memberof DashMp4Representation
13
+ */
14
+ readonly typeDiscriminator: DashRepresentationTypeDiscriminator;
8
15
  /**
9
16
  * Path to the MP4 file (required)
10
17
  * @type {string}