@jellyfin/sdk 0.10.0 → 0.11.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 (331) hide show
  1. package/README.md +5 -0
  2. package/lib/api.d.ts +0 -11
  3. package/lib/api.js +0 -14
  4. package/lib/generated-client/api/activity-log-api.d.ts +9 -12
  5. package/lib/generated-client/api/activity-log-api.js +8 -8
  6. package/lib/generated-client/api/api-key-api.d.ts +18 -18
  7. package/lib/generated-client/api/api-key-api.js +19 -10
  8. package/lib/generated-client/api/artists-api.d.ts +27 -90
  9. package/lib/generated-client/api/artists-api.js +22 -76
  10. package/lib/generated-client/api/audio-api.d.ts +81 -249
  11. package/lib/generated-client/api/audio-api.js +93 -245
  12. package/lib/generated-client/api/branding-api.d.ts +16 -16
  13. package/lib/generated-client/api/branding-api.js +13 -4
  14. package/lib/generated-client/api/channels-api.d.ts +33 -51
  15. package/lib/generated-client/api/channels-api.js +33 -36
  16. package/lib/generated-client/api/client-log-api.d.ts +13 -13
  17. package/lib/generated-client/api/client-log-api.js +10 -7
  18. package/lib/generated-client/api/collection-api.d.ts +19 -24
  19. package/lib/generated-client/api/collection-api.js +22 -18
  20. package/lib/generated-client/api/configuration-api.d.ts +28 -29
  21. package/lib/generated-client/api/configuration-api.js +30 -16
  22. package/lib/generated-client/api/dashboard-api.d.ts +14 -14
  23. package/lib/generated-client/api/dashboard-api.js +15 -9
  24. package/lib/generated-client/api/devices-api.d.ts +31 -33
  25. package/lib/generated-client/api/devices-api.js +36 -22
  26. package/lib/generated-client/api/display-preferences-api.d.ts +14 -19
  27. package/lib/generated-client/api/display-preferences-api.js +15 -14
  28. package/lib/generated-client/api/dynamic-hls-api.d.ts +246 -607
  29. package/lib/generated-client/api/dynamic-hls-api.js +233 -573
  30. package/lib/generated-client/api/environment-api.d.ts +33 -35
  31. package/lib/generated-client/api/environment-api.js +34 -18
  32. package/lib/generated-client/api/filter-api.d.ts +17 -29
  33. package/lib/generated-client/api/filter-api.js +15 -21
  34. package/lib/generated-client/api/genres-api.d.ts +20 -38
  35. package/lib/generated-client/api/genres-api.js +15 -27
  36. package/lib/generated-client/api/hls-segment-api.d.ts +28 -35
  37. package/lib/generated-client/api/hls-segment-api.js +36 -28
  38. package/lib/generated-client/api/image-api.d.ts +206 -644
  39. package/lib/generated-client/api/image-api.js +269 -596
  40. package/lib/generated-client/api/instant-mix-api.d.ts +46 -102
  41. package/lib/generated-client/api/instant-mix-api.js +57 -89
  42. package/lib/generated-client/api/item-lookup-api.d.ts +69 -71
  43. package/lib/generated-client/api/item-lookup-api.js +78 -47
  44. package/lib/generated-client/api/item-refresh-api.d.ts +9 -13
  45. package/lib/generated-client/api/item-refresh-api.js +8 -9
  46. package/lib/generated-client/api/item-update-api.d.ts +20 -22
  47. package/lib/generated-client/api/item-update-api.js +22 -15
  48. package/lib/generated-client/api/items-api.d.ts +44 -137
  49. package/lib/generated-client/api/items-api.js +38 -122
  50. package/lib/generated-client/api/library-api.d.ts +185 -170
  51. package/lib/generated-client/api/library-api.js +212 -142
  52. package/lib/generated-client/api/library-structure-api.d.ts +48 -58
  53. package/lib/generated-client/api/library-structure-api.js +54 -40
  54. package/lib/generated-client/api/live-tv-api.d.ts +224 -332
  55. package/lib/generated-client/api/live-tv-api.js +273 -258
  56. package/lib/generated-client/api/localization-api.d.ts +23 -23
  57. package/lib/generated-client/api/localization-api.js +17 -5
  58. package/lib/generated-client/api/lyrics-api.d.ts +39 -42
  59. package/lib/generated-client/api/lyrics-api.js +45 -30
  60. package/lib/generated-client/api/media-info-api.d.ts +40 -59
  61. package/lib/generated-client/api/media-info-api.js +45 -52
  62. package/lib/generated-client/api/media-segments-api.d.ts +95 -0
  63. package/lib/generated-client/api/media-segments-api.js +123 -0
  64. package/lib/generated-client/api/movies-api.d.ts +10 -14
  65. package/lib/generated-client/api/movies-api.js +8 -9
  66. package/lib/generated-client/api/music-genres-api.d.ts +20 -38
  67. package/lib/generated-client/api/music-genres-api.js +15 -27
  68. package/lib/generated-client/api/package-api.d.ts +33 -37
  69. package/lib/generated-client/api/package-api.js +37 -23
  70. package/lib/generated-client/api/persons-api.d.ts +18 -31
  71. package/lib/generated-client/api/persons-api.js +15 -22
  72. package/lib/generated-client/api/playlists-api.d.ts +109 -84
  73. package/lib/generated-client/api/playlists-api.js +137 -63
  74. package/lib/generated-client/api/playstate-api.d.ts +54 -80
  75. package/lib/generated-client/api/playstate-api.js +64 -63
  76. package/lib/generated-client/api/plugins-api.d.ts +48 -52
  77. package/lib/generated-client/api/plugins-api.js +61 -38
  78. package/lib/generated-client/api/quick-connect-api.d.ts +22 -23
  79. package/lib/generated-client/api/quick-connect-api.js +23 -12
  80. package/lib/generated-client/api/remote-image-api.d.ts +21 -28
  81. package/lib/generated-client/api/remote-image-api.js +22 -20
  82. package/lib/generated-client/api/scheduled-tasks-api.d.ts +30 -32
  83. package/lib/generated-client/api/scheduled-tasks-api.js +36 -23
  84. package/lib/generated-client/api/search-api.d.ts +11 -28
  85. package/lib/generated-client/api/search-api.js +8 -22
  86. package/lib/generated-client/api/session-api.d.ts +90 -117
  87. package/lib/generated-client/api/session-api.js +104 -83
  88. package/lib/generated-client/api/startup-api.d.ts +37 -37
  89. package/lib/generated-client/api/startup-api.js +38 -17
  90. package/lib/generated-client/api/studios-api.d.ts +18 -35
  91. package/lib/generated-client/api/studios-api.js +15 -26
  92. package/lib/generated-client/api/subtitle-api.d.ts +55 -86
  93. package/lib/generated-client/api/subtitle-api.js +68 -69
  94. package/lib/generated-client/api/suggestions-api.d.ts +11 -16
  95. package/lib/generated-client/api/suggestions-api.js +8 -10
  96. package/lib/generated-client/api/sync-play-api.d.ts +120 -120
  97. package/lib/generated-client/api/sync-play-api.js +133 -70
  98. package/lib/generated-client/api/system-api.d.ts +49 -49
  99. package/lib/generated-client/api/system-api.js +44 -14
  100. package/lib/generated-client/api/time-sync-api.d.ts +8 -8
  101. package/lib/generated-client/api/time-sync-api.js +5 -2
  102. package/lib/generated-client/api/tmdb-api.d.ts +8 -8
  103. package/lib/generated-client/api/tmdb-api.js +5 -2
  104. package/lib/generated-client/api/trailers-api.d.ts +19 -102
  105. package/lib/generated-client/api/trailers-api.js +8 -88
  106. package/lib/generated-client/api/trickplay-api.d.ts +13 -18
  107. package/lib/generated-client/api/trickplay-api.js +15 -14
  108. package/lib/generated-client/api/tv-shows-api.d.ts +27 -72
  109. package/lib/generated-client/api/tv-shows-api.js +29 -62
  110. package/lib/generated-client/api/universal-audio-api.d.ts +30 -48
  111. package/lib/generated-client/api/universal-audio-api.js +33 -51
  112. package/lib/generated-client/api/user-api.d.ts +83 -88
  113. package/lib/generated-client/api/user-api.js +93 -56
  114. package/lib/generated-client/api/user-library-api.d.ts +59 -78
  115. package/lib/generated-client/api/user-library-api.js +71 -60
  116. package/lib/generated-client/api/user-views-api.d.ts +16 -19
  117. package/lib/generated-client/api/user-views-api.js +15 -12
  118. package/lib/generated-client/api/video-attachments-api.d.ts +8 -10
  119. package/lib/generated-client/api/video-attachments-api.js +8 -7
  120. package/lib/generated-client/api/videos-api.d.ts +97 -274
  121. package/lib/generated-client/api/videos-api.js +114 -266
  122. package/lib/generated-client/api/years-api.d.ts +21 -36
  123. package/lib/generated-client/api/years-api.js +15 -24
  124. package/lib/generated-client/api.d.ts +1 -0
  125. package/lib/generated-client/base.d.ts +15 -4
  126. package/lib/generated-client/base.js +8 -4
  127. package/lib/generated-client/common.d.ts +3 -3
  128. package/lib/generated-client/common.js +23 -14
  129. package/lib/generated-client/configuration.d.ts +8 -0
  130. package/lib/generated-client/configuration.js +1 -0
  131. package/lib/generated-client/index.js +8 -1
  132. package/lib/generated-client/models/access-schedule.d.ts +1 -1
  133. package/lib/generated-client/models/activity-log-entry-message.d.ts +2 -2
  134. package/lib/generated-client/models/activity-log-entry-query-result.d.ts +3 -3
  135. package/lib/generated-client/models/activity-log-entry-start-message.d.ts +1 -1
  136. package/lib/generated-client/models/activity-log-entry-stop-message.d.ts +1 -1
  137. package/lib/generated-client/models/activity-log-entry.d.ts +1 -1
  138. package/lib/generated-client/models/add-virtual-folder-dto.d.ts +1 -1
  139. package/lib/generated-client/models/album-info-remote-search-query.d.ts +1 -1
  140. package/lib/generated-client/models/album-info.d.ts +5 -5
  141. package/lib/generated-client/models/all-theme-media-result.d.ts +1 -1
  142. package/lib/generated-client/models/artist-info-remote-search-query.d.ts +1 -1
  143. package/lib/generated-client/models/artist-info.d.ts +3 -3
  144. package/lib/generated-client/models/authentication-info-query-result.d.ts +3 -3
  145. package/lib/generated-client/models/authentication-result.d.ts +7 -7
  146. package/lib/generated-client/models/base-item-dto-query-result.d.ts +3 -3
  147. package/lib/generated-client/models/base-item-dto.d.ts +26 -26
  148. package/lib/generated-client/models/base-item-person.d.ts +2 -2
  149. package/lib/generated-client/models/book-info-remote-search-query.d.ts +1 -1
  150. package/lib/generated-client/models/book-info.d.ts +2 -2
  151. package/lib/generated-client/models/box-set-info-remote-search-query.d.ts +1 -1
  152. package/lib/generated-client/models/box-set-info.d.ts +2 -2
  153. package/lib/generated-client/models/channel-features.d.ts +3 -3
  154. package/lib/generated-client/models/channel-mapping-options-dto.d.ts +3 -3
  155. package/lib/generated-client/models/client-capabilities-dto.d.ts +3 -17
  156. package/lib/generated-client/models/client-capabilities.d.ts +3 -3
  157. package/lib/generated-client/models/codec-profile.d.ts +15 -9
  158. package/lib/generated-client/models/container-profile.d.ts +12 -6
  159. package/lib/generated-client/models/create-playlist-dto.d.ts +2 -2
  160. package/lib/generated-client/models/deinterlace-method.d.ts +20 -0
  161. package/lib/generated-client/models/{hardware-encoding-type.js → deinterlace-method.js} +5 -10
  162. package/lib/generated-client/models/device-info-dto-query-result.d.ts +36 -0
  163. package/lib/generated-client/models/device-info-dto.d.ts +84 -0
  164. package/lib/generated-client/models/device-info-query-result.d.ts +1 -1
  165. package/lib/generated-client/models/device-info.d.ts +1 -1
  166. package/lib/generated-client/models/device-profile.d.ts +8 -8
  167. package/lib/generated-client/models/direct-play-profile.d.ts +6 -6
  168. package/lib/generated-client/models/display-preferences-dto.d.ts +4 -4
  169. package/lib/generated-client/models/down-mix-stereo-algorithms.d.ts +3 -1
  170. package/lib/generated-client/models/down-mix-stereo-algorithms.js +4 -2
  171. package/lib/generated-client/models/encoder-preset.d.ts +29 -0
  172. package/lib/generated-client/models/encoder-preset.js +32 -0
  173. package/lib/generated-client/models/encoding-options.d.ts +43 -19
  174. package/lib/generated-client/models/external-id-info.d.ts +2 -1
  175. package/lib/generated-client/models/file-system-entry-info.d.ts +1 -1
  176. package/lib/generated-client/models/force-keep-alive-message.d.ts +1 -1
  177. package/lib/generated-client/models/forgot-password-result.d.ts +1 -1
  178. package/lib/generated-client/models/general-command-message.d.ts +2 -2
  179. package/lib/generated-client/models/general-command.d.ts +3 -3
  180. package/lib/generated-client/models/get-programs-dto.d.ts +34 -34
  181. package/lib/generated-client/models/group-info-dto-group-update.d.ts +2 -2
  182. package/lib/generated-client/models/group-info-dto.d.ts +1 -1
  183. package/lib/generated-client/models/group-state-update-group-update.d.ts +2 -2
  184. package/lib/generated-client/models/group-state-update.d.ts +2 -2
  185. package/lib/generated-client/models/group-update.d.ts +23 -5
  186. package/lib/generated-client/models/hardware-acceleration-type.d.ts +26 -0
  187. package/lib/generated-client/models/hardware-acceleration-type.js +29 -0
  188. package/lib/generated-client/models/image-info.d.ts +1 -1
  189. package/lib/generated-client/models/image-option.d.ts +1 -1
  190. package/lib/generated-client/models/image-provider-info.d.ts +1 -1
  191. package/lib/generated-client/models/inbound-keep-alive-message.d.ts +1 -1
  192. package/lib/generated-client/models/inbound-web-socket-message.d.ts +22 -8
  193. package/lib/generated-client/models/index.d.ts +13 -6
  194. package/lib/generated-client/models/index.js +7 -1
  195. package/lib/generated-client/models/installation-info.d.ts +1 -1
  196. package/lib/generated-client/models/library-changed-message.d.ts +2 -2
  197. package/lib/generated-client/models/library-options-result-dto.d.ts +8 -2
  198. package/lib/generated-client/models/library-options.d.ts +57 -3
  199. package/lib/generated-client/models/library-type-options-dto.d.ts +3 -3
  200. package/lib/generated-client/models/listings-provider-info.d.ts +1 -1
  201. package/lib/generated-client/models/live-stream-response.d.ts +1 -1
  202. package/lib/generated-client/models/live-tv-info.d.ts +1 -1
  203. package/lib/generated-client/models/live-tv-options.d.ts +2 -2
  204. package/lib/generated-client/models/live-tv-service-info.d.ts +1 -1
  205. package/lib/generated-client/models/lyric-dto.d.ts +2 -2
  206. package/lib/generated-client/models/media-path-dto.d.ts +1 -1
  207. package/lib/generated-client/models/media-path-info.d.ts +0 -6
  208. package/lib/generated-client/models/media-segment-dto-query-result.d.ts +36 -0
  209. package/lib/generated-client/models/media-segment-dto.d.ts +48 -0
  210. package/lib/generated-client/models/media-segment-type.d.ts +24 -0
  211. package/lib/generated-client/models/media-segment-type.js +27 -0
  212. package/lib/generated-client/models/media-source-info.d.ts +29 -11
  213. package/lib/generated-client/models/media-stream.d.ts +17 -5
  214. package/lib/generated-client/models/media-update-info-dto.d.ts +1 -1
  215. package/lib/generated-client/models/metadata-editor-info.d.ts +6 -6
  216. package/lib/generated-client/models/movie-info-remote-search-query.d.ts +1 -1
  217. package/lib/generated-client/models/movie-info.d.ts +2 -2
  218. package/lib/generated-client/models/music-video-info-remote-search-query.d.ts +1 -1
  219. package/lib/generated-client/models/music-video-info.d.ts +2 -2
  220. package/lib/generated-client/models/open-live-stream-dto.d.ts +8 -2
  221. package/lib/generated-client/models/outbound-keep-alive-message.d.ts +1 -1
  222. package/lib/generated-client/models/outbound-web-socket-message.d.ts +85 -29
  223. package/lib/generated-client/models/package-info.d.ts +1 -1
  224. package/lib/generated-client/models/person-lookup-info-remote-search-query.d.ts +1 -1
  225. package/lib/generated-client/models/person-lookup-info.d.ts +2 -2
  226. package/lib/generated-client/models/play-message.d.ts +2 -2
  227. package/lib/generated-client/models/play-queue-update-group-update.d.ts +2 -2
  228. package/lib/generated-client/models/play-queue-update.d.ts +4 -4
  229. package/lib/generated-client/models/play-request.d.ts +1 -1
  230. package/lib/generated-client/models/playback-info-dto.d.ts +7 -1
  231. package/lib/generated-client/models/playback-info-response.d.ts +2 -2
  232. package/lib/generated-client/models/playback-progress-info.d.ts +5 -5
  233. package/lib/generated-client/models/playback-start-info.d.ts +5 -5
  234. package/lib/generated-client/models/playback-stop-info.d.ts +2 -2
  235. package/lib/generated-client/models/player-state-info.d.ts +3 -3
  236. package/lib/generated-client/models/playlist-dto.d.ts +36 -0
  237. package/lib/generated-client/models/playstate-message.d.ts +2 -2
  238. package/lib/generated-client/models/playstate-request.d.ts +1 -1
  239. package/lib/generated-client/models/plugin-info.d.ts +1 -1
  240. package/lib/generated-client/models/plugin-installation-cancelled-message.d.ts +2 -2
  241. package/lib/generated-client/models/plugin-installation-completed-message.d.ts +2 -2
  242. package/lib/generated-client/models/plugin-installation-failed-message.d.ts +2 -2
  243. package/lib/generated-client/models/plugin-installing-message.d.ts +2 -2
  244. package/lib/generated-client/models/plugin-uninstalled-message.d.ts +2 -2
  245. package/lib/generated-client/models/problem-details.d.ts +1 -1
  246. package/lib/generated-client/models/profile-condition.d.ts +2 -2
  247. package/lib/generated-client/models/query-filters.d.ts +1 -1
  248. package/lib/generated-client/models/queue-request-dto.d.ts +1 -1
  249. package/lib/generated-client/models/recommendation-dto.d.ts +2 -2
  250. package/lib/generated-client/models/refresh-progress-message.d.ts +3 -3
  251. package/lib/generated-client/models/remote-image-info.d.ts +2 -2
  252. package/lib/generated-client/models/remote-image-result.d.ts +1 -1
  253. package/lib/generated-client/models/remote-lyric-info-dto.d.ts +1 -1
  254. package/lib/generated-client/models/remote-search-result.d.ts +2 -2
  255. package/lib/generated-client/models/restart-required-message.d.ts +1 -1
  256. package/lib/generated-client/models/scheduled-task-ended-message.d.ts +2 -2
  257. package/lib/generated-client/models/scheduled-tasks-info-message.d.ts +2 -2
  258. package/lib/generated-client/models/scheduled-tasks-info-start-message.d.ts +1 -1
  259. package/lib/generated-client/models/scheduled-tasks-info-stop-message.d.ts +1 -1
  260. package/lib/generated-client/models/search-hint-result.d.ts +1 -1
  261. package/lib/generated-client/models/search-hint.d.ts +2 -2
  262. package/lib/generated-client/models/send-command.d.ts +1 -1
  263. package/lib/generated-client/models/series-info-remote-search-query.d.ts +1 -1
  264. package/lib/generated-client/models/series-info.d.ts +2 -2
  265. package/lib/generated-client/models/series-timer-cancelled-message.d.ts +2 -2
  266. package/lib/generated-client/models/series-timer-created-message.d.ts +2 -2
  267. package/lib/generated-client/models/series-timer-info-dto-query-result.d.ts +3 -3
  268. package/lib/generated-client/models/series-timer-info-dto.d.ts +3 -3
  269. package/lib/generated-client/models/server-configuration.d.ts +8 -14
  270. package/lib/generated-client/models/server-restarting-message.d.ts +1 -1
  271. package/lib/generated-client/models/server-shutting-down-message.d.ts +1 -1
  272. package/lib/generated-client/models/session-info-dto.d.ts +199 -0
  273. package/lib/generated-client/models/session-info.d.ts +8 -8
  274. package/lib/generated-client/models/sessions-message.d.ts +4 -4
  275. package/lib/generated-client/models/sessions-start-message.d.ts +1 -1
  276. package/lib/generated-client/models/sessions-stop-message.d.ts +1 -1
  277. package/lib/generated-client/models/set-repeat-mode-request-dto.d.ts +1 -1
  278. package/lib/generated-client/models/set-shuffle-mode-request-dto.d.ts +1 -1
  279. package/lib/generated-client/models/song-info.d.ts +2 -2
  280. package/lib/generated-client/models/string-group-update.d.ts +1 -1
  281. package/lib/generated-client/models/subtitle-profile.d.ts +6 -6
  282. package/lib/generated-client/models/sync-play-command-message.d.ts +2 -2
  283. package/lib/generated-client/models/sync-play-group-update-command-message.d.ts +2 -2
  284. package/lib/generated-client/models/system-info.d.ts +2 -2
  285. package/lib/generated-client/models/task-info.d.ts +3 -3
  286. package/lib/generated-client/models/task-result.d.ts +1 -1
  287. package/lib/generated-client/models/task-trigger-info.d.ts +1 -1
  288. package/lib/generated-client/models/theme-media-result.d.ts +2 -2
  289. package/lib/generated-client/models/timer-cancelled-message.d.ts +2 -2
  290. package/lib/generated-client/models/timer-created-message.d.ts +2 -2
  291. package/lib/generated-client/models/timer-info-dto-query-result.d.ts +3 -3
  292. package/lib/generated-client/models/timer-info-dto.d.ts +3 -3
  293. package/lib/generated-client/models/tonemapping-algorithm.d.ts +26 -0
  294. package/lib/generated-client/models/tonemapping-algorithm.js +29 -0
  295. package/lib/generated-client/models/tonemapping-mode.d.ts +23 -0
  296. package/lib/generated-client/models/tonemapping-mode.js +26 -0
  297. package/lib/generated-client/models/tonemapping-range.d.ts +21 -0
  298. package/lib/generated-client/models/tonemapping-range.js +24 -0
  299. package/lib/generated-client/models/trailer-info-remote-search-query.d.ts +1 -1
  300. package/lib/generated-client/models/trailer-info.d.ts +2 -2
  301. package/lib/generated-client/models/transcode-reason.d.ts +1 -0
  302. package/lib/generated-client/models/transcode-reason.js +2 -1
  303. package/lib/generated-client/models/transcoding-info.d.ts +16 -16
  304. package/lib/generated-client/models/transcoding-profile.d.ts +24 -18
  305. package/lib/generated-client/models/trickplay-options.d.ts +8 -2
  306. package/lib/generated-client/models/tuner-host-info.d.ts +18 -0
  307. package/lib/generated-client/models/type-options.d.ts +1 -1
  308. package/lib/generated-client/models/update-library-options-dto.d.ts +1 -1
  309. package/lib/generated-client/models/update-media-path-request-dto.d.ts +1 -1
  310. package/lib/generated-client/models/update-playlist-dto.d.ts +1 -1
  311. package/lib/generated-client/models/user-configuration.d.ts +1 -1
  312. package/lib/generated-client/models/user-data-change-info.d.ts +3 -3
  313. package/lib/generated-client/models/user-data-changed-message.d.ts +2 -2
  314. package/lib/generated-client/models/user-deleted-message.d.ts +1 -1
  315. package/lib/generated-client/models/user-dto.d.ts +2 -2
  316. package/lib/generated-client/models/user-item-data-dto.d.ts +2 -2
  317. package/lib/generated-client/models/user-policy.d.ts +3 -3
  318. package/lib/generated-client/models/user-updated-message.d.ts +2 -2
  319. package/lib/generated-client/models/virtual-folder-info.d.ts +2 -2
  320. package/lib/generated-client/models/web-socket-message.d.ts +2 -2
  321. package/lib/utils/address-candidates.js +15 -10
  322. package/lib/utils/api/index.d.ts +1 -0
  323. package/lib/utils/api/index.js +1 -0
  324. package/lib/utils/api/media-segments-api.d.ts +8 -0
  325. package/lib/utils/api/media-segments-api.js +12 -0
  326. package/lib/utils/index.js +1 -1
  327. package/lib/utils/url/index.d.ts +16 -3
  328. package/lib/utils/url/index.js +26 -4
  329. package/lib/versions.d.ts +1 -1
  330. package/lib/versions.js +1 -1
  331. package/package.json +13 -12
@@ -8,11 +8,11 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
12
- import { Configuration } from '../configuration';
13
- import { RequestArgs, BaseAPI } from '../base';
14
- import { EncodingContext } from '../models';
15
- import { SubtitleDeliveryMethod } from '../models';
11
+ import type { Configuration } from '../configuration';
12
+ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
13
+ import { type RequestArgs, BaseAPI } from '../base';
14
+ import type { EncodingContext } from '../models';
15
+ import type { SubtitleDeliveryMethod } from '../models';
16
16
  /**
17
17
  * AudioApi - axios parameter creator
18
18
  * @export
@@ -33,7 +33,7 @@ export declare const AudioApiAxiosParamCreator: (configuration?: Configuration)
33
33
  * @param {number} [minSegments] The minimum number of segments.
34
34
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
35
35
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
36
- * @param {string} [audioCodec] Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\'s extension. Options: aac, mp3, vorbis, wma.
36
+ * @param {string} [audioCodec] Optional. Specify an audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\'s extension.
37
37
  * @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
38
38
  * @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
39
39
  * @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
@@ -63,19 +63,20 @@ export declare const AudioApiAxiosParamCreator: (configuration?: Configuration)
63
63
  * @param {number} [cpuCoreLimit] Optional. The limit of how many cpu cores to use.
64
64
  * @param {string} [liveStreamId] The live stream id.
65
65
  * @param {boolean} [enableMpegtsM2TsMode] Optional. Whether to enable the MpegtsM2Ts mode.
66
- * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
66
+ * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension.
67
67
  * @param {string} [subtitleCodec] Optional. Specify a subtitle codec to encode to.
68
68
  * @param {string} [transcodeReasons] Optional. The transcoding reason.
69
69
  * @param {number} [audioStreamIndex] Optional. The index of the audio stream to use. If omitted the first audio stream will be used.
70
70
  * @param {number} [videoStreamIndex] Optional. The index of the video stream to use. If omitted the first video stream will be used.
71
71
  * @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
72
72
  * @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
73
+ * @param {boolean} [enableAudioVbrEncoding] Optional. Whether to enable Audio Encoding.
73
74
  * @param {*} [options] Override http request option.
74
75
  * @throws {RequiredError}
75
76
  */
76
77
  getAudioStream: (itemId: string, container?: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
77
78
  [key: string]: string;
78
- }, options?: AxiosRequestConfig) => Promise<RequestArgs>;
79
+ }, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
79
80
  /**
80
81
  *
81
82
  * @summary Gets an audio stream.
@@ -91,7 +92,7 @@ export declare const AudioApiAxiosParamCreator: (configuration?: Configuration)
91
92
  * @param {number} [minSegments] The minimum number of segments.
92
93
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
93
94
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
94
- * @param {string} [audioCodec] Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension. Options: aac, mp3, vorbis, wma.
95
+ * @param {string} [audioCodec] Optional. Specify an audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension.
95
96
  * @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
96
97
  * @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
97
98
  * @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
@@ -121,19 +122,20 @@ export declare const AudioApiAxiosParamCreator: (configuration?: Configuration)
121
122
  * @param {number} [cpuCoreLimit] Optional. The limit of how many cpu cores to use.
122
123
  * @param {string} [liveStreamId] The live stream id.
123
124
  * @param {boolean} [enableMpegtsM2TsMode] Optional. Whether to enable the MpegtsM2Ts mode.
124
- * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
125
+ * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension.
125
126
  * @param {string} [subtitleCodec] Optional. Specify a subtitle codec to encode to.
126
127
  * @param {string} [transcodeReasons] Optional. The transcoding reason.
127
128
  * @param {number} [audioStreamIndex] Optional. The index of the audio stream to use. If omitted the first audio stream will be used.
128
129
  * @param {number} [videoStreamIndex] Optional. The index of the video stream to use. If omitted the first video stream will be used.
129
130
  * @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
130
131
  * @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
132
+ * @param {boolean} [enableAudioVbrEncoding] Optional. Whether to enable Audio Encoding.
131
133
  * @param {*} [options] Override http request option.
132
134
  * @throws {RequiredError}
133
135
  */
134
136
  getAudioStreamByContainer: (itemId: string, container: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
135
137
  [key: string]: string;
136
- }, options?: AxiosRequestConfig) => Promise<RequestArgs>;
138
+ }, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
137
139
  /**
138
140
  *
139
141
  * @summary Gets an audio stream.
@@ -149,7 +151,7 @@ export declare const AudioApiAxiosParamCreator: (configuration?: Configuration)
149
151
  * @param {number} [minSegments] The minimum number of segments.
150
152
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
151
153
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
152
- * @param {string} [audioCodec] Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension. Options: aac, mp3, vorbis, wma.
154
+ * @param {string} [audioCodec] Optional. Specify an audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension.
153
155
  * @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
154
156
  * @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
155
157
  * @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
@@ -179,19 +181,20 @@ export declare const AudioApiAxiosParamCreator: (configuration?: Configuration)
179
181
  * @param {number} [cpuCoreLimit] Optional. The limit of how many cpu cores to use.
180
182
  * @param {string} [liveStreamId] The live stream id.
181
183
  * @param {boolean} [enableMpegtsM2TsMode] Optional. Whether to enable the MpegtsM2Ts mode.
182
- * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
184
+ * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension.
183
185
  * @param {string} [subtitleCodec] Optional. Specify a subtitle codec to encode to.
184
186
  * @param {string} [transcodeReasons] Optional. The transcoding reason.
185
187
  * @param {number} [audioStreamIndex] Optional. The index of the audio stream to use. If omitted the first audio stream will be used.
186
188
  * @param {number} [videoStreamIndex] Optional. The index of the video stream to use. If omitted the first video stream will be used.
187
189
  * @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
188
190
  * @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
191
+ * @param {boolean} [enableAudioVbrEncoding] Optional. Whether to enable Audio Encoding.
189
192
  * @param {*} [options] Override http request option.
190
193
  * @throws {RequiredError}
191
194
  */
192
195
  headAudioStream: (itemId: string, container?: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
193
196
  [key: string]: string;
194
- }, options?: AxiosRequestConfig) => Promise<RequestArgs>;
197
+ }, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
195
198
  /**
196
199
  *
197
200
  * @summary Gets an audio stream.
@@ -207,7 +210,7 @@ export declare const AudioApiAxiosParamCreator: (configuration?: Configuration)
207
210
  * @param {number} [minSegments] The minimum number of segments.
208
211
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
209
212
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
210
- * @param {string} [audioCodec] Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension. Options: aac, mp3, vorbis, wma.
213
+ * @param {string} [audioCodec] Optional. Specify an audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension.
211
214
  * @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
212
215
  * @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
213
216
  * @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
@@ -237,19 +240,20 @@ export declare const AudioApiAxiosParamCreator: (configuration?: Configuration)
237
240
  * @param {number} [cpuCoreLimit] Optional. The limit of how many cpu cores to use.
238
241
  * @param {string} [liveStreamId] The live stream id.
239
242
  * @param {boolean} [enableMpegtsM2TsMode] Optional. Whether to enable the MpegtsM2Ts mode.
240
- * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
243
+ * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension.
241
244
  * @param {string} [subtitleCodec] Optional. Specify a subtitle codec to encode to.
242
245
  * @param {string} [transcodeReasons] Optional. The transcoding reason.
243
246
  * @param {number} [audioStreamIndex] Optional. The index of the audio stream to use. If omitted the first audio stream will be used.
244
247
  * @param {number} [videoStreamIndex] Optional. The index of the video stream to use. If omitted the first video stream will be used.
245
248
  * @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
246
249
  * @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
250
+ * @param {boolean} [enableAudioVbrEncoding] Optional. Whether to enable Audio Encoding.
247
251
  * @param {*} [options] Override http request option.
248
252
  * @throws {RequiredError}
249
253
  */
250
254
  headAudioStreamByContainer: (itemId: string, container: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
251
255
  [key: string]: string;
252
- }, options?: AxiosRequestConfig) => Promise<RequestArgs>;
256
+ }, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
253
257
  };
254
258
  /**
255
259
  * AudioApi - functional programming interface
@@ -271,7 +275,7 @@ export declare const AudioApiFp: (configuration?: Configuration) => {
271
275
  * @param {number} [minSegments] The minimum number of segments.
272
276
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
273
277
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
274
- * @param {string} [audioCodec] Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension. Options: aac, mp3, vorbis, wma.
278
+ * @param {string} [audioCodec] Optional. Specify an audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension.
275
279
  * @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
276
280
  * @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
277
281
  * @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
@@ -301,19 +305,20 @@ export declare const AudioApiFp: (configuration?: Configuration) => {
301
305
  * @param {number} [cpuCoreLimit] Optional. The limit of how many cpu cores to use.
302
306
  * @param {string} [liveStreamId] The live stream id.
303
307
  * @param {boolean} [enableMpegtsM2TsMode] Optional. Whether to enable the MpegtsM2Ts mode.
304
- * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
308
+ * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension.
305
309
  * @param {string} [subtitleCodec] Optional. Specify a subtitle codec to encode to.
306
310
  * @param {string} [transcodeReasons] Optional. The transcoding reason.
307
311
  * @param {number} [audioStreamIndex] Optional. The index of the audio stream to use. If omitted the first audio stream will be used.
308
312
  * @param {number} [videoStreamIndex] Optional. The index of the video stream to use. If omitted the first video stream will be used.
309
313
  * @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
310
314
  * @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
315
+ * @param {boolean} [enableAudioVbrEncoding] Optional. Whether to enable Audio Encoding.
311
316
  * @param {*} [options] Override http request option.
312
317
  * @throws {RequiredError}
313
318
  */
314
319
  getAudioStream(itemId: string, container?: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
315
320
  [key: string]: string;
316
- }, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
321
+ }, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
317
322
  /**
318
323
  *
319
324
  * @summary Gets an audio stream.
@@ -329,7 +334,7 @@ export declare const AudioApiFp: (configuration?: Configuration) => {
329
334
  * @param {number} [minSegments] The minimum number of segments.
330
335
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
331
336
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
332
- * @param {string} [audioCodec] Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension. Options: aac, mp3, vorbis, wma.
337
+ * @param {string} [audioCodec] Optional. Specify an audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension.
333
338
  * @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
334
339
  * @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
335
340
  * @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
@@ -359,19 +364,20 @@ export declare const AudioApiFp: (configuration?: Configuration) => {
359
364
  * @param {number} [cpuCoreLimit] Optional. The limit of how many cpu cores to use.
360
365
  * @param {string} [liveStreamId] The live stream id.
361
366
  * @param {boolean} [enableMpegtsM2TsMode] Optional. Whether to enable the MpegtsM2Ts mode.
362
- * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
367
+ * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension.
363
368
  * @param {string} [subtitleCodec] Optional. Specify a subtitle codec to encode to.
364
369
  * @param {string} [transcodeReasons] Optional. The transcoding reason.
365
370
  * @param {number} [audioStreamIndex] Optional. The index of the audio stream to use. If omitted the first audio stream will be used.
366
371
  * @param {number} [videoStreamIndex] Optional. The index of the video stream to use. If omitted the first video stream will be used.
367
372
  * @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
368
373
  * @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
374
+ * @param {boolean} [enableAudioVbrEncoding] Optional. Whether to enable Audio Encoding.
369
375
  * @param {*} [options] Override http request option.
370
376
  * @throws {RequiredError}
371
377
  */
372
378
  getAudioStreamByContainer(itemId: string, container: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
373
379
  [key: string]: string;
374
- }, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
380
+ }, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
375
381
  /**
376
382
  *
377
383
  * @summary Gets an audio stream.
@@ -387,7 +393,7 @@ export declare const AudioApiFp: (configuration?: Configuration) => {
387
393
  * @param {number} [minSegments] The minimum number of segments.
388
394
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
389
395
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
390
- * @param {string} [audioCodec] Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension. Options: aac, mp3, vorbis, wma.
396
+ * @param {string} [audioCodec] Optional. Specify an audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension.
391
397
  * @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
392
398
  * @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
393
399
  * @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
@@ -417,19 +423,20 @@ export declare const AudioApiFp: (configuration?: Configuration) => {
417
423
  * @param {number} [cpuCoreLimit] Optional. The limit of how many cpu cores to use.
418
424
  * @param {string} [liveStreamId] The live stream id.
419
425
  * @param {boolean} [enableMpegtsM2TsMode] Optional. Whether to enable the MpegtsM2Ts mode.
420
- * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
426
+ * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension.
421
427
  * @param {string} [subtitleCodec] Optional. Specify a subtitle codec to encode to.
422
428
  * @param {string} [transcodeReasons] Optional. The transcoding reason.
423
429
  * @param {number} [audioStreamIndex] Optional. The index of the audio stream to use. If omitted the first audio stream will be used.
424
430
  * @param {number} [videoStreamIndex] Optional. The index of the video stream to use. If omitted the first video stream will be used.
425
431
  * @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
426
432
  * @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
433
+ * @param {boolean} [enableAudioVbrEncoding] Optional. Whether to enable Audio Encoding.
427
434
  * @param {*} [options] Override http request option.
428
435
  * @throws {RequiredError}
429
436
  */
430
437
  headAudioStream(itemId: string, container?: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
431
438
  [key: string]: string;
432
- }, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
439
+ }, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
433
440
  /**
434
441
  *
435
442
  * @summary Gets an audio stream.
@@ -445,7 +452,7 @@ export declare const AudioApiFp: (configuration?: Configuration) => {
445
452
  * @param {number} [minSegments] The minimum number of segments.
446
453
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
447
454
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
448
- * @param {string} [audioCodec] Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension. Options: aac, mp3, vorbis, wma.
455
+ * @param {string} [audioCodec] Optional. Specify an audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension.
449
456
  * @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
450
457
  * @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
451
458
  * @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
@@ -475,19 +482,20 @@ export declare const AudioApiFp: (configuration?: Configuration) => {
475
482
  * @param {number} [cpuCoreLimit] Optional. The limit of how many cpu cores to use.
476
483
  * @param {string} [liveStreamId] The live stream id.
477
484
  * @param {boolean} [enableMpegtsM2TsMode] Optional. Whether to enable the MpegtsM2Ts mode.
478
- * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
485
+ * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension.
479
486
  * @param {string} [subtitleCodec] Optional. Specify a subtitle codec to encode to.
480
487
  * @param {string} [transcodeReasons] Optional. The transcoding reason.
481
488
  * @param {number} [audioStreamIndex] Optional. The index of the audio stream to use. If omitted the first audio stream will be used.
482
489
  * @param {number} [videoStreamIndex] Optional. The index of the video stream to use. If omitted the first video stream will be used.
483
490
  * @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
484
491
  * @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
492
+ * @param {boolean} [enableAudioVbrEncoding] Optional. Whether to enable Audio Encoding.
485
493
  * @param {*} [options] Override http request option.
486
494
  * @throws {RequiredError}
487
495
  */
488
496
  headAudioStreamByContainer(itemId: string, container: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
489
497
  [key: string]: string;
490
- }, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
498
+ }, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
491
499
  };
492
500
  /**
493
501
  * AudioApi - factory interface
@@ -497,235 +505,35 @@ export declare const AudioApiFactory: (configuration?: Configuration, basePath?:
497
505
  /**
498
506
  *
499
507
  * @summary Gets an audio stream.
500
- * @param {string} itemId The item id.
501
- * @param {string} [container] The audio container.
502
- * @param {boolean} [_static] Optional. If true, the original file will be streamed statically without any encoding. Use either no url extension or the original file extension. true/false.
503
- * @param {string} [params] The streaming parameters.
504
- * @param {string} [tag] The tag.
505
- * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
506
- * @param {string} [playSessionId] The play session id.
507
- * @param {string} [segmentContainer] The segment container.
508
- * @param {number} [segmentLength] The segment length.
509
- * @param {number} [minSegments] The minimum number of segments.
510
- * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
511
- * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
512
- * @param {string} [audioCodec] Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension. Options: aac, mp3, vorbis, wma.
513
- * @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
514
- * @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
515
- * @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
516
- * @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
517
- * @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
518
- * @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
519
- * @param {number} [audioBitRate] Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
520
- * @param {number} [audioChannels] Optional. Specify a specific number of audio channels to encode to, e.g. 2.
521
- * @param {number} [maxAudioChannels] Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
522
- * @param {string} [profile] Optional. Specify a specific an encoder profile (varies by encoder), e.g. main, baseline, high.
523
- * @param {string} [level] Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3.1.
524
- * @param {number} [framerate] Optional. A specific video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements.
525
- * @param {number} [maxFramerate] Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements.
526
- * @param {boolean} [copyTimestamps] Whether or not to copy timestamps when transcoding with an offset. Defaults to false.
527
- * @param {number} [startTimeTicks] Optional. Specify a starting offset, in ticks. 1 tick &#x3D; 10000 ms.
528
- * @param {number} [width] Optional. The fixed horizontal resolution of the encoded video.
529
- * @param {number} [height] Optional. The fixed vertical resolution of the encoded video.
530
- * @param {number} [videoBitRate] Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this will be left to encoder defaults.
531
- * @param {number} [subtitleStreamIndex] Optional. The index of the subtitle stream to use. If omitted no subtitles will be used.
532
- * @param {SubtitleDeliveryMethod} [subtitleMethod] Optional. Specify the subtitle delivery method.
533
- * @param {number} [maxRefFrames] Optional.
534
- * @param {number} [maxVideoBitDepth] Optional. The maximum video bit depth.
535
- * @param {boolean} [requireAvc] Optional. Whether to require avc.
536
- * @param {boolean} [deInterlace] Optional. Whether to deinterlace the video.
537
- * @param {boolean} [requireNonAnamorphic] Optional. Whether to require a non anamorphic stream.
538
- * @param {number} [transcodingMaxAudioChannels] Optional. The maximum number of audio channels to transcode.
539
- * @param {number} [cpuCoreLimit] Optional. The limit of how many cpu cores to use.
540
- * @param {string} [liveStreamId] The live stream id.
541
- * @param {boolean} [enableMpegtsM2TsMode] Optional. Whether to enable the MpegtsM2Ts mode.
542
- * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
543
- * @param {string} [subtitleCodec] Optional. Specify a subtitle codec to encode to.
544
- * @param {string} [transcodeReasons] Optional. The transcoding reason.
545
- * @param {number} [audioStreamIndex] Optional. The index of the audio stream to use. If omitted the first audio stream will be used.
546
- * @param {number} [videoStreamIndex] Optional. The index of the video stream to use. If omitted the first video stream will be used.
547
- * @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
548
- * @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
508
+ * @param {AudioApiGetAudioStreamRequest} requestParameters Request parameters.
549
509
  * @param {*} [options] Override http request option.
550
510
  * @throws {RequiredError}
551
511
  */
552
- getAudioStream(itemId: string, container?: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
553
- [key: string]: string;
554
- }, options?: any): AxiosPromise<any>;
512
+ getAudioStream(requestParameters: AudioApiGetAudioStreamRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
555
513
  /**
556
514
  *
557
515
  * @summary Gets an audio stream.
558
- * @param {string} itemId The item id.
559
- * @param {string} container The audio container.
560
- * @param {boolean} [_static] Optional. If true, the original file will be streamed statically without any encoding. Use either no url extension or the original file extension. true/false.
561
- * @param {string} [params] The streaming parameters.
562
- * @param {string} [tag] The tag.
563
- * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
564
- * @param {string} [playSessionId] The play session id.
565
- * @param {string} [segmentContainer] The segment container.
566
- * @param {number} [segmentLength] The segment length.
567
- * @param {number} [minSegments] The minimum number of segments.
568
- * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
569
- * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
570
- * @param {string} [audioCodec] Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension. Options: aac, mp3, vorbis, wma.
571
- * @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
572
- * @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
573
- * @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
574
- * @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
575
- * @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
576
- * @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
577
- * @param {number} [audioBitRate] Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
578
- * @param {number} [audioChannels] Optional. Specify a specific number of audio channels to encode to, e.g. 2.
579
- * @param {number} [maxAudioChannels] Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
580
- * @param {string} [profile] Optional. Specify a specific an encoder profile (varies by encoder), e.g. main, baseline, high.
581
- * @param {string} [level] Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3.1.
582
- * @param {number} [framerate] Optional. A specific video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements.
583
- * @param {number} [maxFramerate] Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements.
584
- * @param {boolean} [copyTimestamps] Whether or not to copy timestamps when transcoding with an offset. Defaults to false.
585
- * @param {number} [startTimeTicks] Optional. Specify a starting offset, in ticks. 1 tick &#x3D; 10000 ms.
586
- * @param {number} [width] Optional. The fixed horizontal resolution of the encoded video.
587
- * @param {number} [height] Optional. The fixed vertical resolution of the encoded video.
588
- * @param {number} [videoBitRate] Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this will be left to encoder defaults.
589
- * @param {number} [subtitleStreamIndex] Optional. The index of the subtitle stream to use. If omitted no subtitles will be used.
590
- * @param {SubtitleDeliveryMethod} [subtitleMethod] Optional. Specify the subtitle delivery method.
591
- * @param {number} [maxRefFrames] Optional.
592
- * @param {number} [maxVideoBitDepth] Optional. The maximum video bit depth.
593
- * @param {boolean} [requireAvc] Optional. Whether to require avc.
594
- * @param {boolean} [deInterlace] Optional. Whether to deinterlace the video.
595
- * @param {boolean} [requireNonAnamorphic] Optional. Whether to require a non anamporphic stream.
596
- * @param {number} [transcodingMaxAudioChannels] Optional. The maximum number of audio channels to transcode.
597
- * @param {number} [cpuCoreLimit] Optional. The limit of how many cpu cores to use.
598
- * @param {string} [liveStreamId] The live stream id.
599
- * @param {boolean} [enableMpegtsM2TsMode] Optional. Whether to enable the MpegtsM2Ts mode.
600
- * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
601
- * @param {string} [subtitleCodec] Optional. Specify a subtitle codec to encode to.
602
- * @param {string} [transcodeReasons] Optional. The transcoding reason.
603
- * @param {number} [audioStreamIndex] Optional. The index of the audio stream to use. If omitted the first audio stream will be used.
604
- * @param {number} [videoStreamIndex] Optional. The index of the video stream to use. If omitted the first video stream will be used.
605
- * @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
606
- * @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
516
+ * @param {AudioApiGetAudioStreamByContainerRequest} requestParameters Request parameters.
607
517
  * @param {*} [options] Override http request option.
608
518
  * @throws {RequiredError}
609
519
  */
610
- getAudioStreamByContainer(itemId: string, container: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
611
- [key: string]: string;
612
- }, options?: any): AxiosPromise<any>;
520
+ getAudioStreamByContainer(requestParameters: AudioApiGetAudioStreamByContainerRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
613
521
  /**
614
522
  *
615
523
  * @summary Gets an audio stream.
616
- * @param {string} itemId The item id.
617
- * @param {string} [container] The audio container.
618
- * @param {boolean} [_static] Optional. If true, the original file will be streamed statically without any encoding. Use either no url extension or the original file extension. true/false.
619
- * @param {string} [params] The streaming parameters.
620
- * @param {string} [tag] The tag.
621
- * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
622
- * @param {string} [playSessionId] The play session id.
623
- * @param {string} [segmentContainer] The segment container.
624
- * @param {number} [segmentLength] The segment length.
625
- * @param {number} [minSegments] The minimum number of segments.
626
- * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
627
- * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
628
- * @param {string} [audioCodec] Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension. Options: aac, mp3, vorbis, wma.
629
- * @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
630
- * @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
631
- * @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
632
- * @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
633
- * @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
634
- * @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
635
- * @param {number} [audioBitRate] Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
636
- * @param {number} [audioChannels] Optional. Specify a specific number of audio channels to encode to, e.g. 2.
637
- * @param {number} [maxAudioChannels] Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
638
- * @param {string} [profile] Optional. Specify a specific an encoder profile (varies by encoder), e.g. main, baseline, high.
639
- * @param {string} [level] Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3.1.
640
- * @param {number} [framerate] Optional. A specific video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements.
641
- * @param {number} [maxFramerate] Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements.
642
- * @param {boolean} [copyTimestamps] Whether or not to copy timestamps when transcoding with an offset. Defaults to false.
643
- * @param {number} [startTimeTicks] Optional. Specify a starting offset, in ticks. 1 tick &#x3D; 10000 ms.
644
- * @param {number} [width] Optional. The fixed horizontal resolution of the encoded video.
645
- * @param {number} [height] Optional. The fixed vertical resolution of the encoded video.
646
- * @param {number} [videoBitRate] Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this will be left to encoder defaults.
647
- * @param {number} [subtitleStreamIndex] Optional. The index of the subtitle stream to use. If omitted no subtitles will be used.
648
- * @param {SubtitleDeliveryMethod} [subtitleMethod] Optional. Specify the subtitle delivery method.
649
- * @param {number} [maxRefFrames] Optional.
650
- * @param {number} [maxVideoBitDepth] Optional. The maximum video bit depth.
651
- * @param {boolean} [requireAvc] Optional. Whether to require avc.
652
- * @param {boolean} [deInterlace] Optional. Whether to deinterlace the video.
653
- * @param {boolean} [requireNonAnamorphic] Optional. Whether to require a non anamorphic stream.
654
- * @param {number} [transcodingMaxAudioChannels] Optional. The maximum number of audio channels to transcode.
655
- * @param {number} [cpuCoreLimit] Optional. The limit of how many cpu cores to use.
656
- * @param {string} [liveStreamId] The live stream id.
657
- * @param {boolean} [enableMpegtsM2TsMode] Optional. Whether to enable the MpegtsM2Ts mode.
658
- * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
659
- * @param {string} [subtitleCodec] Optional. Specify a subtitle codec to encode to.
660
- * @param {string} [transcodeReasons] Optional. The transcoding reason.
661
- * @param {number} [audioStreamIndex] Optional. The index of the audio stream to use. If omitted the first audio stream will be used.
662
- * @param {number} [videoStreamIndex] Optional. The index of the video stream to use. If omitted the first video stream will be used.
663
- * @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
664
- * @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
524
+ * @param {AudioApiHeadAudioStreamRequest} requestParameters Request parameters.
665
525
  * @param {*} [options] Override http request option.
666
526
  * @throws {RequiredError}
667
527
  */
668
- headAudioStream(itemId: string, container?: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
669
- [key: string]: string;
670
- }, options?: any): AxiosPromise<any>;
528
+ headAudioStream(requestParameters: AudioApiHeadAudioStreamRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
671
529
  /**
672
530
  *
673
531
  * @summary Gets an audio stream.
674
- * @param {string} itemId The item id.
675
- * @param {string} container The audio container.
676
- * @param {boolean} [_static] Optional. If true, the original file will be streamed statically without any encoding. Use either no url extension or the original file extension. true/false.
677
- * @param {string} [params] The streaming parameters.
678
- * @param {string} [tag] The tag.
679
- * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
680
- * @param {string} [playSessionId] The play session id.
681
- * @param {string} [segmentContainer] The segment container.
682
- * @param {number} [segmentLength] The segment length.
683
- * @param {number} [minSegments] The minimum number of segments.
684
- * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
685
- * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
686
- * @param {string} [audioCodec] Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension. Options: aac, mp3, vorbis, wma.
687
- * @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
688
- * @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
689
- * @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
690
- * @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
691
- * @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
692
- * @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
693
- * @param {number} [audioBitRate] Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
694
- * @param {number} [audioChannels] Optional. Specify a specific number of audio channels to encode to, e.g. 2.
695
- * @param {number} [maxAudioChannels] Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
696
- * @param {string} [profile] Optional. Specify a specific an encoder profile (varies by encoder), e.g. main, baseline, high.
697
- * @param {string} [level] Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3.1.
698
- * @param {number} [framerate] Optional. A specific video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements.
699
- * @param {number} [maxFramerate] Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements.
700
- * @param {boolean} [copyTimestamps] Whether or not to copy timestamps when transcoding with an offset. Defaults to false.
701
- * @param {number} [startTimeTicks] Optional. Specify a starting offset, in ticks. 1 tick &#x3D; 10000 ms.
702
- * @param {number} [width] Optional. The fixed horizontal resolution of the encoded video.
703
- * @param {number} [height] Optional. The fixed vertical resolution of the encoded video.
704
- * @param {number} [videoBitRate] Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this will be left to encoder defaults.
705
- * @param {number} [subtitleStreamIndex] Optional. The index of the subtitle stream to use. If omitted no subtitles will be used.
706
- * @param {SubtitleDeliveryMethod} [subtitleMethod] Optional. Specify the subtitle delivery method.
707
- * @param {number} [maxRefFrames] Optional.
708
- * @param {number} [maxVideoBitDepth] Optional. The maximum video bit depth.
709
- * @param {boolean} [requireAvc] Optional. Whether to require avc.
710
- * @param {boolean} [deInterlace] Optional. Whether to deinterlace the video.
711
- * @param {boolean} [requireNonAnamorphic] Optional. Whether to require a non anamporphic stream.
712
- * @param {number} [transcodingMaxAudioChannels] Optional. The maximum number of audio channels to transcode.
713
- * @param {number} [cpuCoreLimit] Optional. The limit of how many cpu cores to use.
714
- * @param {string} [liveStreamId] The live stream id.
715
- * @param {boolean} [enableMpegtsM2TsMode] Optional. Whether to enable the MpegtsM2Ts mode.
716
- * @param {string} [videoCodec] Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
717
- * @param {string} [subtitleCodec] Optional. Specify a subtitle codec to encode to.
718
- * @param {string} [transcodeReasons] Optional. The transcoding reason.
719
- * @param {number} [audioStreamIndex] Optional. The index of the audio stream to use. If omitted the first audio stream will be used.
720
- * @param {number} [videoStreamIndex] Optional. The index of the video stream to use. If omitted the first video stream will be used.
721
- * @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
722
- * @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
532
+ * @param {AudioApiHeadAudioStreamByContainerRequest} requestParameters Request parameters.
723
533
  * @param {*} [options] Override http request option.
724
534
  * @throws {RequiredError}
725
535
  */
726
- headAudioStreamByContainer(itemId: string, container: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
727
- [key: string]: string;
728
- }, options?: any): AxiosPromise<any>;
536
+ headAudioStreamByContainer(requestParameters: AudioApiHeadAudioStreamByContainerRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
729
537
  };
730
538
  /**
731
539
  * Request parameters for getAudioStream operation in AudioApi.
@@ -806,7 +614,7 @@ export interface AudioApiGetAudioStreamRequest {
806
614
  */
807
615
  readonly deviceId?: string;
808
616
  /**
809
- * Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension. Options: aac, mp3, vorbis, wma.
617
+ * Optional. Specify an audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension.
810
618
  * @type {string}
811
619
  * @memberof AudioApiGetAudioStream
812
620
  */
@@ -986,7 +794,7 @@ export interface AudioApiGetAudioStreamRequest {
986
794
  */
987
795
  readonly enableMpegtsM2TsMode?: boolean;
988
796
  /**
989
- * Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
797
+ * Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension.
990
798
  * @type {string}
991
799
  * @memberof AudioApiGetAudioStream
992
800
  */
@@ -1029,6 +837,12 @@ export interface AudioApiGetAudioStreamRequest {
1029
837
  readonly streamOptions?: {
1030
838
  [key: string]: string;
1031
839
  };
840
+ /**
841
+ * Optional. Whether to enable Audio Encoding.
842
+ * @type {boolean}
843
+ * @memberof AudioApiGetAudioStream
844
+ */
845
+ readonly enableAudioVbrEncoding?: boolean;
1032
846
  }
1033
847
  /**
1034
848
  * Request parameters for getAudioStreamByContainer operation in AudioApi.
@@ -1109,7 +923,7 @@ export interface AudioApiGetAudioStreamByContainerRequest {
1109
923
  */
1110
924
  readonly deviceId?: string;
1111
925
  /**
1112
- * Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension. Options: aac, mp3, vorbis, wma.
926
+ * Optional. Specify an audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension.
1113
927
  * @type {string}
1114
928
  * @memberof AudioApiGetAudioStreamByContainer
1115
929
  */
@@ -1289,7 +1103,7 @@ export interface AudioApiGetAudioStreamByContainerRequest {
1289
1103
  */
1290
1104
  readonly enableMpegtsM2TsMode?: boolean;
1291
1105
  /**
1292
- * Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
1106
+ * Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension.
1293
1107
  * @type {string}
1294
1108
  * @memberof AudioApiGetAudioStreamByContainer
1295
1109
  */
@@ -1332,6 +1146,12 @@ export interface AudioApiGetAudioStreamByContainerRequest {
1332
1146
  readonly streamOptions?: {
1333
1147
  [key: string]: string;
1334
1148
  };
1149
+ /**
1150
+ * Optional. Whether to enable Audio Encoding.
1151
+ * @type {boolean}
1152
+ * @memberof AudioApiGetAudioStreamByContainer
1153
+ */
1154
+ readonly enableAudioVbrEncoding?: boolean;
1335
1155
  }
1336
1156
  /**
1337
1157
  * Request parameters for headAudioStream operation in AudioApi.
@@ -1412,7 +1232,7 @@ export interface AudioApiHeadAudioStreamRequest {
1412
1232
  */
1413
1233
  readonly deviceId?: string;
1414
1234
  /**
1415
- * Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension. Options: aac, mp3, vorbis, wma.
1235
+ * Optional. Specify an audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension.
1416
1236
  * @type {string}
1417
1237
  * @memberof AudioApiHeadAudioStream
1418
1238
  */
@@ -1592,7 +1412,7 @@ export interface AudioApiHeadAudioStreamRequest {
1592
1412
  */
1593
1413
  readonly enableMpegtsM2TsMode?: boolean;
1594
1414
  /**
1595
- * Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
1415
+ * Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension.
1596
1416
  * @type {string}
1597
1417
  * @memberof AudioApiHeadAudioStream
1598
1418
  */
@@ -1635,6 +1455,12 @@ export interface AudioApiHeadAudioStreamRequest {
1635
1455
  readonly streamOptions?: {
1636
1456
  [key: string]: string;
1637
1457
  };
1458
+ /**
1459
+ * Optional. Whether to enable Audio Encoding.
1460
+ * @type {boolean}
1461
+ * @memberof AudioApiHeadAudioStream
1462
+ */
1463
+ readonly enableAudioVbrEncoding?: boolean;
1638
1464
  }
1639
1465
  /**
1640
1466
  * Request parameters for headAudioStreamByContainer operation in AudioApi.
@@ -1715,7 +1541,7 @@ export interface AudioApiHeadAudioStreamByContainerRequest {
1715
1541
  */
1716
1542
  readonly deviceId?: string;
1717
1543
  /**
1718
- * Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension. Options: aac, mp3, vorbis, wma.
1544
+ * Optional. Specify an audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\&#39;s extension.
1719
1545
  * @type {string}
1720
1546
  * @memberof AudioApiHeadAudioStreamByContainer
1721
1547
  */
@@ -1895,7 +1721,7 @@ export interface AudioApiHeadAudioStreamByContainerRequest {
1895
1721
  */
1896
1722
  readonly enableMpegtsM2TsMode?: boolean;
1897
1723
  /**
1898
- * Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
1724
+ * Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\&#39;s extension.
1899
1725
  * @type {string}
1900
1726
  * @memberof AudioApiHeadAudioStreamByContainer
1901
1727
  */
@@ -1938,6 +1764,12 @@ export interface AudioApiHeadAudioStreamByContainerRequest {
1938
1764
  readonly streamOptions?: {
1939
1765
  [key: string]: string;
1940
1766
  };
1767
+ /**
1768
+ * Optional. Whether to enable Audio Encoding.
1769
+ * @type {boolean}
1770
+ * @memberof AudioApiHeadAudioStreamByContainer
1771
+ */
1772
+ readonly enableAudioVbrEncoding?: boolean;
1941
1773
  }
1942
1774
  /**
1943
1775
  * AudioApi - object-oriented interface
@@ -1954,7 +1786,7 @@ export declare class AudioApi extends BaseAPI {
1954
1786
  * @throws {RequiredError}
1955
1787
  * @memberof AudioApi
1956
1788
  */
1957
- getAudioStream(requestParameters: AudioApiGetAudioStreamRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
1789
+ getAudioStream(requestParameters: AudioApiGetAudioStreamRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
1958
1790
  /**
1959
1791
  *
1960
1792
  * @summary Gets an audio stream.
@@ -1963,7 +1795,7 @@ export declare class AudioApi extends BaseAPI {
1963
1795
  * @throws {RequiredError}
1964
1796
  * @memberof AudioApi
1965
1797
  */
1966
- getAudioStreamByContainer(requestParameters: AudioApiGetAudioStreamByContainerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
1798
+ getAudioStreamByContainer(requestParameters: AudioApiGetAudioStreamByContainerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
1967
1799
  /**
1968
1800
  *
1969
1801
  * @summary Gets an audio stream.
@@ -1972,7 +1804,7 @@ export declare class AudioApi extends BaseAPI {
1972
1804
  * @throws {RequiredError}
1973
1805
  * @memberof AudioApi
1974
1806
  */
1975
- headAudioStream(requestParameters: AudioApiHeadAudioStreamRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
1807
+ headAudioStream(requestParameters: AudioApiHeadAudioStreamRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
1976
1808
  /**
1977
1809
  *
1978
1810
  * @summary Gets an audio stream.
@@ -1981,5 +1813,5 @@ export declare class AudioApi extends BaseAPI {
1981
1813
  * @throws {RequiredError}
1982
1814
  * @memberof AudioApi
1983
1815
  */
1984
- headAudioStreamByContainer(requestParameters: AudioApiHeadAudioStreamByContainerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
1816
+ headAudioStreamByContainer(requestParameters: AudioApiHeadAudioStreamByContainerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
1985
1817
  }