@gcorevideo/player 2.20.8 → 2.20.11

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 (329) hide show
  1. package/assets/dvr-controls/dvr_controls.scss +0 -2
  2. package/dist/core.js +22 -17
  3. package/dist/index.css +1343 -1346
  4. package/dist/index.js +119 -109
  5. package/dist/player.d.ts +238 -179
  6. package/dist/plugins/index.css +461 -464
  7. package/dist/plugins/index.js +97 -93
  8. package/docs/api/player.audioselector.md +1 -1
  9. package/docs/api/player.bigmutebutton.md +1 -1
  10. package/docs/api/player.bottomgear.md +15 -1
  11. package/docs/api/player.bottomgear.refresh.md +20 -0
  12. package/docs/api/player.clapprnerdstats.md +1 -1
  13. package/docs/api/player.clapprstats.exportmetrics.md +1 -1
  14. package/docs/api/player.clapprstats.md +1 -15
  15. package/docs/api/player.clapprstats.setupdatemetrics.md +2 -0
  16. package/docs/api/player.clicktopause.md +1 -1
  17. package/docs/api/player.clipsplugin.md +1 -1
  18. package/docs/api/player.clipspluginsettings.md +5 -2
  19. package/docs/api/player.clipspluginsettings.text.md +3 -0
  20. package/docs/api/player.containerpluginconstructor.md +17 -0
  21. package/docs/api/player.containersize.md +0 -3
  22. package/docs/api/player.contextmenu.md +1 -1
  23. package/docs/api/player.corepluginconstructor.md +17 -0
  24. package/docs/api/player.dashsettings.md +0 -3
  25. package/docs/api/player.dvrcontrols.md +2 -35
  26. package/docs/api/player.errorlevel.md +0 -3
  27. package/docs/api/player.errorscreen.md +1 -220
  28. package/docs/api/{player.errorscreen.render.md → player.errorscreenpluginsettings.md} +7 -7
  29. package/docs/api/player.favicon.md +1 -1
  30. package/docs/api/player.googleanalytics.md +1 -1
  31. package/docs/api/player.langtag.md +0 -3
  32. package/docs/api/player.levelselector.md +3 -9
  33. package/docs/api/{player.errorscreen.bindevents.md → player.levelselectorpluginsettings.labels.md} +11 -5
  34. package/docs/api/player.levelselectorpluginsettings.md +79 -0
  35. package/docs/api/{player.errorscreen.unbindevents.md → player.levelselectorpluginsettings.restrictresolution.md} +5 -7
  36. package/docs/api/player.logo.md +1 -1
  37. package/docs/api/player.md +131 -65
  38. package/docs/api/{player.errorscreen.container.md → player.mediacontrol.currentseekpos.md} +3 -3
  39. package/docs/api/player.mediacontrol.disable.md +1 -1
  40. package/docs/api/player.mediacontrol.md +24 -3
  41. package/docs/api/{player.gearevents.md → player.mediacontrolevents.md} +4 -4
  42. package/docs/api/player.multicamera.md +1 -29
  43. package/docs/api/player.pictureinpicture.md +1 -1
  44. package/docs/api/player.playbackerror.code.md +0 -3
  45. package/docs/api/player.playbackerror.description.md +0 -3
  46. package/docs/api/player.playbackerror.level.md +0 -3
  47. package/docs/api/player.playbackerror.md +25 -9
  48. package/docs/api/player.playbackerror.message.md +0 -3
  49. package/docs/api/player.playbackerror.origin.md +0 -3
  50. package/docs/api/player.playbackerror.scope.md +0 -3
  51. package/docs/api/player.playbackerror.ui.md +17 -0
  52. package/docs/api/player.playbackerrorcode.md +6 -9
  53. package/docs/api/player.playbackmodule.md +0 -3
  54. package/docs/api/{player.dvrcontrols._constructor_.md → player.playbackrate._constructor_.md} +3 -3
  55. package/docs/api/player.playbackrate.md +35 -2
  56. package/docs/api/player.playbacktype.md +1 -4
  57. package/docs/api/player.player._constructor_.md +0 -3
  58. package/docs/api/player.player.attachto.md +0 -3
  59. package/docs/api/player.player.configure.md +0 -3
  60. package/docs/api/player.player.destroy.md +0 -3
  61. package/docs/api/player.player.getcurrenttime.md +0 -3
  62. package/docs/api/player.player.getduration.md +0 -3
  63. package/docs/api/player.player.getvolume.md +0 -3
  64. package/docs/api/player.player.isdvrenabled.md +0 -3
  65. package/docs/api/player.player.isdvrinuse.md +0 -3
  66. package/docs/api/player.player.ismuted.md +0 -3
  67. package/docs/api/player.player.isplaying.md +0 -3
  68. package/docs/api/player.player.md +25 -28
  69. package/docs/api/player.player.mute.md +0 -3
  70. package/docs/api/player.player.off.md +0 -3
  71. package/docs/api/player.player.on.md +0 -3
  72. package/docs/api/player.player.pause.md +0 -3
  73. package/docs/api/player.player.play.md +0 -3
  74. package/docs/api/player.player.registerplugin.md +2 -5
  75. package/docs/api/player.player.resize.md +0 -3
  76. package/docs/api/player.player.seek.md +0 -3
  77. package/docs/api/player.player.setvolume.md +0 -3
  78. package/docs/api/player.player.stop.md +0 -3
  79. package/docs/api/player.player.unmute.md +0 -3
  80. package/docs/api/player.player.unregisterplugin.md +14 -7
  81. package/docs/api/player.playercomponenttype.md +0 -3
  82. package/docs/api/player.playerconfig.autoplay.md +0 -3
  83. package/docs/api/player.playerconfig.dash.md +0 -3
  84. package/docs/api/player.playerconfig.debug.md +0 -3
  85. package/docs/api/player.playerconfig.language.md +0 -3
  86. package/docs/api/player.playerconfig.loop.md +0 -3
  87. package/docs/api/player.playerconfig.md +10 -13
  88. package/docs/api/player.playerconfig.mute.md +0 -3
  89. package/docs/api/player.playerconfig.playbacktype.md +0 -3
  90. package/docs/api/player.playerconfig.prioritytransport.md +0 -3
  91. package/docs/api/player.playerconfig.sources.md +0 -3
  92. package/docs/api/player.playerconfig.strings.md +0 -3
  93. package/docs/api/player.playerdebugsettings.md +0 -3
  94. package/docs/api/player.playerdebugtag.md +0 -3
  95. package/docs/api/player.playerevent.md +11 -14
  96. package/docs/api/player.playereventhandler.md +0 -3
  97. package/docs/api/player.playereventparams.md +0 -3
  98. package/docs/api/player.playermediasource.md +0 -3
  99. package/docs/api/player.playermediasourcedesc.md +2 -5
  100. package/docs/api/player.playermediasourcedesc.mimetype.md +0 -3
  101. package/docs/api/player.playermediasourcedesc.source.md +0 -3
  102. package/docs/api/player.playerplugin.md +0 -4
  103. package/docs/api/player.playerpluginconstructor.md +14 -0
  104. package/docs/api/player.poster.md +1 -1
  105. package/docs/api/player.qualitylevel.bitrate.md +0 -3
  106. package/docs/api/player.qualitylevel.height.md +0 -3
  107. package/docs/api/player.qualitylevel.level.md +0 -3
  108. package/docs/api/player.qualitylevel.md +4 -7
  109. package/docs/api/player.qualitylevel.width.md +0 -3
  110. package/docs/api/player.seektime.md +1 -1
  111. package/docs/api/player.share.attributes.md +3 -0
  112. package/docs/api/player.share.bindevents.md +3 -0
  113. package/docs/api/player.share.canshowshare.md +3 -0
  114. package/docs/api/player.share.events.md +3 -0
  115. package/docs/api/player.share.hideshare.md +3 -0
  116. package/docs/api/player.share.initializeicons.md +3 -0
  117. package/docs/api/player.share.md +40 -1
  118. package/docs/api/player.share.name.md +3 -0
  119. package/docs/api/player.share.onshareembedclick.md +3 -0
  120. package/docs/api/player.share.onsharefb.md +3 -0
  121. package/docs/api/player.share.onsharehide.md +3 -0
  122. package/docs/api/player.share.onsharelinkclick.md +3 -0
  123. package/docs/api/player.share.onshareshow.md +3 -0
  124. package/docs/api/player.share.onsharetw.md +3 -0
  125. package/docs/api/player.share.render.md +3 -0
  126. package/docs/api/player.share.showshare.md +3 -0
  127. package/docs/api/player.share.supportedversion.md +3 -0
  128. package/docs/api/player.share.template.md +3 -0
  129. package/docs/api/player.share.unbindevents.md +3 -0
  130. package/docs/api/player.skiptime.attributes.md +3 -0
  131. package/docs/api/player.skiptime.bindevents.md +3 -0
  132. package/docs/api/player.skiptime.container.md +3 -0
  133. package/docs/api/player.skiptime.events.md +3 -0
  134. package/docs/api/player.skiptime.handlerewindclicks.md +3 -0
  135. package/docs/api/player.skiptime.md +30 -1
  136. package/docs/api/player.skiptime.name.md +3 -0
  137. package/docs/api/player.skiptime.render.md +3 -0
  138. package/docs/api/player.skiptime.setback.md +3 -0
  139. package/docs/api/player.skiptime.setforward.md +3 -0
  140. package/docs/api/player.skiptime.setmidclick.md +3 -0
  141. package/docs/api/player.skiptime.supportedversion.md +3 -0
  142. package/docs/api/player.skiptime.template.md +3 -0
  143. package/docs/api/player.skiptime.togglefullscreen.md +3 -0
  144. package/docs/api/player.sourcecontroller.md +1 -1
  145. package/docs/api/player.spinnerevents.md +4 -1
  146. package/docs/api/player.spinnerthreebounce.hide.md +1 -1
  147. package/docs/api/player.spinnerthreebounce.md +7 -5
  148. package/docs/api/player.spinnerthreebounce.show.md +40 -2
  149. package/docs/api/player.subtitles.md +1 -1
  150. package/docs/api/player.telemetry.md +1 -1
  151. package/docs/api/player.telemetrypluginsettings.md +1 -1
  152. package/docs/api/{player.errorscreen.hide.md → player.telemetrysendfn.md} +6 -6
  153. package/docs/api/player.thumbnails.md +1 -1
  154. package/docs/api/player.timeposition.current.md +0 -3
  155. package/docs/api/player.timeposition.md +2 -5
  156. package/docs/api/player.timeposition.total.md +0 -3
  157. package/docs/api/player.timevalue.md +0 -3
  158. package/docs/api/player.translationkey.md +0 -3
  159. package/docs/api/player.translationsettings.md +0 -3
  160. package/docs/api/player.transportpreference.md +2 -7
  161. package/docs/api/player.volumefade.md +1 -1
  162. package/lib/Player.d.ts +18 -9
  163. package/lib/Player.d.ts.map +1 -1
  164. package/lib/Player.js +19 -14
  165. package/lib/index.core.d.ts +0 -1
  166. package/lib/index.core.d.ts.map +1 -1
  167. package/lib/index.core.js +0 -1
  168. package/lib/index.d.ts +18 -1
  169. package/lib/index.d.ts.map +1 -1
  170. package/lib/index.js +18 -1
  171. package/lib/index.plugins.d.ts +0 -1
  172. package/lib/index.plugins.d.ts.map +1 -1
  173. package/lib/index.plugins.js +0 -1
  174. package/lib/playback/hls-playback/HlsPlayback.d.ts.map +1 -1
  175. package/lib/playback/hls-playback/HlsPlayback.js +1 -1
  176. package/lib/playback.types.d.ts +8 -7
  177. package/lib/playback.types.d.ts.map +1 -1
  178. package/lib/playback.types.js +1 -1
  179. package/lib/plugins/audio-selector/AudioSelector.d.ts +1 -1
  180. package/lib/plugins/audio-selector/AudioSelector.js +1 -1
  181. package/lib/plugins/big-mute-button/BigMuteButton.d.ts +1 -1
  182. package/lib/plugins/big-mute-button/BigMuteButton.d.ts.map +1 -1
  183. package/lib/plugins/big-mute-button/BigMuteButton.js +1 -2
  184. package/lib/plugins/bottom-gear/BottomGear.d.ts +2 -2
  185. package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
  186. package/lib/plugins/bottom-gear/BottomGear.js +1 -1
  187. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts +1 -1
  188. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.js +1 -1
  189. package/lib/plugins/clappr-nerd-stats/speedtest/Speedtest.d.ts.map +1 -1
  190. package/lib/plugins/clappr-nerd-stats/speedtest/Speedtest.js +8 -8
  191. package/lib/plugins/clappr-stats/ClapprStats.d.ts +4 -5
  192. package/lib/plugins/clappr-stats/ClapprStats.d.ts.map +1 -1
  193. package/lib/plugins/clappr-stats/ClapprStats.js +4 -3
  194. package/lib/plugins/click-to-pause/ClickToPause.d.ts +1 -1
  195. package/lib/plugins/click-to-pause/ClickToPause.js +1 -1
  196. package/lib/plugins/clips/Clips.d.ts +3 -2
  197. package/lib/plugins/clips/Clips.d.ts.map +1 -1
  198. package/lib/plugins/clips/Clips.js +1 -1
  199. package/lib/plugins/context-menu/ContextMenu.d.ts +1 -1
  200. package/lib/plugins/context-menu/ContextMenu.d.ts.map +1 -1
  201. package/lib/plugins/context-menu/ContextMenu.js +1 -1
  202. package/lib/plugins/dvr-controls/DvrControls.d.ts +7 -4
  203. package/lib/plugins/dvr-controls/DvrControls.d.ts.map +1 -1
  204. package/lib/plugins/dvr-controls/DvrControls.js +29 -36
  205. package/lib/plugins/error-screen/ErrorScreen.d.ts +8 -14
  206. package/lib/plugins/error-screen/ErrorScreen.d.ts.map +1 -1
  207. package/lib/plugins/error-screen/ErrorScreen.js +1 -1
  208. package/lib/plugins/favicon/Favicon.d.ts +1 -1
  209. package/lib/plugins/favicon/Favicon.js +1 -1
  210. package/lib/plugins/google-analytics/GoogleAnalytics.d.ts +1 -1
  211. package/lib/plugins/google-analytics/GoogleAnalytics.js +1 -1
  212. package/lib/plugins/index.d.ts +0 -1
  213. package/lib/plugins/index.d.ts.map +1 -1
  214. package/lib/plugins/index.js +0 -1
  215. package/lib/plugins/kibo/index.d.ts +0 -3
  216. package/lib/plugins/kibo/index.d.ts.map +1 -1
  217. package/lib/plugins/kibo/index.js +0 -3
  218. package/lib/plugins/level-selector/LevelSelector.d.ts +6 -4
  219. package/lib/plugins/level-selector/LevelSelector.d.ts.map +1 -1
  220. package/lib/plugins/level-selector/LevelSelector.js +2 -4
  221. package/lib/plugins/logo/Logo.d.ts +1 -1
  222. package/lib/plugins/logo/Logo.js +1 -1
  223. package/lib/plugins/media-control/MediaControl.d.ts +11 -5
  224. package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
  225. package/lib/plugins/media-control/MediaControl.js +17 -5
  226. package/lib/plugins/multi-camera/MultiCamera.d.ts +3 -11
  227. package/lib/plugins/multi-camera/MultiCamera.d.ts.map +1 -1
  228. package/lib/plugins/multi-camera/MultiCamera.js +1 -1
  229. package/lib/plugins/picture-in-picture/PictureInPicture.d.ts +1 -1
  230. package/lib/plugins/picture-in-picture/PictureInPicture.js +1 -1
  231. package/lib/plugins/playback-rate/PlaybackRate.d.ts +1 -1
  232. package/lib/plugins/playback-rate/PlaybackRate.js +1 -1
  233. package/lib/plugins/poster/Poster.d.ts +1 -1
  234. package/lib/plugins/poster/Poster.js +3 -3
  235. package/lib/plugins/seek-time/SeekTime.d.ts +1 -1
  236. package/lib/plugins/seek-time/SeekTime.js +1 -1
  237. package/lib/plugins/share/Share.d.ts +2 -1
  238. package/lib/plugins/share/Share.d.ts.map +1 -1
  239. package/lib/plugins/share/Share.js +2 -1
  240. package/lib/plugins/skip-time/SkipTime.d.ts +2 -1
  241. package/lib/plugins/skip-time/SkipTime.d.ts.map +1 -1
  242. package/lib/plugins/skip-time/SkipTime.js +2 -1
  243. package/lib/plugins/source-controller/SourceController.d.ts +1 -1
  244. package/lib/plugins/source-controller/SourceController.js +4 -4
  245. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts +6 -3
  246. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts.map +1 -1
  247. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.js +6 -3
  248. package/lib/plugins/subtitles/Subtitles.d.ts +1 -1
  249. package/lib/plugins/subtitles/Subtitles.js +1 -1
  250. package/lib/plugins/telemetry/Telemetry.d.ts +2 -3
  251. package/lib/plugins/telemetry/Telemetry.d.ts.map +1 -1
  252. package/lib/plugins/telemetry/Telemetry.js +1 -1
  253. package/lib/plugins/thumbnails/Thumbnails.d.ts +1 -1
  254. package/lib/plugins/thumbnails/Thumbnails.js +1 -1
  255. package/lib/plugins/vast-ads/VastAds.d.ts.map +1 -1
  256. package/lib/plugins/vast-ads/VastAds.js +3 -3
  257. package/lib/plugins/vast-ads/roll.d.ts +1 -1
  258. package/lib/plugins/vast-ads/roll.d.ts.map +1 -1
  259. package/lib/plugins/vast-ads/rollmanager.d.ts +1 -1
  260. package/lib/plugins/vast-ads/rollmanager.d.ts.map +1 -1
  261. package/lib/plugins/vast-ads/rollmanager.js +2 -2
  262. package/lib/plugins/volume-fade/VolumeFade.d.ts +1 -1
  263. package/lib/plugins/volume-fade/VolumeFade.js +1 -1
  264. package/lib/testUtils.d.ts +11 -2
  265. package/lib/testUtils.d.ts.map +1 -1
  266. package/lib/testUtils.js +22 -3
  267. package/lib/types.d.ts +38 -27
  268. package/lib/types.d.ts.map +1 -1
  269. package/lib/types.js +1 -1
  270. package/lib/utils/types.d.ts +0 -6
  271. package/lib/utils/types.d.ts.map +1 -1
  272. package/package.json +1 -1
  273. package/src/Player.ts +23 -21
  274. package/src/index.core.ts +0 -1
  275. package/src/index.plugins.ts +0 -1
  276. package/src/index.ts +18 -1
  277. package/src/playback/hls-playback/HlsPlayback.ts +7 -11
  278. package/src/playback.types.ts +8 -7
  279. package/src/plugins/audio-selector/AudioSelector.ts +2 -2
  280. package/src/plugins/big-mute-button/BigMuteButton.ts +2 -3
  281. package/src/plugins/bottom-gear/BottomGear.ts +2 -2
  282. package/src/plugins/clappr-nerd-stats/ClapprNerdStats.ts +2 -2
  283. package/src/plugins/clappr-nerd-stats/speedtest/Speedtest.ts +184 -187
  284. package/src/plugins/clappr-stats/ClapprStats.ts +5 -4
  285. package/src/plugins/click-to-pause/ClickToPause.ts +1 -1
  286. package/src/plugins/clips/Clips.ts +4 -3
  287. package/src/plugins/context-menu/ContextMenu.ts +1 -3
  288. package/src/plugins/dvr-controls/DvrControls.ts +34 -45
  289. package/src/plugins/dvr-controls/__tests__/DvrControls.test.ts +91 -0
  290. package/src/plugins/dvr-controls/__tests__/__snapshots__/DvrControls.test.ts.snap +43 -0
  291. package/src/plugins/error-screen/ErrorScreen.ts +10 -17
  292. package/src/plugins/favicon/Favicon.ts +2 -2
  293. package/src/plugins/google-analytics/GoogleAnalytics.ts +1 -1
  294. package/src/plugins/index.ts +0 -1
  295. package/src/plugins/kibo/index.ts +0 -3
  296. package/src/plugins/level-selector/LevelSelector.ts +7 -5
  297. package/src/plugins/logo/Logo.ts +2 -2
  298. package/src/plugins/media-control/MediaControl.ts +20 -6
  299. package/src/plugins/multi-camera/MultiCamera.ts +4 -4
  300. package/src/plugins/picture-in-picture/PictureInPicture.ts +1 -1
  301. package/src/plugins/playback-rate/PlaybackRate.ts +2 -2
  302. package/src/plugins/poster/Poster.ts +4 -4
  303. package/src/plugins/seek-time/SeekTime.ts +2 -2
  304. package/src/plugins/share/Share.ts +2 -1
  305. package/src/plugins/skip-time/SkipTime.ts +2 -1
  306. package/src/plugins/source-controller/SourceController.ts +4 -4
  307. package/src/plugins/source-controller/__tests__/SourceController.test.ts +2 -2
  308. package/src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts +6 -3
  309. package/src/plugins/subtitles/Subtitles.ts +2 -2
  310. package/src/plugins/telemetry/Telemetry.ts +2 -2
  311. package/src/plugins/thumbnails/Thumbnails.ts +2 -2
  312. package/src/plugins/vast-ads/VastAds.ts +5 -4
  313. package/src/plugins/vast-ads/roll.ts +2 -1
  314. package/src/plugins/vast-ads/rollmanager.ts +3 -3
  315. package/src/plugins/volume-fade/VolumeFade.ts +1 -1
  316. package/src/testUtils.ts +28 -4
  317. package/src/types.ts +41 -28
  318. package/src/utils/types.ts +0 -8
  319. package/temp/player.api.json +680 -786
  320. package/tsconfig.tsbuildinfo +1 -1
  321. package/docs/api/player.clapprstats.onbitrate.md +0 -52
  322. package/docs/api/player.errorscreen.attributes.md +0 -17
  323. package/docs/api/player.errorscreen.name.md +0 -14
  324. package/docs/api/player.errorscreen.show.md +0 -54
  325. package/docs/api/player.errorscreen.supportedversion.md +0 -16
  326. package/docs/api/player.errorscreen.template.md +0 -14
  327. package/docs/api/player.mediatransport.md +0 -16
  328. package/docs/api/player.multicamera.getcameraslist.md +0 -18
  329. package/docs/api/player.multicamera.getcurrentcamera.md +0 -18
@@ -162,7 +162,7 @@
162
162
  },
163
163
  "kind": "Package",
164
164
  "canonicalReference": "@gcorevideo/player!",
165
- "docComment": "/**\n * Video player for the Gcore streaming platform\n *\n * @remarks\n *\n * This package provides a video player for the Gcore streaming platform. It is built on top of the Clappr library and provides a framework for building custom integrations. Start with {@link Player} for more information.\n *\n * @packageDocumentation\n */\n",
165
+ "docComment": "/**\n * Video player for the Gcore streaming platform\n *\n * @remarks\n *\n * This package provides a video player for the Gcore streaming platform. It is built on top of the Clappr library and provides a framework for building custom integrations. Start with {@link Player} for more information.\n *\n * Various plugins (marked with `PLUGIN` keyword) are available to extend the player with additional features.\n *\n * @example\n * ```ts\n * import { Player, MediaControl, ErrorScreen } from '@gcorevideo/player'\n *\n * Player.registerPlugin(MediaControl)\n * Player.registerPlugin(ErrorScreen)\n *\n * const player = new Player({\n * autoPlay: true,\n * mute: true,\n * sources: [{ source: 'https://example.com/a.mpd', mimeType: 'application/dash+xml' }],\n * })\n *\n * player.attachTo(document.getElementById('container'))\n * ```\n *\n * @packageDocumentation\n */\n",
166
166
  "name": "@gcorevideo/player",
167
167
  "preserveMemberOrder": false,
168
168
  "members": [
@@ -175,7 +175,7 @@
175
175
  {
176
176
  "kind": "Class",
177
177
  "canonicalReference": "@gcorevideo/player!AudioSelector:class",
178
- "docComment": "/**\n * Adds an audio track selector to the media control UI.\n *\n * @beta\n */\n",
178
+ "docComment": "/**\n * `PLUGIN` that adds an audio track selector to the media control UI.\n *\n * @beta\n */\n",
179
179
  "excerptTokens": [
180
180
  {
181
181
  "kind": "Content",
@@ -344,7 +344,7 @@
344
344
  {
345
345
  "kind": "Class",
346
346
  "canonicalReference": "@gcorevideo/player!BigMuteButton:class",
347
- "docComment": "/**\n * Displays a big mute button over the video when it's muted. Once pressed, it unmutes the video.\n *\n * @beta\n */\n",
347
+ "docComment": "/**\n * `PLUGIN` that displays a big mute button over the video when it's muted. Once pressed, it unmutes the video.\n *\n * @beta\n */\n",
348
348
  "excerptTokens": [
349
349
  {
350
350
  "kind": "Content",
@@ -375,7 +375,7 @@
375
375
  {
376
376
  "kind": "Class",
377
377
  "canonicalReference": "@gcorevideo/player!BottomGear:class",
378
- "docComment": "/**\n * Adds the gear button that triggers extra options menu on the right side of the {@link MediaControl | media control} UI\n *\n * @remarks\n *\n * The plugins provides a base for attaching custom settings UI in the gear menu\n *\n * Depends on:\n *\n * - {@link MediaControl | media_control}\n *\n * @beta\n */\n",
378
+ "docComment": "/**\n * `PLUGIN` that adds the gear button with an extra options menu on the right side of the {@link MediaControl | media control} UI\n *\n * @remarks\n *\n * The plugins provides a base for attaching custom settings UI in the gear menu\n *\n * Depends on:\n *\n * - {@link MediaControl | media_control}\n *\n * @beta\n */\n",
379
379
  "excerptTokens": [
380
380
  {
381
381
  "kind": "Content",
@@ -451,6 +451,37 @@
451
451
  "isAbstract": false,
452
452
  "name": "getElement"
453
453
  },
454
+ {
455
+ "kind": "Method",
456
+ "canonicalReference": "@gcorevideo/player!BottomGear#refresh:member(1)",
457
+ "docComment": "/**\n * Re-renders the gear menu. It fires the {@link MediaControlEvents.MEDIACONTROL_GEAR_RENDERED | MEDIACONTROL_GEAR_RENDERED} event, which the plugins that attach to the gear menu can listen to to re-render themselves.\n */\n",
458
+ "excerptTokens": [
459
+ {
460
+ "kind": "Content",
461
+ "text": "refresh(): "
462
+ },
463
+ {
464
+ "kind": "Content",
465
+ "text": "void"
466
+ },
467
+ {
468
+ "kind": "Content",
469
+ "text": ";"
470
+ }
471
+ ],
472
+ "isStatic": false,
473
+ "returnTypeTokenRange": {
474
+ "startIndex": 1,
475
+ "endIndex": 2
476
+ },
477
+ "releaseTag": "Beta",
478
+ "isProtected": false,
479
+ "overloadIndex": 1,
480
+ "parameters": [],
481
+ "isOptional": false,
482
+ "isAbstract": false,
483
+ "name": "refresh"
484
+ },
454
485
  {
455
486
  "kind": "Method",
456
487
  "canonicalReference": "@gcorevideo/player!BottomGear#setContent:member(1)",
@@ -510,7 +541,7 @@
510
541
  {
511
542
  "kind": "Class",
512
543
  "canonicalReference": "@gcorevideo/player!ClapprNerdStats:class",
513
- "docComment": "/**\n * Displays useful network-related statistics.\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl}\n *\n * - {@link BottomGear}\n *\n * - {@link ClapprStats}\n *\n * The plugin is rendered as an item in the gear menu.\n *\n * When clicked, it shows an overlay window with the information about the network speed, latency, etc, and recommended quality level.\n *\n * @beta\n */\n",
544
+ "docComment": "/**\n * `PLUGIN` that displays useful network-related statistics.\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl}\n *\n * - {@link BottomGear}\n *\n * - {@link ClapprStats}\n *\n * The plugin is rendered as an item in the gear menu.\n *\n * When clicked, it shows an overlay window with the information about the network speed, latency, etc, and recommended quality level.\n *\n * @beta\n */\n",
514
545
  "excerptTokens": [
515
546
  {
516
547
  "kind": "Content",
@@ -575,7 +606,7 @@
575
606
  {
576
607
  "kind": "Class",
577
608
  "canonicalReference": "@gcorevideo/player!ClapprStats:class",
578
- "docComment": "/**\n * Collects useful statistics about playback performance.\n *\n * @remarks\n *\n * This plugin does not render anything and is supposed to be extended or used together with other plugins that actually render something.\n *\n * @beta\n */\n",
609
+ "docComment": "/**\n * `PLUGIN` that collects useful statistics about playback performance.\n *\n * @remarks\n *\n * This plugin does not render anything and is supposed to be extended or used together with other plugins that actually render something.\n *\n * @beta\n */\n",
579
610
  "excerptTokens": [
580
611
  {
581
612
  "kind": "Content",
@@ -633,7 +664,7 @@
633
664
  {
634
665
  "kind": "Method",
635
666
  "canonicalReference": "@gcorevideo/player!ClapprStats#exportMetrics:member(1)",
636
- "docComment": "/**\n * Returns the collected metrics.\n *\n * @returns The collected metrics\n */\n",
667
+ "docComment": "/**\n * Returns the collected metrics.\n *\n * @returns Currently collected metrics\n */\n",
637
668
  "excerptTokens": [
638
669
  {
639
670
  "kind": "Content",
@@ -662,59 +693,10 @@
662
693
  "isAbstract": false,
663
694
  "name": "exportMetrics"
664
695
  },
665
- {
666
- "kind": "Method",
667
- "canonicalReference": "@gcorevideo/player!ClapprStats#onBitrate:member(1)",
668
- "docComment": "",
669
- "excerptTokens": [
670
- {
671
- "kind": "Content",
672
- "text": "onBitrate(newBitrate: "
673
- },
674
- {
675
- "kind": "Reference",
676
- "text": "QualityLevel",
677
- "canonicalReference": "@gcorevideo/player!QualityLevel:interface"
678
- },
679
- {
680
- "kind": "Content",
681
- "text": "): "
682
- },
683
- {
684
- "kind": "Content",
685
- "text": "void"
686
- },
687
- {
688
- "kind": "Content",
689
- "text": ";"
690
- }
691
- ],
692
- "isStatic": false,
693
- "returnTypeTokenRange": {
694
- "startIndex": 3,
695
- "endIndex": 4
696
- },
697
- "releaseTag": "Beta",
698
- "isProtected": false,
699
- "overloadIndex": 1,
700
- "parameters": [
701
- {
702
- "parameterName": "newBitrate",
703
- "parameterTypeTokenRange": {
704
- "startIndex": 1,
705
- "endIndex": 2
706
- },
707
- "isOptional": false
708
- }
709
- ],
710
- "isOptional": false,
711
- "isAbstract": false,
712
- "name": "onBitrate"
713
- },
714
696
  {
715
697
  "kind": "Method",
716
698
  "canonicalReference": "@gcorevideo/player!ClapprStats#setUpdateMetrics:member(1)",
717
- "docComment": "/**\n * Registers a callback to receive the metrics.\n *\n * @param updateMetricsFn - \n */\n",
699
+ "docComment": "/**\n * Registers a callback to receive the metrics.\n *\n * @param updateMetricsFn - The callback to receive the metrics\n */\n",
718
700
  "excerptTokens": [
719
701
  {
720
702
  "kind": "Content",
@@ -770,7 +752,7 @@
770
752
  {
771
753
  "kind": "Class",
772
754
  "canonicalReference": "@gcorevideo/player!ClickToPause:class",
773
- "docComment": "/**\n * Adds a behavior of toggling the playback state on click over the container\n *\n * @beta\n */\n",
755
+ "docComment": "/**\n * `PLUGIN` that adds a behavior of toggling the playback state on click over the container\n *\n * @beta\n */\n",
774
756
  "excerptTokens": [
775
757
  {
776
758
  "kind": "Content",
@@ -801,7 +783,7 @@
801
783
  {
802
784
  "kind": "Class",
803
785
  "canonicalReference": "@gcorevideo/player!ClipsPlugin:class",
804
- "docComment": "/**\n * Adds a behavior of showing a text over the seekbar to indicate the current clip.\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl}\n *\n * Configuration options - {@link ClipsPluginSettings}\n *\n * @beta\n */\n",
786
+ "docComment": "/**\n * `PLUGIN` that shows text over the seekbar to indicate the current clip.\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl}\n *\n * Configuration options - {@link ClipsPluginSettings}\n *\n * @beta\n */\n",
805
787
  "excerptTokens": [
806
788
  {
807
789
  "kind": "Content",
@@ -881,7 +863,7 @@
881
863
  {
882
864
  "kind": "Interface",
883
865
  "canonicalReference": "@gcorevideo/player!ClipsPluginSettings:interface",
884
- "docComment": "/**\n * Configuration options\n */\n",
866
+ "docComment": "/**\n * Configuration options for the {@link ClipsPlugin | clips} plugin.\n *\n * @beta\n */\n",
885
867
  "excerptTokens": [
886
868
  {
887
869
  "kind": "Content",
@@ -889,7 +871,7 @@
889
871
  }
890
872
  ],
891
873
  "fileUrlPath": "src/plugins/clips/Clips.ts",
892
- "releaseTag": "Public",
874
+ "releaseTag": "Beta",
893
875
  "name": "ClipsPluginSettings",
894
876
  "preserveMemberOrder": false,
895
877
  "members": [
@@ -913,7 +895,7 @@
913
895
  ],
914
896
  "isReadonly": false,
915
897
  "isOptional": false,
916
- "releaseTag": "Public",
898
+ "releaseTag": "Beta",
917
899
  "name": "text",
918
900
  "propertyTypeTokenRange": {
919
901
  "startIndex": 1,
@@ -923,10 +905,54 @@
923
905
  ],
924
906
  "extendsTokenRanges": []
925
907
  },
908
+ {
909
+ "kind": "TypeAlias",
910
+ "canonicalReference": "@gcorevideo/player!ContainerPluginConstructor:type",
911
+ "docComment": "/**\n * @public\n */\n",
912
+ "excerptTokens": [
913
+ {
914
+ "kind": "Content",
915
+ "text": "export type ContainerPluginConstructor = "
916
+ },
917
+ {
918
+ "kind": "Content",
919
+ "text": "{\n new (container: "
920
+ },
921
+ {
922
+ "kind": "Reference",
923
+ "text": "Container",
924
+ "canonicalReference": "@clappr/core!default:class"
925
+ },
926
+ {
927
+ "kind": "Content",
928
+ "text": "): "
929
+ },
930
+ {
931
+ "kind": "Reference",
932
+ "text": "PlayerPlugin",
933
+ "canonicalReference": "@gcorevideo/player!PlayerPlugin:type"
934
+ },
935
+ {
936
+ "kind": "Content",
937
+ "text": ";\n type: string;\n}"
938
+ },
939
+ {
940
+ "kind": "Content",
941
+ "text": ";"
942
+ }
943
+ ],
944
+ "fileUrlPath": "src/types.ts",
945
+ "releaseTag": "Public",
946
+ "name": "ContainerPluginConstructor",
947
+ "typeTokenRange": {
948
+ "startIndex": 1,
949
+ "endIndex": 6
950
+ }
951
+ },
926
952
  {
927
953
  "kind": "TypeAlias",
928
954
  "canonicalReference": "@gcorevideo/player!ContainerSize:type",
929
- "docComment": "/**\n * Dimensions of the player container DOM element.\n *\n * @beta\n */\n",
955
+ "docComment": "/**\n * Dimensions of the player container DOM element.\n *\n * @public\n */\n",
930
956
  "excerptTokens": [
931
957
  {
932
958
  "kind": "Content",
@@ -942,7 +968,7 @@
942
968
  }
943
969
  ],
944
970
  "fileUrlPath": "src/types.ts",
945
- "releaseTag": "Beta",
971
+ "releaseTag": "Public",
946
972
  "name": "ContainerSize",
947
973
  "typeTokenRange": {
948
974
  "startIndex": 1,
@@ -952,7 +978,7 @@
952
978
  {
953
979
  "kind": "Class",
954
980
  "canonicalReference": "@gcorevideo/player!ContextMenu:class",
955
- "docComment": "/**\n * Displays a small context menu when clicked on the player container.\n *\n * @remarks\n *\n * Configuration options - {@link ContextMenuPluginSettings}\n *\n * @beta\n */\n",
981
+ "docComment": "/**\n * `PLUGIN` that displays a small context menu when clicked on the player container.\n *\n * @remarks\n *\n * Configuration options - {@link ContextMenuPluginSettings}\n *\n * @beta\n */\n",
956
982
  "excerptTokens": [
957
983
  {
958
984
  "kind": "Content",
@@ -1115,21 +1141,34 @@
1115
1141
  },
1116
1142
  {
1117
1143
  "kind": "TypeAlias",
1118
- "canonicalReference": "@gcorevideo/player!DashSettings:type",
1119
- "docComment": "/**\n * A plain JS object that must conform to the DASH.js settings schema.\n *\n * {@link https://cdn.dashjs.org/latest/jsdoc/module-Settings.html | DASH.js settings}\n *\n * @beta\n */\n",
1144
+ "canonicalReference": "@gcorevideo/player!CorePluginConstructor:type",
1145
+ "docComment": "/**\n * @public\n */\n",
1120
1146
  "excerptTokens": [
1121
1147
  {
1122
1148
  "kind": "Content",
1123
- "text": "export type DashSettings = "
1149
+ "text": "export type CorePluginConstructor = "
1150
+ },
1151
+ {
1152
+ "kind": "Content",
1153
+ "text": "{\n new (core: "
1124
1154
  },
1125
1155
  {
1126
1156
  "kind": "Reference",
1127
- "text": "Record",
1128
- "canonicalReference": "!Record:type"
1157
+ "text": "Core",
1158
+ "canonicalReference": "@clappr/core!default:class"
1129
1159
  },
1130
1160
  {
1131
1161
  "kind": "Content",
1132
- "text": "<string, unknown>"
1162
+ "text": "): "
1163
+ },
1164
+ {
1165
+ "kind": "Reference",
1166
+ "text": "PlayerPlugin",
1167
+ "canonicalReference": "@gcorevideo/player!PlayerPlugin:type"
1168
+ },
1169
+ {
1170
+ "kind": "Content",
1171
+ "text": ";\n type: string;\n}"
1133
1172
  },
1134
1173
  {
1135
1174
  "kind": "Content",
@@ -1137,112 +1176,52 @@
1137
1176
  }
1138
1177
  ],
1139
1178
  "fileUrlPath": "src/types.ts",
1140
- "releaseTag": "Beta",
1141
- "name": "DashSettings",
1179
+ "releaseTag": "Public",
1180
+ "name": "CorePluginConstructor",
1142
1181
  "typeTokenRange": {
1143
1182
  "startIndex": 1,
1144
- "endIndex": 3
1183
+ "endIndex": 6
1145
1184
  }
1146
1185
  },
1147
1186
  {
1148
- "kind": "Class",
1149
- "canonicalReference": "@gcorevideo/player!DvrControls:class",
1150
- "docComment": "/**\n * Adds the DVR controls to the media control UI\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl}\n *\n * The plugin renders the live stream indicator and the DVR seek bar, if DVR is enabled, in the media control UI.\n *\n * @beta\n */\n",
1187
+ "kind": "TypeAlias",
1188
+ "canonicalReference": "@gcorevideo/player!DashSettings:type",
1189
+ "docComment": "/**\n * A plain JS object that must conform to the DASH.js settings schema.\n *\n * {@link https://cdn.dashjs.org/latest/jsdoc/module-Settings.html | DASH.js settings}\n *\n * @public\n */\n",
1151
1190
  "excerptTokens": [
1152
1191
  {
1153
1192
  "kind": "Content",
1154
- "text": "export declare class DvrControls extends "
1193
+ "text": "export type DashSettings = "
1155
1194
  },
1156
1195
  {
1157
1196
  "kind": "Reference",
1158
- "text": "UICorePlugin",
1159
- "canonicalReference": "@gcorevideo/player!~UICorePlugin"
1160
- },
1161
- {
1162
- "kind": "Content",
1163
- "text": " "
1164
- }
1165
- ],
1166
- "fileUrlPath": "src/plugins/dvr-controls/DvrControls.ts",
1167
- "releaseTag": "Beta",
1168
- "isAbstract": false,
1169
- "name": "DvrControls",
1170
- "preserveMemberOrder": false,
1171
- "members": [
1172
- {
1173
- "kind": "Constructor",
1174
- "canonicalReference": "@gcorevideo/player!DvrControls:constructor(1)",
1175
- "docComment": "/**\n * Constructs a new instance of the `DvrControls` class\n */\n",
1176
- "excerptTokens": [
1177
- {
1178
- "kind": "Content",
1179
- "text": "constructor(core: "
1180
- },
1181
- {
1182
- "kind": "Reference",
1183
- "text": "Core",
1184
- "canonicalReference": "@clappr/core!default:class"
1185
- },
1186
- {
1187
- "kind": "Content",
1188
- "text": ");"
1189
- }
1190
- ],
1191
- "releaseTag": "Beta",
1192
- "isProtected": false,
1193
- "overloadIndex": 1,
1194
- "parameters": [
1195
- {
1196
- "parameterName": "core",
1197
- "parameterTypeTokenRange": {
1198
- "startIndex": 1,
1199
- "endIndex": 2
1200
- },
1201
- "isOptional": false
1202
- }
1203
- ]
1204
- }
1205
- ],
1206
- "extendsTokenRange": {
1207
- "startIndex": 1,
1208
- "endIndex": 2
1209
- },
1210
- "implementsTokenRanges": []
1211
- },
1212
- {
1213
- "kind": "TypeAlias",
1214
- "canonicalReference": "@gcorevideo/player!ErrorLevel:type",
1215
- "docComment": "/**\n * Levels of severity of errors. Non-fatal errors usually can be ignored.\n *\n * @beta\n */\n",
1216
- "excerptTokens": [
1217
- {
1218
- "kind": "Content",
1219
- "text": "export type ErrorLevel = "
1197
+ "text": "Record",
1198
+ "canonicalReference": "!Record:type"
1220
1199
  },
1221
1200
  {
1222
1201
  "kind": "Content",
1223
- "text": "'FATAL' | 'WARN' | 'INFO'"
1202
+ "text": "<string, unknown>"
1224
1203
  },
1225
1204
  {
1226
1205
  "kind": "Content",
1227
1206
  "text": ";"
1228
1207
  }
1229
1208
  ],
1230
- "fileUrlPath": "src/playback.types.ts",
1231
- "releaseTag": "Beta",
1232
- "name": "ErrorLevel",
1209
+ "fileUrlPath": "src/types.ts",
1210
+ "releaseTag": "Public",
1211
+ "name": "DashSettings",
1233
1212
  "typeTokenRange": {
1234
1213
  "startIndex": 1,
1235
- "endIndex": 2
1214
+ "endIndex": 3
1236
1215
  }
1237
1216
  },
1238
1217
  {
1239
1218
  "kind": "Class",
1240
- "canonicalReference": "@gcorevideo/player!ErrorScreen:class",
1241
- "docComment": "/**\n * Displays a descriptive error in the overlay on top of the player.\n *\n * @beta\n */\n",
1219
+ "canonicalReference": "@gcorevideo/player!DvrControls:class",
1220
+ "docComment": "/**\n * `PLUGIN` that adds the DVR controls to the media control UI\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl}\n *\n * The plugin renders live stream indicator. If DVR is enabled, the indicator shows whether the current position is at the live edge of the stream or not. In the latter case, the indicator can be clicked to seek to the live edge.\n *\n * @beta\n */\n",
1242
1221
  "excerptTokens": [
1243
1222
  {
1244
1223
  "kind": "Content",
1245
- "text": "export declare class ErrorScreen extends "
1224
+ "text": "export declare class DvrControls extends "
1246
1225
  },
1247
1226
  {
1248
1227
  "kind": "Reference",
@@ -1254,346 +1233,105 @@
1254
1233
  "text": " "
1255
1234
  }
1256
1235
  ],
1257
- "fileUrlPath": "src/plugins/error-screen/ErrorScreen.ts",
1236
+ "fileUrlPath": "src/plugins/dvr-controls/DvrControls.ts",
1258
1237
  "releaseTag": "Beta",
1259
- "isAbstract": false,
1260
- "name": "ErrorScreen",
1261
- "preserveMemberOrder": false,
1262
- "members": [
1263
- {
1264
- "kind": "Property",
1265
- "canonicalReference": "@gcorevideo/player!ErrorScreen#attributes:member",
1266
- "docComment": "",
1267
- "excerptTokens": [
1268
- {
1269
- "kind": "Content",
1270
- "text": "get attributes(): "
1271
- },
1272
- {
1273
- "kind": "Content",
1274
- "text": "{\n class: string;\n 'data-error-screen': string;\n }"
1275
- },
1276
- {
1277
- "kind": "Content",
1278
- "text": ";"
1279
- }
1280
- ],
1281
- "isReadonly": true,
1282
- "isOptional": false,
1283
- "releaseTag": "Beta",
1284
- "name": "attributes",
1285
- "propertyTypeTokenRange": {
1286
- "startIndex": 1,
1287
- "endIndex": 2
1288
- },
1289
- "isStatic": false,
1290
- "isProtected": false,
1291
- "isAbstract": false
1292
- },
1293
- {
1294
- "kind": "Method",
1295
- "canonicalReference": "@gcorevideo/player!ErrorScreen#bindEvents:member(1)",
1296
- "docComment": "",
1297
- "excerptTokens": [
1298
- {
1299
- "kind": "Content",
1300
- "text": "bindEvents(): "
1301
- },
1302
- {
1303
- "kind": "Content",
1304
- "text": "void"
1305
- },
1306
- {
1307
- "kind": "Content",
1308
- "text": ";"
1309
- }
1310
- ],
1311
- "isStatic": false,
1312
- "returnTypeTokenRange": {
1313
- "startIndex": 1,
1314
- "endIndex": 2
1315
- },
1316
- "releaseTag": "Beta",
1317
- "isProtected": false,
1318
- "overloadIndex": 1,
1319
- "parameters": [],
1320
- "isOptional": false,
1321
- "isAbstract": false,
1322
- "name": "bindEvents"
1323
- },
1324
- {
1325
- "kind": "Property",
1326
- "canonicalReference": "@gcorevideo/player!ErrorScreen#container:member",
1327
- "docComment": "",
1328
- "excerptTokens": [
1329
- {
1330
- "kind": "Content",
1331
- "text": "get container(): "
1332
- },
1333
- {
1334
- "kind": "Content",
1335
- "text": "any"
1336
- },
1337
- {
1338
- "kind": "Content",
1339
- "text": ";"
1340
- }
1341
- ],
1342
- "isReadonly": true,
1343
- "isOptional": false,
1344
- "releaseTag": "Beta",
1345
- "name": "container",
1346
- "propertyTypeTokenRange": {
1347
- "startIndex": 1,
1348
- "endIndex": 2
1349
- },
1350
- "isStatic": false,
1351
- "isProtected": false,
1352
- "isAbstract": false
1353
- },
1354
- {
1355
- "kind": "Method",
1356
- "canonicalReference": "@gcorevideo/player!ErrorScreen#hide:member(1)",
1357
- "docComment": "",
1358
- "excerptTokens": [
1359
- {
1360
- "kind": "Content",
1361
- "text": "hide(): "
1362
- },
1363
- {
1364
- "kind": "Content",
1365
- "text": "void"
1366
- },
1367
- {
1368
- "kind": "Content",
1369
- "text": ";"
1370
- }
1371
- ],
1372
- "isStatic": false,
1373
- "returnTypeTokenRange": {
1374
- "startIndex": 1,
1375
- "endIndex": 2
1376
- },
1377
- "releaseTag": "Beta",
1378
- "isProtected": false,
1379
- "overloadIndex": 1,
1380
- "parameters": [],
1381
- "isOptional": false,
1382
- "isAbstract": false,
1383
- "name": "hide"
1384
- },
1385
- {
1386
- "kind": "Property",
1387
- "canonicalReference": "@gcorevideo/player!ErrorScreen#name:member",
1388
- "docComment": "",
1389
- "excerptTokens": [
1390
- {
1391
- "kind": "Content",
1392
- "text": "get name(): "
1393
- },
1394
- {
1395
- "kind": "Content",
1396
- "text": "string"
1397
- },
1398
- {
1399
- "kind": "Content",
1400
- "text": ";"
1401
- }
1402
- ],
1403
- "isReadonly": true,
1404
- "isOptional": false,
1405
- "releaseTag": "Beta",
1406
- "name": "name",
1407
- "propertyTypeTokenRange": {
1408
- "startIndex": 1,
1409
- "endIndex": 2
1410
- },
1411
- "isStatic": false,
1412
- "isProtected": false,
1413
- "isAbstract": false
1414
- },
1415
- {
1416
- "kind": "Method",
1417
- "canonicalReference": "@gcorevideo/player!ErrorScreen#render:member(1)",
1418
- "docComment": "",
1419
- "excerptTokens": [
1420
- {
1421
- "kind": "Content",
1422
- "text": "render(): "
1423
- },
1424
- {
1425
- "kind": "Content",
1426
- "text": "this"
1427
- },
1428
- {
1429
- "kind": "Content",
1430
- "text": ";"
1431
- }
1432
- ],
1433
- "isStatic": false,
1434
- "returnTypeTokenRange": {
1435
- "startIndex": 1,
1436
- "endIndex": 2
1437
- },
1438
- "releaseTag": "Beta",
1439
- "isProtected": false,
1440
- "overloadIndex": 1,
1441
- "parameters": [],
1442
- "isOptional": false,
1443
- "isAbstract": false,
1444
- "name": "render"
1445
- },
1446
- {
1447
- "kind": "Method",
1448
- "canonicalReference": "@gcorevideo/player!ErrorScreen#show:member(1)",
1449
- "docComment": "",
1450
- "excerptTokens": [
1451
- {
1452
- "kind": "Content",
1453
- "text": "show(err?: "
1454
- },
1455
- {
1456
- "kind": "Reference",
1457
- "text": "PresentationalError",
1458
- "canonicalReference": "@gcorevideo/player!~PresentationalError:type"
1459
- },
1460
- {
1461
- "kind": "Content",
1462
- "text": "): "
1463
- },
1464
- {
1465
- "kind": "Content",
1466
- "text": "void"
1467
- },
1468
- {
1469
- "kind": "Content",
1470
- "text": ";"
1471
- }
1472
- ],
1473
- "isStatic": false,
1474
- "returnTypeTokenRange": {
1475
- "startIndex": 3,
1476
- "endIndex": 4
1477
- },
1478
- "releaseTag": "Beta",
1479
- "isProtected": false,
1480
- "overloadIndex": 1,
1481
- "parameters": [
1482
- {
1483
- "parameterName": "err",
1484
- "parameterTypeTokenRange": {
1485
- "startIndex": 1,
1486
- "endIndex": 2
1487
- },
1488
- "isOptional": true
1489
- }
1490
- ],
1491
- "isOptional": false,
1492
- "isAbstract": false,
1493
- "name": "show"
1238
+ "isAbstract": false,
1239
+ "name": "DvrControls",
1240
+ "preserveMemberOrder": false,
1241
+ "members": [],
1242
+ "extendsTokenRange": {
1243
+ "startIndex": 1,
1244
+ "endIndex": 2
1245
+ },
1246
+ "implementsTokenRanges": []
1247
+ },
1248
+ {
1249
+ "kind": "TypeAlias",
1250
+ "canonicalReference": "@gcorevideo/player!ErrorLevel:type",
1251
+ "docComment": "/**\n * Levels of severity of errors. Non-fatal errors usually can be ignored.\n *\n * @public\n */\n",
1252
+ "excerptTokens": [
1253
+ {
1254
+ "kind": "Content",
1255
+ "text": "export type ErrorLevel = "
1494
1256
  },
1495
1257
  {
1496
- "kind": "Property",
1497
- "canonicalReference": "@gcorevideo/player!ErrorScreen#supportedVersion:member",
1498
- "docComment": "",
1499
- "excerptTokens": [
1500
- {
1501
- "kind": "Content",
1502
- "text": "get supportedVersion(): "
1503
- },
1504
- {
1505
- "kind": "Content",
1506
- "text": "{\n min: string;\n }"
1507
- },
1508
- {
1509
- "kind": "Content",
1510
- "text": ";"
1511
- }
1512
- ],
1513
- "isReadonly": true,
1514
- "isOptional": false,
1515
- "releaseTag": "Beta",
1516
- "name": "supportedVersion",
1517
- "propertyTypeTokenRange": {
1518
- "startIndex": 1,
1519
- "endIndex": 2
1520
- },
1521
- "isStatic": false,
1522
- "isProtected": false,
1523
- "isAbstract": false
1258
+ "kind": "Content",
1259
+ "text": "'FATAL' | 'WARN' | 'INFO'"
1524
1260
  },
1525
1261
  {
1526
- "kind": "Property",
1527
- "canonicalReference": "@gcorevideo/player!ErrorScreen#template:member",
1528
- "docComment": "",
1529
- "excerptTokens": [
1530
- {
1531
- "kind": "Content",
1532
- "text": "get template(): "
1533
- },
1534
- {
1535
- "kind": "Content",
1536
- "text": "any"
1537
- },
1538
- {
1539
- "kind": "Content",
1540
- "text": ";"
1541
- }
1542
- ],
1543
- "isReadonly": true,
1544
- "isOptional": false,
1545
- "releaseTag": "Beta",
1546
- "name": "template",
1547
- "propertyTypeTokenRange": {
1548
- "startIndex": 1,
1549
- "endIndex": 2
1550
- },
1551
- "isStatic": false,
1552
- "isProtected": false,
1553
- "isAbstract": false
1262
+ "kind": "Content",
1263
+ "text": ";"
1264
+ }
1265
+ ],
1266
+ "fileUrlPath": "src/playback.types.ts",
1267
+ "releaseTag": "Public",
1268
+ "name": "ErrorLevel",
1269
+ "typeTokenRange": {
1270
+ "startIndex": 1,
1271
+ "endIndex": 2
1272
+ }
1273
+ },
1274
+ {
1275
+ "kind": "Class",
1276
+ "canonicalReference": "@gcorevideo/player!ErrorScreen:class",
1277
+ "docComment": "/**\n * `PLUGIN` that displays errors nicely in the overlay on top of the player.\n *\n * @beta\n */\n",
1278
+ "excerptTokens": [
1279
+ {
1280
+ "kind": "Content",
1281
+ "text": "export declare class ErrorScreen extends "
1554
1282
  },
1555
1283
  {
1556
- "kind": "Method",
1557
- "canonicalReference": "@gcorevideo/player!ErrorScreen#unBindEvents:member(1)",
1558
- "docComment": "",
1559
- "excerptTokens": [
1560
- {
1561
- "kind": "Content",
1562
- "text": "unBindEvents(): "
1563
- },
1564
- {
1565
- "kind": "Content",
1566
- "text": "void"
1567
- },
1568
- {
1569
- "kind": "Content",
1570
- "text": ";"
1571
- }
1572
- ],
1573
- "isStatic": false,
1574
- "returnTypeTokenRange": {
1575
- "startIndex": 1,
1576
- "endIndex": 2
1577
- },
1578
- "releaseTag": "Beta",
1579
- "isProtected": false,
1580
- "overloadIndex": 1,
1581
- "parameters": [],
1582
- "isOptional": false,
1583
- "isAbstract": false,
1584
- "name": "unBindEvents"
1284
+ "kind": "Reference",
1285
+ "text": "UICorePlugin",
1286
+ "canonicalReference": "@gcorevideo/player!~UICorePlugin"
1287
+ },
1288
+ {
1289
+ "kind": "Content",
1290
+ "text": " "
1585
1291
  }
1586
1292
  ],
1293
+ "fileUrlPath": "src/plugins/error-screen/ErrorScreen.ts",
1294
+ "releaseTag": "Beta",
1295
+ "isAbstract": false,
1296
+ "name": "ErrorScreen",
1297
+ "preserveMemberOrder": false,
1298
+ "members": [],
1587
1299
  "extendsTokenRange": {
1588
1300
  "startIndex": 1,
1589
1301
  "endIndex": 2
1590
1302
  },
1591
1303
  "implementsTokenRanges": []
1592
1304
  },
1305
+ {
1306
+ "kind": "TypeAlias",
1307
+ "canonicalReference": "@gcorevideo/player!ErrorScreenPluginSettings:type",
1308
+ "docComment": "/**\n * Configuration options for the {@link ErrorScreen | error screen} plugin.\n *\n * @beta\n */\n",
1309
+ "excerptTokens": [
1310
+ {
1311
+ "kind": "Content",
1312
+ "text": "export type ErrorScreenPluginSettings = "
1313
+ },
1314
+ {
1315
+ "kind": "Content",
1316
+ "text": "{\n noReload?: boolean;\n}"
1317
+ },
1318
+ {
1319
+ "kind": "Content",
1320
+ "text": ";"
1321
+ }
1322
+ ],
1323
+ "fileUrlPath": "src/plugins/error-screen/ErrorScreen.ts",
1324
+ "releaseTag": "Beta",
1325
+ "name": "ErrorScreenPluginSettings",
1326
+ "typeTokenRange": {
1327
+ "startIndex": 1,
1328
+ "endIndex": 2
1329
+ }
1330
+ },
1593
1331
  {
1594
1332
  "kind": "Class",
1595
1333
  "canonicalReference": "@gcorevideo/player!Favicon:class",
1596
- "docComment": "/**\n * The plugin adds custom favicon to the player's tab.\n *\n * @beta\n */\n",
1334
+ "docComment": "/**\n * `PLUGIN` that adds custom favicon to the player's tab.\n *\n * @beta\n */\n",
1597
1335
  "excerptTokens": [
1598
1336
  {
1599
1337
  "kind": "Content",
@@ -1839,44 +1577,6 @@
1839
1577
  },
1840
1578
  "implementsTokenRanges": []
1841
1579
  },
1842
- {
1843
- "kind": "Enum",
1844
- "canonicalReference": "@gcorevideo/player!GearEvents:enum",
1845
- "docComment": "/**\n * Custom events emitted by the plugin\n *\n * @beta\n */\n",
1846
- "excerptTokens": [
1847
- {
1848
- "kind": "Content",
1849
- "text": "export declare enum GearEvents "
1850
- }
1851
- ],
1852
- "fileUrlPath": "src/plugins/bottom-gear/BottomGear.ts",
1853
- "releaseTag": "Beta",
1854
- "name": "GearEvents",
1855
- "preserveMemberOrder": false,
1856
- "members": [
1857
- {
1858
- "kind": "EnumMember",
1859
- "canonicalReference": "@gcorevideo/player!GearEvents.MEDIACONTROL_GEAR_RENDERED:member",
1860
- "docComment": "/**\n * Emitted when the gear menu is rendered\n */\n",
1861
- "excerptTokens": [
1862
- {
1863
- "kind": "Content",
1864
- "text": "MEDIACONTROL_GEAR_RENDERED = "
1865
- },
1866
- {
1867
- "kind": "Content",
1868
- "text": "\"mediacontrol:gear:rendered\""
1869
- }
1870
- ],
1871
- "initializerTokenRange": {
1872
- "startIndex": 1,
1873
- "endIndex": 2
1874
- },
1875
- "releaseTag": "Beta",
1876
- "name": "MEDIACONTROL_GEAR_RENDERED"
1877
- }
1878
- ]
1879
- },
1880
1580
  {
1881
1581
  "kind": "TypeAlias",
1882
1582
  "canonicalReference": "@gcorevideo/player!GearItemElement:type",
@@ -1906,7 +1606,7 @@
1906
1606
  {
1907
1607
  "kind": "Class",
1908
1608
  "canonicalReference": "@gcorevideo/player!GoogleAnalytics:class",
1909
- "docComment": "/**\n * An example Google Analytics integration plugin\n *\n * @beta\n */\n",
1609
+ "docComment": "/**\n * `PLUGIN` that integrates with Google Analytics\n *\n * @beta\n */\n",
1910
1610
  "excerptTokens": [
1911
1611
  {
1912
1612
  "kind": "Content",
@@ -2624,7 +2324,7 @@
2624
2324
  {
2625
2325
  "kind": "TypeAlias",
2626
2326
  "canonicalReference": "@gcorevideo/player!LangTag:type",
2627
- "docComment": "/**\n * An ISO 639-1 language code.\n *\n * @example\n *\n * `pt`\n *\n * @beta\n */\n",
2327
+ "docComment": "/**\n * An ISO 639-1 language code.\n *\n * @example\n *\n * `pt`\n *\n * @public\n */\n",
2628
2328
  "excerptTokens": [
2629
2329
  {
2630
2330
  "kind": "Content",
@@ -2640,7 +2340,7 @@
2640
2340
  }
2641
2341
  ],
2642
2342
  "fileUrlPath": "src/types.ts",
2643
- "releaseTag": "Beta",
2343
+ "releaseTag": "Public",
2644
2344
  "name": "LangTag",
2645
2345
  "typeTokenRange": {
2646
2346
  "startIndex": 1,
@@ -2650,7 +2350,7 @@
2650
2350
  {
2651
2351
  "kind": "Class",
2652
2352
  "canonicalReference": "@gcorevideo/player!LevelSelector:class",
2653
- "docComment": "/**\n * A {@link MediaControl | media control} plugin that provides a UI to control the quality level of the playback.\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl}\n *\n * - {@link BottomGear}\n *\n * The plugin is rendered as an item in the gear menu.\n *\n * When clicked, it shows a list of quality levels to choose from.\n *\n * Configuration options:\n *\n * - `labels`: The labels to show in the level selector. [video resolution]: string\n *\n * - `restrictResolution`: The maximum resolution to allow in the level selector.\n *\n * @example\n * ```ts\n * new Player({\n * levelSelector: {\n * restrictResolution: 360,\n * labels: { 360: 'SD', 720: 'HD' },\n * },\n * })\n * ```\n *\n * @beta\n */\n",
2353
+ "docComment": "/**\n * `PLUGIN` that provides a UI to select the desired quality level of the playback.\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl}\n *\n * - {@link BottomGear}\n *\n * The plugin is rendered as an item in the gear menu, which, when clicked, shows a list of quality levels to choose from.\n *\n * Configuration options - {@link LevelSelectorPluginSettings}\n *\n * @example\n * ```ts\n * new Player({\n * levelSelector: {\n * restrictResolution: 360,\n * labels: { 360: 'SD', 720: 'HD' },\n * },\n * })\n * ```\n *\n * @beta\n */\n",
2654
2354
  "excerptTokens": [
2655
2355
  {
2656
2356
  "kind": "Content",
@@ -2703,16 +2403,93 @@
2703
2403
  "isAbstract": false
2704
2404
  }
2705
2405
  ],
2706
- "extendsTokenRange": {
2707
- "startIndex": 1,
2708
- "endIndex": 2
2709
- },
2710
- "implementsTokenRanges": []
2406
+ "extendsTokenRange": {
2407
+ "startIndex": 1,
2408
+ "endIndex": 2
2409
+ },
2410
+ "implementsTokenRanges": []
2411
+ },
2412
+ {
2413
+ "kind": "Interface",
2414
+ "canonicalReference": "@gcorevideo/player!LevelSelectorPluginSettings:interface",
2415
+ "docComment": "/**\n * Configuration options for the {@link LevelSelector | level selector} plugin.\n *\n * @beta\n */\n",
2416
+ "excerptTokens": [
2417
+ {
2418
+ "kind": "Content",
2419
+ "text": "export interface LevelSelectorPluginSettings "
2420
+ }
2421
+ ],
2422
+ "fileUrlPath": "src/plugins/level-selector/LevelSelector.ts",
2423
+ "releaseTag": "Beta",
2424
+ "name": "LevelSelectorPluginSettings",
2425
+ "preserveMemberOrder": false,
2426
+ "members": [
2427
+ {
2428
+ "kind": "PropertySignature",
2429
+ "canonicalReference": "@gcorevideo/player!LevelSelectorPluginSettings#labels:member",
2430
+ "docComment": "/**\n * The labels to show in the level selector.\n *\n * @example\n * ```ts\n * { 360: 'SD', 720: 'HD' }\n * ```\n *\n */\n",
2431
+ "excerptTokens": [
2432
+ {
2433
+ "kind": "Content",
2434
+ "text": "labels?: "
2435
+ },
2436
+ {
2437
+ "kind": "Reference",
2438
+ "text": "Record",
2439
+ "canonicalReference": "!Record:type"
2440
+ },
2441
+ {
2442
+ "kind": "Content",
2443
+ "text": "<number, string>"
2444
+ },
2445
+ {
2446
+ "kind": "Content",
2447
+ "text": ";"
2448
+ }
2449
+ ],
2450
+ "isReadonly": false,
2451
+ "isOptional": true,
2452
+ "releaseTag": "Beta",
2453
+ "name": "labels",
2454
+ "propertyTypeTokenRange": {
2455
+ "startIndex": 1,
2456
+ "endIndex": 3
2457
+ }
2458
+ },
2459
+ {
2460
+ "kind": "PropertySignature",
2461
+ "canonicalReference": "@gcorevideo/player!LevelSelectorPluginSettings#restrictResolution:member",
2462
+ "docComment": "/**\n * The maximum resolution to allow in the level selector.\n */\n",
2463
+ "excerptTokens": [
2464
+ {
2465
+ "kind": "Content",
2466
+ "text": "restrictResolution?: "
2467
+ },
2468
+ {
2469
+ "kind": "Content",
2470
+ "text": "number"
2471
+ },
2472
+ {
2473
+ "kind": "Content",
2474
+ "text": ";"
2475
+ }
2476
+ ],
2477
+ "isReadonly": false,
2478
+ "isOptional": true,
2479
+ "releaseTag": "Beta",
2480
+ "name": "restrictResolution",
2481
+ "propertyTypeTokenRange": {
2482
+ "startIndex": 1,
2483
+ "endIndex": 2
2484
+ }
2485
+ }
2486
+ ],
2487
+ "extendsTokenRanges": []
2711
2488
  },
2712
2489
  {
2713
2490
  "kind": "Class",
2714
2491
  "canonicalReference": "@gcorevideo/player!Logo:class",
2715
- "docComment": "/**\n * The plugin adds custom logo to the player.\n *\n * @beta\n */\n",
2492
+ "docComment": "/**\n * `PLUGIN` that adds custom logo to the player.\n *\n * @beta\n */\n",
2716
2493
  "excerptTokens": [
2717
2494
  {
2718
2495
  "kind": "Content",
@@ -2990,7 +2767,7 @@
2990
2767
  {
2991
2768
  "kind": "Class",
2992
2769
  "canonicalReference": "@gcorevideo/player!MediaControl:class",
2993
- "docComment": "/**\n * The MediaControl provides a foundation for developing custom media controls UI.\n *\n * @remarks\n *\n * The methods exposed are to be used by the other plugins that extend the media control UI. The plugin registration should be arranged so that MediaControl is initialized before every other plugin that depends on it.\n *\n * @example\n * ```ts\n * Player.registerPlugin(MediaControl) // <--- This must go first\n * Player.registerPlugin(LevelSelector) // a media control plugin\n * Player.registerPlugin(NerdStats) // another media control plugin\n * ```\n *\n * @beta\n */\n",
2770
+ "docComment": "/**\n * `PLUGIN` that provides a foundation for developing custom media controls UI.\n *\n * @remarks\n *\n * The methods exposed are to be used by the other plugins that extend the media control UI. The plugin registration should be arranged so that MediaControl is initialized before every other `PLUGIN` that depends on it.\n *\n * @example\n * ```ts\n * Player.registerPlugin(MediaControl) // <--- This must go first\n * Player.registerPlugin(LevelSelector) // a media control plugin\n * Player.registerPlugin(NerdStats) // another media control plugin\n * ```\n *\n * @beta\n */\n",
2994
2771
  "excerptTokens": [
2995
2772
  {
2996
2773
  "kind": "Content",
@@ -3045,10 +2822,40 @@
3045
2822
  }
3046
2823
  ]
3047
2824
  },
2825
+ {
2826
+ "kind": "Property",
2827
+ "canonicalReference": "@gcorevideo/player!MediaControl#currentSeekPos:member",
2828
+ "docComment": "",
2829
+ "excerptTokens": [
2830
+ {
2831
+ "kind": "Content",
2832
+ "text": "get currentSeekPos(): "
2833
+ },
2834
+ {
2835
+ "kind": "Content",
2836
+ "text": "number"
2837
+ },
2838
+ {
2839
+ "kind": "Content",
2840
+ "text": ";"
2841
+ }
2842
+ ],
2843
+ "isReadonly": true,
2844
+ "isOptional": false,
2845
+ "releaseTag": "Beta",
2846
+ "name": "currentSeekPos",
2847
+ "propertyTypeTokenRange": {
2848
+ "startIndex": 1,
2849
+ "endIndex": 2
2850
+ },
2851
+ "isStatic": false,
2852
+ "isProtected": false,
2853
+ "isAbstract": false
2854
+ },
3048
2855
  {
3049
2856
  "kind": "Method",
3050
2857
  "canonicalReference": "@gcorevideo/player!MediaControl#disable:member(1)",
3051
- "docComment": "/**\n * Disables the plugin and unmounts its UI\n */\n",
2858
+ "docComment": "/**\n * Hides the media control UI\n */\n",
3052
2859
  "excerptTokens": [
3053
2860
  {
3054
2861
  "kind": "Content",
@@ -3443,35 +3250,47 @@
3443
3250
  }
3444
3251
  },
3445
3252
  {
3446
- "kind": "TypeAlias",
3447
- "canonicalReference": "@gcorevideo/player!MediaTransport:type",
3448
- "docComment": "/**\n * Media delivery protocol\n *\n * @beta\n */\n",
3253
+ "kind": "Enum",
3254
+ "canonicalReference": "@gcorevideo/player!MediaControlEvents:enum",
3255
+ "docComment": "/**\n * Custom events emitted by the plugins to communicate with one another\n *\n * @beta\n */\n",
3449
3256
  "excerptTokens": [
3450
3257
  {
3451
3258
  "kind": "Content",
3452
- "text": "export type MediaTransport = "
3453
- },
3454
- {
3455
- "kind": "Content",
3456
- "text": "'dash' | 'hls'"
3457
- },
3458
- {
3459
- "kind": "Content",
3460
- "text": ";"
3259
+ "text": "export declare enum MediaControlEvents "
3461
3260
  }
3462
3261
  ],
3463
- "fileUrlPath": "src/types.ts",
3262
+ "fileUrlPath": "src/plugins/media-control/MediaControl.ts",
3464
3263
  "releaseTag": "Beta",
3465
- "name": "MediaTransport",
3466
- "typeTokenRange": {
3467
- "startIndex": 1,
3468
- "endIndex": 2
3469
- }
3264
+ "name": "MediaControlEvents",
3265
+ "preserveMemberOrder": false,
3266
+ "members": [
3267
+ {
3268
+ "kind": "EnumMember",
3269
+ "canonicalReference": "@gcorevideo/player!MediaControlEvents.MEDIACONTROL_GEAR_RENDERED:member",
3270
+ "docComment": "/**\n * Emitted when the gear menu is rendered\n */\n",
3271
+ "excerptTokens": [
3272
+ {
3273
+ "kind": "Content",
3274
+ "text": "MEDIACONTROL_GEAR_RENDERED = "
3275
+ },
3276
+ {
3277
+ "kind": "Content",
3278
+ "text": "\"mediacontrol:gear:rendered\""
3279
+ }
3280
+ ],
3281
+ "initializerTokenRange": {
3282
+ "startIndex": 1,
3283
+ "endIndex": 2
3284
+ },
3285
+ "releaseTag": "Beta",
3286
+ "name": "MEDIACONTROL_GEAR_RENDERED"
3287
+ }
3288
+ ]
3470
3289
  },
3471
3290
  {
3472
3291
  "kind": "Class",
3473
3292
  "canonicalReference": "@gcorevideo/player!MultiCamera:class",
3474
- "docComment": "/**\n * The plugin adds support for loading multiple streams and switching between them using the media control UI.\n *\n * @beta\n */\n",
3293
+ "docComment": "/**\n * `PLUGIN` that adds support for loading multiple streams and switching between them using the media control UI.\n *\n * @beta\n */\n",
3475
3294
  "excerptTokens": [
3476
3295
  {
3477
3296
  "kind": "Content",
@@ -3681,78 +3500,6 @@
3681
3500
  "isProtected": false,
3682
3501
  "isAbstract": false
3683
3502
  },
3684
- {
3685
- "kind": "Method",
3686
- "canonicalReference": "@gcorevideo/player!MultiCamera#getCamerasList:member(1)",
3687
- "docComment": "",
3688
- "excerptTokens": [
3689
- {
3690
- "kind": "Content",
3691
- "text": "getCamerasList(): "
3692
- },
3693
- {
3694
- "kind": "Reference",
3695
- "text": "MediaSourceInfo",
3696
- "canonicalReference": "@gcorevideo/player!~MediaSourceInfo:type"
3697
- },
3698
- {
3699
- "kind": "Content",
3700
- "text": "[]"
3701
- },
3702
- {
3703
- "kind": "Content",
3704
- "text": ";"
3705
- }
3706
- ],
3707
- "isStatic": false,
3708
- "returnTypeTokenRange": {
3709
- "startIndex": 1,
3710
- "endIndex": 3
3711
- },
3712
- "releaseTag": "Beta",
3713
- "isProtected": false,
3714
- "overloadIndex": 1,
3715
- "parameters": [],
3716
- "isOptional": false,
3717
- "isAbstract": false,
3718
- "name": "getCamerasList"
3719
- },
3720
- {
3721
- "kind": "Method",
3722
- "canonicalReference": "@gcorevideo/player!MultiCamera#getCurrentCamera:member(1)",
3723
- "docComment": "",
3724
- "excerptTokens": [
3725
- {
3726
- "kind": "Content",
3727
- "text": "getCurrentCamera(): "
3728
- },
3729
- {
3730
- "kind": "Reference",
3731
- "text": "MediaSourceInfo",
3732
- "canonicalReference": "@gcorevideo/player!~MediaSourceInfo:type"
3733
- },
3734
- {
3735
- "kind": "Content",
3736
- "text": " | null"
3737
- },
3738
- {
3739
- "kind": "Content",
3740
- "text": ";"
3741
- }
3742
- ],
3743
- "isStatic": false,
3744
- "returnTypeTokenRange": {
3745
- "startIndex": 1,
3746
- "endIndex": 3
3747
- },
3748
- "releaseTag": "Beta",
3749
- "isProtected": false,
3750
- "overloadIndex": 1,
3751
- "parameters": [],
3752
- "isOptional": false,
3753
- "isAbstract": false,
3754
- "name": "getCurrentCamera"
3755
- },
3756
3503
  {
3757
3504
  "kind": "Property",
3758
3505
  "canonicalReference": "@gcorevideo/player!MultiCamera#name:member",
@@ -3945,7 +3692,7 @@
3945
3692
  {
3946
3693
  "kind": "Class",
3947
3694
  "canonicalReference": "@gcorevideo/player!PictureInPicture:class",
3948
- "docComment": "/**\n * Enables picture in picture mode.\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl}\n *\n * It renders a button to toggle picture in picture mode in the media control UI.\n *\n * @beta\n */\n",
3695
+ "docComment": "/**\n * `PLUGIN` that enables picture in picture mode.\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl}\n *\n * It renders a button to toggle picture in picture mode in the media control UI.\n *\n * @beta\n */\n",
3949
3696
  "excerptTokens": [
3950
3697
  {
3951
3698
  "kind": "Content",
@@ -3976,7 +3723,7 @@
3976
3723
  {
3977
3724
  "kind": "Interface",
3978
3725
  "canonicalReference": "@gcorevideo/player!PlaybackError:interface",
3979
- "docComment": "/**\n * An error occurred during the playback.\n *\n * @beta\n */\n",
3726
+ "docComment": "/**\n * An error occurred during the playback.\n *\n * @public\n */\n",
3980
3727
  "excerptTokens": [
3981
3728
  {
3982
3729
  "kind": "Content",
@@ -3984,7 +3731,7 @@
3984
3731
  }
3985
3732
  ],
3986
3733
  "fileUrlPath": "src/playback.types.ts",
3987
- "releaseTag": "Beta",
3734
+ "releaseTag": "Public",
3988
3735
  "name": "PlaybackError",
3989
3736
  "preserveMemberOrder": false,
3990
3737
  "members": [
@@ -4009,7 +3756,7 @@
4009
3756
  ],
4010
3757
  "isReadonly": false,
4011
3758
  "isOptional": false,
4012
- "releaseTag": "Beta",
3759
+ "releaseTag": "Public",
4013
3760
  "name": "code",
4014
3761
  "propertyTypeTokenRange": {
4015
3762
  "startIndex": 1,
@@ -4036,7 +3783,7 @@
4036
3783
  ],
4037
3784
  "isReadonly": false,
4038
3785
  "isOptional": false,
4039
- "releaseTag": "Beta",
3786
+ "releaseTag": "Public",
4040
3787
  "name": "description",
4041
3788
  "propertyTypeTokenRange": {
4042
3789
  "startIndex": 1,
@@ -4064,7 +3811,7 @@
4064
3811
  ],
4065
3812
  "isReadonly": false,
4066
3813
  "isOptional": false,
4067
- "releaseTag": "Beta",
3814
+ "releaseTag": "Public",
4068
3815
  "name": "level",
4069
3816
  "propertyTypeTokenRange": {
4070
3817
  "startIndex": 1,
@@ -4091,7 +3838,7 @@
4091
3838
  ],
4092
3839
  "isReadonly": false,
4093
3840
  "isOptional": false,
4094
- "releaseTag": "Beta",
3841
+ "releaseTag": "Public",
4095
3842
  "name": "message",
4096
3843
  "propertyTypeTokenRange": {
4097
3844
  "startIndex": 1,
@@ -4118,7 +3865,7 @@
4118
3865
  ],
4119
3866
  "isReadonly": false,
4120
3867
  "isOptional": false,
4121
- "releaseTag": "Beta",
3868
+ "releaseTag": "Public",
4122
3869
  "name": "origin",
4123
3870
  "propertyTypeTokenRange": {
4124
3871
  "startIndex": 1,
@@ -4146,12 +3893,39 @@
4146
3893
  ],
4147
3894
  "isReadonly": false,
4148
3895
  "isOptional": false,
4149
- "releaseTag": "Beta",
3896
+ "releaseTag": "Public",
4150
3897
  "name": "scope",
4151
3898
  "propertyTypeTokenRange": {
4152
3899
  "startIndex": 1,
4153
3900
  "endIndex": 2
4154
3901
  }
3902
+ },
3903
+ {
3904
+ "kind": "PropertySignature",
3905
+ "canonicalReference": "@gcorevideo/player!PlaybackError#UI:member",
3906
+ "docComment": "/**\n * UI description of the error.\n */\n",
3907
+ "excerptTokens": [
3908
+ {
3909
+ "kind": "Content",
3910
+ "text": "UI?: "
3911
+ },
3912
+ {
3913
+ "kind": "Content",
3914
+ "text": "{\n title: string;\n message: string;\n icon?: string;\n }"
3915
+ },
3916
+ {
3917
+ "kind": "Content",
3918
+ "text": ";"
3919
+ }
3920
+ ],
3921
+ "isReadonly": false,
3922
+ "isOptional": true,
3923
+ "releaseTag": "Public",
3924
+ "name": "UI",
3925
+ "propertyTypeTokenRange": {
3926
+ "startIndex": 1,
3927
+ "endIndex": 2
3928
+ }
4155
3929
  }
4156
3930
  ],
4157
3931
  "extendsTokenRanges": []
@@ -4159,7 +3933,7 @@
4159
3933
  {
4160
3934
  "kind": "Enum",
4161
3935
  "canonicalReference": "@gcorevideo/player!PlaybackErrorCode:enum",
4162
- "docComment": "/**\n * Codes of errors occurring within the playback component.\n *\n * @beta\n */\n",
3936
+ "docComment": "/**\n * Codes of errors occurring within the playback component.\n *\n * @public\n */\n",
4163
3937
  "excerptTokens": [
4164
3938
  {
4165
3939
  "kind": "Content",
@@ -4167,7 +3941,7 @@
4167
3941
  }
4168
3942
  ],
4169
3943
  "fileUrlPath": "src/playback.types.ts",
4170
- "releaseTag": "Beta",
3944
+ "releaseTag": "Public",
4171
3945
  "name": "PlaybackErrorCode",
4172
3946
  "preserveMemberOrder": false,
4173
3947
  "members": [
@@ -4182,14 +3956,14 @@
4182
3956
  },
4183
3957
  {
4184
3958
  "kind": "Content",
4185
- "text": "0"
3959
+ "text": "\"GENERIC_ERROR\""
4186
3960
  }
4187
3961
  ],
4188
3962
  "initializerTokenRange": {
4189
3963
  "startIndex": 1,
4190
3964
  "endIndex": 2
4191
3965
  },
4192
- "releaseTag": "Beta",
3966
+ "releaseTag": "Public",
4193
3967
  "name": "Generic"
4194
3968
  },
4195
3969
  {
@@ -4203,14 +3977,14 @@
4203
3977
  },
4204
3978
  {
4205
3979
  "kind": "Content",
4206
- "text": "3"
3980
+ "text": "\"MEDIA_SOURCE_ACCESS_DENIED\""
4207
3981
  }
4208
3982
  ],
4209
3983
  "initializerTokenRange": {
4210
3984
  "startIndex": 1,
4211
3985
  "endIndex": 2
4212
3986
  },
4213
- "releaseTag": "Beta",
3987
+ "releaseTag": "Public",
4214
3988
  "name": "MediaSourceAccessDenied"
4215
3989
  },
4216
3990
  {
@@ -4224,14 +3998,14 @@
4224
3998
  },
4225
3999
  {
4226
4000
  "kind": "Content",
4227
- "text": "1"
4001
+ "text": "\"MEDIA_SOURCE_UNAVAILABLE\""
4228
4002
  }
4229
4003
  ],
4230
4004
  "initializerTokenRange": {
4231
4005
  "startIndex": 1,
4232
4006
  "endIndex": 2
4233
4007
  },
4234
- "releaseTag": "Beta",
4008
+ "releaseTag": "Public",
4235
4009
  "name": "MediaSourceUnavailable"
4236
4010
  }
4237
4011
  ]
@@ -4239,7 +4013,7 @@
4239
4013
  {
4240
4014
  "kind": "TypeAlias",
4241
4015
  "canonicalReference": "@gcorevideo/player!PlaybackModule:type",
4242
- "docComment": "/**\n * Module to perform the playback.\n *\n * @beta\n */\n",
4016
+ "docComment": "/**\n * Module to perform the playback.\n *\n * @public\n */\n",
4243
4017
  "excerptTokens": [
4244
4018
  {
4245
4019
  "kind": "Content",
@@ -4255,7 +4029,7 @@
4255
4029
  }
4256
4030
  ],
4257
4031
  "fileUrlPath": "src/Player.ts",
4258
- "releaseTag": "Beta",
4032
+ "releaseTag": "Public",
4259
4033
  "name": "PlaybackModule",
4260
4034
  "typeTokenRange": {
4261
4035
  "startIndex": 1,
@@ -4265,7 +4039,7 @@
4265
4039
  {
4266
4040
  "kind": "Class",
4267
4041
  "canonicalReference": "@gcorevideo/player!PlaybackRate:class",
4268
- "docComment": "/**\n * Allows changing the playback speed of the video.\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl | media_control}\n *\n * - {@link BottomGear | bottom_gear}\n *\n * It renders a button in the gear menu, which opens a dropdown with the available playback rates.\n *\n * @beta\n */\n",
4042
+ "docComment": "/**\n * `PLUGIN` that allows changing the playback speed of the video.\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl | media_control}\n *\n * - {@link BottomGear | bottom_gear}\n *\n * It renders a button in the gear menu, which opens a dropdown with the options to change the playback rate.\n *\n * @beta\n */\n",
4269
4043
  "excerptTokens": [
4270
4044
  {
4271
4045
  "kind": "Content",
@@ -4286,7 +4060,41 @@
4286
4060
  "isAbstract": false,
4287
4061
  "name": "PlaybackRate",
4288
4062
  "preserveMemberOrder": false,
4289
- "members": [],
4063
+ "members": [
4064
+ {
4065
+ "kind": "Constructor",
4066
+ "canonicalReference": "@gcorevideo/player!PlaybackRate:constructor(1)",
4067
+ "docComment": "/**\n * Constructs a new instance of the `PlaybackRate` class\n */\n",
4068
+ "excerptTokens": [
4069
+ {
4070
+ "kind": "Content",
4071
+ "text": "constructor(core: "
4072
+ },
4073
+ {
4074
+ "kind": "Reference",
4075
+ "text": "Core",
4076
+ "canonicalReference": "@clappr/core!default:class"
4077
+ },
4078
+ {
4079
+ "kind": "Content",
4080
+ "text": ");"
4081
+ }
4082
+ ],
4083
+ "releaseTag": "Beta",
4084
+ "isProtected": false,
4085
+ "overloadIndex": 1,
4086
+ "parameters": [
4087
+ {
4088
+ "parameterName": "core",
4089
+ "parameterTypeTokenRange": {
4090
+ "startIndex": 1,
4091
+ "endIndex": 2
4092
+ },
4093
+ "isOptional": false
4094
+ }
4095
+ ]
4096
+ }
4097
+ ],
4290
4098
  "extendsTokenRange": {
4291
4099
  "startIndex": 1,
4292
4100
  "endIndex": 2
@@ -4296,7 +4104,7 @@
4296
4104
  {
4297
4105
  "kind": "TypeAlias",
4298
4106
  "canonicalReference": "@gcorevideo/player!PlaybackType:type",
4299
- "docComment": "/**\n * Type of a stream playback\n *\n * @beta\n */\n",
4107
+ "docComment": "/**\n * Type of a stream\n *\n * @public\n */\n",
4300
4108
  "excerptTokens": [
4301
4109
  {
4302
4110
  "kind": "Content",
@@ -4312,7 +4120,7 @@
4312
4120
  }
4313
4121
  ],
4314
4122
  "fileUrlPath": "src/types.ts",
4315
- "releaseTag": "Beta",
4123
+ "releaseTag": "Public",
4316
4124
  "name": "PlaybackType",
4317
4125
  "typeTokenRange": {
4318
4126
  "startIndex": 1,
@@ -4322,7 +4130,7 @@
4322
4130
  {
4323
4131
  "kind": "Class",
4324
4132
  "canonicalReference": "@gcorevideo/player!Player:class",
4325
- "docComment": "/**\n * The main component to use in the application code.\n *\n * @remarks\n *\n * The Player object provides very basic API to control playback. To build a sophisticated UI, use the plugins framework to tap into the Clappr core. {@link https://github.com/clappr/clappr/wiki/Architecture}\n *\n * @beta\n */\n",
4133
+ "docComment": "/**\n * `MAIN` component to use in the application code.\n *\n * @remarks\n *\n * The Player object provides very basic API to control playback. To build a sophisticated UI, use the plugins framework to tap into the Clappr core. {@link https://github.com/clappr/clappr/wiki/Architecture}\n *\n * @public\n */\n",
4326
4134
  "excerptTokens": [
4327
4135
  {
4328
4136
  "kind": "Content",
@@ -4330,7 +4138,7 @@
4330
4138
  }
4331
4139
  ],
4332
4140
  "fileUrlPath": "src/Player.ts",
4333
- "releaseTag": "Beta",
4141
+ "releaseTag": "Public",
4334
4142
  "isAbstract": false,
4335
4143
  "name": "Player",
4336
4144
  "preserveMemberOrder": false,
@@ -4354,7 +4162,7 @@
4354
4162
  "text": ");"
4355
4163
  }
4356
4164
  ],
4357
- "releaseTag": "Beta",
4165
+ "releaseTag": "Public",
4358
4166
  "isProtected": false,
4359
4167
  "overloadIndex": 1,
4360
4168
  "parameters": [
@@ -4400,7 +4208,7 @@
4400
4208
  "startIndex": 3,
4401
4209
  "endIndex": 4
4402
4210
  },
4403
- "releaseTag": "Beta",
4211
+ "releaseTag": "Public",
4404
4212
  "isProtected": false,
4405
4213
  "overloadIndex": 1,
4406
4214
  "parameters": [
@@ -4462,7 +4270,7 @@
4462
4270
  "startIndex": 6,
4463
4271
  "endIndex": 7
4464
4272
  },
4465
- "releaseTag": "Beta",
4273
+ "releaseTag": "Public",
4466
4274
  "isProtected": false,
4467
4275
  "overloadIndex": 1,
4468
4276
  "parameters": [
@@ -4502,7 +4310,7 @@
4502
4310
  "startIndex": 1,
4503
4311
  "endIndex": 2
4504
4312
  },
4505
- "releaseTag": "Beta",
4313
+ "releaseTag": "Public",
4506
4314
  "isProtected": false,
4507
4315
  "overloadIndex": 1,
4508
4316
  "parameters": [],
@@ -4533,7 +4341,7 @@
4533
4341
  "startIndex": 1,
4534
4342
  "endIndex": 2
4535
4343
  },
4536
- "releaseTag": "Beta",
4344
+ "releaseTag": "Public",
4537
4345
  "isProtected": false,
4538
4346
  "overloadIndex": 1,
4539
4347
  "parameters": [],
@@ -4564,7 +4372,7 @@
4564
4372
  "startIndex": 1,
4565
4373
  "endIndex": 2
4566
4374
  },
4567
- "releaseTag": "Beta",
4375
+ "releaseTag": "Public",
4568
4376
  "isProtected": false,
4569
4377
  "overloadIndex": 1,
4570
4378
  "parameters": [],
@@ -4595,7 +4403,7 @@
4595
4403
  "startIndex": 1,
4596
4404
  "endIndex": 2
4597
4405
  },
4598
- "releaseTag": "Beta",
4406
+ "releaseTag": "Public",
4599
4407
  "isProtected": false,
4600
4408
  "overloadIndex": 1,
4601
4409
  "parameters": [],
@@ -4626,7 +4434,7 @@
4626
4434
  "startIndex": 1,
4627
4435
  "endIndex": 2
4628
4436
  },
4629
- "releaseTag": "Beta",
4437
+ "releaseTag": "Public",
4630
4438
  "isProtected": false,
4631
4439
  "overloadIndex": 1,
4632
4440
  "parameters": [],
@@ -4657,7 +4465,7 @@
4657
4465
  "startIndex": 1,
4658
4466
  "endIndex": 2
4659
4467
  },
4660
- "releaseTag": "Beta",
4468
+ "releaseTag": "Public",
4661
4469
  "isProtected": false,
4662
4470
  "overloadIndex": 1,
4663
4471
  "parameters": [],
@@ -4688,7 +4496,7 @@
4688
4496
  "startIndex": 1,
4689
4497
  "endIndex": 2
4690
4498
  },
4691
- "releaseTag": "Beta",
4499
+ "releaseTag": "Public",
4692
4500
  "isProtected": false,
4693
4501
  "overloadIndex": 1,
4694
4502
  "parameters": [],
@@ -4719,7 +4527,7 @@
4719
4527
  "startIndex": 1,
4720
4528
  "endIndex": 2
4721
4529
  },
4722
- "releaseTag": "Beta",
4530
+ "releaseTag": "Public",
4723
4531
  "isProtected": false,
4724
4532
  "overloadIndex": 1,
4725
4533
  "parameters": [],
@@ -4750,7 +4558,7 @@
4750
4558
  "startIndex": 1,
4751
4559
  "endIndex": 2
4752
4560
  },
4753
- "releaseTag": "Beta",
4561
+ "releaseTag": "Public",
4754
4562
  "isProtected": false,
4755
4563
  "overloadIndex": 1,
4756
4564
  "parameters": [],
@@ -4824,7 +4632,7 @@
4824
4632
  "startIndex": 8,
4825
4633
  "endIndex": 9
4826
4634
  },
4827
- "releaseTag": "Beta",
4635
+ "releaseTag": "Public",
4828
4636
  "isProtected": false,
4829
4637
  "overloadIndex": 1,
4830
4638
  "parameters": [
@@ -4915,7 +4723,7 @@
4915
4723
  "startIndex": 8,
4916
4724
  "endIndex": 9
4917
4725
  },
4918
- "releaseTag": "Beta",
4726
+ "releaseTag": "Public",
4919
4727
  "isProtected": false,
4920
4728
  "overloadIndex": 1,
4921
4729
  "parameters": [
@@ -4963,7 +4771,7 @@
4963
4771
  "startIndex": 1,
4964
4772
  "endIndex": 2
4965
4773
  },
4966
- "releaseTag": "Beta",
4774
+ "releaseTag": "Public",
4967
4775
  "isProtected": false,
4968
4776
  "overloadIndex": 1,
4969
4777
  "parameters": [],
@@ -4994,7 +4802,7 @@
4994
4802
  "startIndex": 1,
4995
4803
  "endIndex": 2
4996
4804
  },
4997
- "releaseTag": "Beta",
4805
+ "releaseTag": "Public",
4998
4806
  "isProtected": false,
4999
4807
  "overloadIndex": 1,
5000
4808
  "parameters": [],
@@ -5013,8 +4821,8 @@
5013
4821
  },
5014
4822
  {
5015
4823
  "kind": "Reference",
5016
- "text": "PlayerPlugin",
5017
- "canonicalReference": "@gcorevideo/player!PlayerPlugin:type"
4824
+ "text": "PlayerPluginConstructor",
4825
+ "canonicalReference": "@gcorevideo/player!PlayerPluginConstructor:type"
5018
4826
  },
5019
4827
  {
5020
4828
  "kind": "Content",
@@ -5034,7 +4842,7 @@
5034
4842
  "startIndex": 3,
5035
4843
  "endIndex": 4
5036
4844
  },
5037
- "releaseTag": "Beta",
4845
+ "releaseTag": "Public",
5038
4846
  "isProtected": false,
5039
4847
  "overloadIndex": 1,
5040
4848
  "parameters": [
@@ -5083,7 +4891,7 @@
5083
4891
  "startIndex": 3,
5084
4892
  "endIndex": 4
5085
4893
  },
5086
- "releaseTag": "Beta",
4894
+ "releaseTag": "Public",
5087
4895
  "isProtected": false,
5088
4896
  "overloadIndex": 1,
5089
4897
  "parameters": [
@@ -5131,7 +4939,7 @@
5131
4939
  "startIndex": 3,
5132
4940
  "endIndex": 4
5133
4941
  },
5134
- "releaseTag": "Beta",
4942
+ "releaseTag": "Public",
5135
4943
  "isProtected": false,
5136
4944
  "overloadIndex": 1,
5137
4945
  "parameters": [
@@ -5179,7 +4987,7 @@
5179
4987
  "startIndex": 3,
5180
4988
  "endIndex": 4
5181
4989
  },
5182
- "releaseTag": "Beta",
4990
+ "releaseTag": "Public",
5183
4991
  "isProtected": false,
5184
4992
  "overloadIndex": 1,
5185
4993
  "parameters": [
@@ -5219,7 +5027,7 @@
5219
5027
  "startIndex": 1,
5220
5028
  "endIndex": 2
5221
5029
  },
5222
- "releaseTag": "Beta",
5030
+ "releaseTag": "Public",
5223
5031
  "isProtected": false,
5224
5032
  "overloadIndex": 1,
5225
5033
  "parameters": [],
@@ -5250,7 +5058,7 @@
5250
5058
  "startIndex": 1,
5251
5059
  "endIndex": 2
5252
5060
  },
5253
- "releaseTag": "Beta",
5061
+ "releaseTag": "Public",
5254
5062
  "isProtected": false,
5255
5063
  "overloadIndex": 1,
5256
5064
  "parameters": [],
@@ -5261,16 +5069,15 @@
5261
5069
  {
5262
5070
  "kind": "Method",
5263
5071
  "canonicalReference": "@gcorevideo/player!Player.unregisterPlugin:member(1)",
5264
- "docComment": "/**\n * Unregisters a plugin registered earlier with {@link Player.registerPlugin}.\n *\n * @param plugin - a plugin class\n */\n",
5072
+ "docComment": "/**\n * Unregisters a plugin registered earlier with {@link Player.registerPlugin}.\n *\n * @remarks\n *\n * It can be also used to unregister a built-in default plugin.\n *\n * Currently, the plugins that are always registered are:\n *\n * - {@link https://github.com/clappr/clappr-core/blob/3126c3a38a6eee9d5aba3918b194e6380fa1178c/src/plugins/strings/strings.js | 'strings'}, which supports internationalization of the player UI\n *\n * - {@link https://github.com/clappr/clappr-core/blob/3126c3a38a6eee9d5aba3918b194e6380fa1178c/src/plugins/sources/sources.js | 'sources'}, which lets to specify multiple media sources and selects the first suitable playback module\n *\n * @param name - name of the plugin\n */\n",
5265
5073
  "excerptTokens": [
5266
5074
  {
5267
5075
  "kind": "Content",
5268
- "text": "static unregisterPlugin(plugin: "
5076
+ "text": "static unregisterPlugin(name: "
5269
5077
  },
5270
5078
  {
5271
- "kind": "Reference",
5272
- "text": "PlayerPlugin",
5273
- "canonicalReference": "@gcorevideo/player!PlayerPlugin:type"
5079
+ "kind": "Content",
5080
+ "text": "string"
5274
5081
  },
5275
5082
  {
5276
5083
  "kind": "Content",
@@ -5290,12 +5097,12 @@
5290
5097
  "startIndex": 3,
5291
5098
  "endIndex": 4
5292
5099
  },
5293
- "releaseTag": "Beta",
5100
+ "releaseTag": "Public",
5294
5101
  "isProtected": false,
5295
5102
  "overloadIndex": 1,
5296
5103
  "parameters": [
5297
5104
  {
5298
- "parameterName": "plugin",
5105
+ "parameterName": "name",
5299
5106
  "parameterTypeTokenRange": {
5300
5107
  "startIndex": 1,
5301
5108
  "endIndex": 2
@@ -5313,7 +5120,7 @@
5313
5120
  {
5314
5121
  "kind": "TypeAlias",
5315
5122
  "canonicalReference": "@gcorevideo/player!PlayerComponentType:type",
5316
- "docComment": "/**\n * Subsystems of a player component.\n *\n * @beta\n */\n",
5123
+ "docComment": "/**\n * Subsystems of a player component.\n *\n * @public\n */\n",
5317
5124
  "excerptTokens": [
5318
5125
  {
5319
5126
  "kind": "Content",
@@ -5329,7 +5136,7 @@
5329
5136
  }
5330
5137
  ],
5331
5138
  "fileUrlPath": "src/playback.types.ts",
5332
- "releaseTag": "Beta",
5139
+ "releaseTag": "Public",
5333
5140
  "name": "PlayerComponentType",
5334
5141
  "typeTokenRange": {
5335
5142
  "startIndex": 1,
@@ -5339,7 +5146,7 @@
5339
5146
  {
5340
5147
  "kind": "Interface",
5341
5148
  "canonicalReference": "@gcorevideo/player!PlayerConfig:interface",
5342
- "docComment": "/**\n * Configuration options for the player\n *\n * @remarks\n *\n * You can specify multiple sources, each in two forms: just a plain URL or a full object with `source` and `mimeType` fields {@link PlayerMediaSource}. The player will pick the first viable media source according to the source availability, and either the transport preference or standard transport selection order.\n *\n * `priorityTransport` is used to specify the preferred transport protocol when multiple sources are available. It will first try to use the transport specified if it's supported (by a playback engine) and the source is available. Otherwise it will try the other transports in the regular order (dash, hls, mpegts).\n *\n * The `autoPlay` option should be used together with the {@link PlayerConfig.mute | mute} to avoid issues with the browsers' autoplay policies.\n *\n * Note that the `playbackType` is specified explicitly in the examle below, but a playback engine might be able to detect the type of the stream automatically.\n *\n * A plugin options can be specified in the configuration object under a unique key, typically corresponding to the plugin name. The plugin object will have access to the internal normalized configuration object that contains all the custom options. in the examle below, the `poster` field is the `Poster` plugin configuration options.\n *\n * @example\n * ```ts\n * {\n * autoPlay: true,\n * mute: true,\n * playbackType: 'live',\n * priorityTransport: 'dash',\n * sources: [{\n * source: 'https://example.com/myownair66.mpd',\n * mimeType: 'application/dash+xml',\n * }, {\n * source: 'https://example.com/myownair66.m3u8',\n * mimeType: 'application/x-mpegURL',\n * }],\n * poster: {\n * url: settings.poster,\n * },\n * }\n * ```\n *\n * @beta\n */\n",
5149
+ "docComment": "/**\n * Configuration options for the player\n *\n * @remarks\n *\n * You can specify multiple sources, each in two forms: just a plain URL or a full object with `source` and `mimeType` fields {@link PlayerMediaSource}. The player will pick the first viable media source according to the source availability, and either the transport preference or standard transport selection order.\n *\n * `priorityTransport` is used to specify the preferred transport protocol when multiple sources are available. It will first try to use the transport specified if it's supported (by a playback engine) and the source is available. Otherwise it will try the other transports in the regular order (dash, hls, mpegts).\n *\n * The `autoPlay` option should be used together with the {@link PlayerConfig.mute | mute} to avoid issues with the browsers' autoplay policies.\n *\n * Note that the `playbackType` is specified explicitly in the examle below, but a playback engine might be able to detect the type of the stream automatically.\n *\n * A plugin options can be specified in the configuration object under a unique key, typically corresponding to the plugin name. The plugin object will have access to the internal normalized configuration object that contains all the custom options. in the examle below, the `poster` field is the `Poster` plugin configuration options.\n *\n * @example\n * ```ts\n * {\n * autoPlay: true,\n * mute: true,\n * playbackType: 'live',\n * priorityTransport: 'dash',\n * sources: [{\n * source: 'https://example.com/myownair66.mpd',\n * mimeType: 'application/dash+xml',\n * }, {\n * source: 'https://example.com/myownair66.m3u8',\n * mimeType: 'application/x-mpegURL',\n * }],\n * poster: {\n * url: settings.poster,\n * },\n * }\n * ```\n *\n * @public\n */\n",
5343
5150
  "excerptTokens": [
5344
5151
  {
5345
5152
  "kind": "Content",
@@ -5360,7 +5167,7 @@
5360
5167
  }
5361
5168
  ],
5362
5169
  "fileUrlPath": "src/types.ts",
5363
- "releaseTag": "Beta",
5170
+ "releaseTag": "Public",
5364
5171
  "name": "PlayerConfig",
5365
5172
  "preserveMemberOrder": false,
5366
5173
  "members": [
@@ -5384,7 +5191,7 @@
5384
5191
  ],
5385
5192
  "isReadonly": false,
5386
5193
  "isOptional": true,
5387
- "releaseTag": "Beta",
5194
+ "releaseTag": "Public",
5388
5195
  "name": "autoPlay",
5389
5196
  "propertyTypeTokenRange": {
5390
5197
  "startIndex": 1,
@@ -5412,7 +5219,7 @@
5412
5219
  ],
5413
5220
  "isReadonly": false,
5414
5221
  "isOptional": true,
5415
- "releaseTag": "Beta",
5222
+ "releaseTag": "Public",
5416
5223
  "name": "dash",
5417
5224
  "propertyTypeTokenRange": {
5418
5225
  "startIndex": 1,
@@ -5440,7 +5247,7 @@
5440
5247
  ],
5441
5248
  "isReadonly": false,
5442
5249
  "isOptional": true,
5443
- "releaseTag": "Beta",
5250
+ "releaseTag": "Public",
5444
5251
  "name": "debug",
5445
5252
  "propertyTypeTokenRange": {
5446
5253
  "startIndex": 1,
@@ -5467,7 +5274,7 @@
5467
5274
  ],
5468
5275
  "isReadonly": false,
5469
5276
  "isOptional": true,
5470
- "releaseTag": "Beta",
5277
+ "releaseTag": "Public",
5471
5278
  "name": "language",
5472
5279
  "propertyTypeTokenRange": {
5473
5280
  "startIndex": 1,
@@ -5494,7 +5301,7 @@
5494
5301
  ],
5495
5302
  "isReadonly": false,
5496
5303
  "isOptional": true,
5497
- "releaseTag": "Beta",
5304
+ "releaseTag": "Public",
5498
5305
  "name": "loop",
5499
5306
  "propertyTypeTokenRange": {
5500
5307
  "startIndex": 1,
@@ -5521,7 +5328,7 @@
5521
5328
  ],
5522
5329
  "isReadonly": false,
5523
5330
  "isOptional": true,
5524
- "releaseTag": "Beta",
5331
+ "releaseTag": "Public",
5525
5332
  "name": "mute",
5526
5333
  "propertyTypeTokenRange": {
5527
5334
  "startIndex": 1,
@@ -5549,7 +5356,7 @@
5549
5356
  ],
5550
5357
  "isReadonly": false,
5551
5358
  "isOptional": true,
5552
- "releaseTag": "Beta",
5359
+ "releaseTag": "Public",
5553
5360
  "name": "playbackType",
5554
5361
  "propertyTypeTokenRange": {
5555
5362
  "startIndex": 1,
@@ -5577,7 +5384,7 @@
5577
5384
  ],
5578
5385
  "isReadonly": false,
5579
5386
  "isOptional": true,
5580
- "releaseTag": "Beta",
5387
+ "releaseTag": "Public",
5581
5388
  "name": "priorityTransport",
5582
5389
  "propertyTypeTokenRange": {
5583
5390
  "startIndex": 1,
@@ -5609,7 +5416,7 @@
5609
5416
  ],
5610
5417
  "isReadonly": false,
5611
5418
  "isOptional": false,
5612
- "releaseTag": "Beta",
5419
+ "releaseTag": "Public",
5613
5420
  "name": "sources",
5614
5421
  "propertyTypeTokenRange": {
5615
5422
  "startIndex": 1,
@@ -5637,7 +5444,7 @@
5637
5444
  ],
5638
5445
  "isReadonly": false,
5639
5446
  "isOptional": true,
5640
- "releaseTag": "Beta",
5447
+ "releaseTag": "Public",
5641
5448
  "name": "strings",
5642
5449
  "propertyTypeTokenRange": {
5643
5450
  "startIndex": 1,
@@ -5655,7 +5462,7 @@
5655
5462
  {
5656
5463
  "kind": "TypeAlias",
5657
5464
  "canonicalReference": "@gcorevideo/player!PlayerDebugSettings:type",
5658
- "docComment": "/**\n * @remarks\n *\n * `true` is equivalent to `'all'`, `false` is equivalent to `'none'`\n *\n * @beta\n */\n",
5465
+ "docComment": "/**\n * @remarks\n *\n * `true` is equivalent to `'all'`, `false` is equivalent to `'none'`\n *\n * @public\n */\n",
5659
5466
  "excerptTokens": [
5660
5467
  {
5661
5468
  "kind": "Content",
@@ -5676,7 +5483,7 @@
5676
5483
  }
5677
5484
  ],
5678
5485
  "fileUrlPath": "src/types.ts",
5679
- "releaseTag": "Beta",
5486
+ "releaseTag": "Public",
5680
5487
  "name": "PlayerDebugSettings",
5681
5488
  "typeTokenRange": {
5682
5489
  "startIndex": 1,
@@ -5686,7 +5493,7 @@
5686
5493
  {
5687
5494
  "kind": "TypeAlias",
5688
5495
  "canonicalReference": "@gcorevideo/player!PlayerDebugTag:type",
5689
- "docComment": "/**\n * Debug output category selector\n *\n * @beta\n */\n",
5496
+ "docComment": "/**\n * Debug output category selector\n *\n * @public\n */\n",
5690
5497
  "excerptTokens": [
5691
5498
  {
5692
5499
  "kind": "Content",
@@ -5702,7 +5509,7 @@
5702
5509
  }
5703
5510
  ],
5704
5511
  "fileUrlPath": "src/types.ts",
5705
- "releaseTag": "Beta",
5512
+ "releaseTag": "Public",
5706
5513
  "name": "PlayerDebugTag",
5707
5514
  "typeTokenRange": {
5708
5515
  "startIndex": 1,
@@ -5712,7 +5519,7 @@
5712
5519
  {
5713
5520
  "kind": "Enum",
5714
5521
  "canonicalReference": "@gcorevideo/player!PlayerEvent:enum",
5715
- "docComment": "/**\n * A top-level event on the player object\n *\n * @beta\n */\n",
5522
+ "docComment": "/**\n * A top-level event on the player object\n *\n * @public\n */\n",
5716
5523
  "excerptTokens": [
5717
5524
  {
5718
5525
  "kind": "Content",
@@ -5720,7 +5527,7 @@
5720
5527
  }
5721
5528
  ],
5722
5529
  "fileUrlPath": "src/types.ts",
5723
- "releaseTag": "Beta",
5530
+ "releaseTag": "Public",
5724
5531
  "name": "PlayerEvent",
5725
5532
  "preserveMemberOrder": false,
5726
5533
  "members": [
@@ -5742,7 +5549,7 @@
5742
5549
  "startIndex": 1,
5743
5550
  "endIndex": 2
5744
5551
  },
5745
- "releaseTag": "Beta",
5552
+ "releaseTag": "Public",
5746
5553
  "name": "Ended"
5747
5554
  },
5748
5555
  {
@@ -5763,7 +5570,7 @@
5763
5570
  "startIndex": 1,
5764
5571
  "endIndex": 2
5765
5572
  },
5766
- "releaseTag": "Beta",
5573
+ "releaseTag": "Public",
5767
5574
  "name": "Error"
5768
5575
  },
5769
5576
  {
@@ -5784,7 +5591,7 @@
5784
5591
  "startIndex": 1,
5785
5592
  "endIndex": 2
5786
5593
  },
5787
- "releaseTag": "Beta",
5594
+ "releaseTag": "Public",
5788
5595
  "name": "Fullscreen"
5789
5596
  },
5790
5597
  {
@@ -5805,7 +5612,7 @@
5805
5612
  "startIndex": 1,
5806
5613
  "endIndex": 2
5807
5614
  },
5808
- "releaseTag": "Beta",
5615
+ "releaseTag": "Public",
5809
5616
  "name": "Pause"
5810
5617
  },
5811
5618
  {
@@ -5826,7 +5633,7 @@
5826
5633
  "startIndex": 1,
5827
5634
  "endIndex": 2
5828
5635
  },
5829
- "releaseTag": "Beta",
5636
+ "releaseTag": "Public",
5830
5637
  "name": "Play"
5831
5638
  },
5832
5639
  {
@@ -5847,7 +5654,7 @@
5847
5654
  "startIndex": 1,
5848
5655
  "endIndex": 2
5849
5656
  },
5850
- "releaseTag": "Beta",
5657
+ "releaseTag": "Public",
5851
5658
  "name": "Ready"
5852
5659
  },
5853
5660
  {
@@ -5868,7 +5675,7 @@
5868
5675
  "startIndex": 1,
5869
5676
  "endIndex": 2
5870
5677
  },
5871
- "releaseTag": "Beta",
5678
+ "releaseTag": "Public",
5872
5679
  "name": "Resize"
5873
5680
  },
5874
5681
  {
@@ -5889,7 +5696,7 @@
5889
5696
  "startIndex": 1,
5890
5697
  "endIndex": 2
5891
5698
  },
5892
- "releaseTag": "Beta",
5699
+ "releaseTag": "Public",
5893
5700
  "name": "Seek"
5894
5701
  },
5895
5702
  {
@@ -5910,7 +5717,7 @@
5910
5717
  "startIndex": 1,
5911
5718
  "endIndex": 2
5912
5719
  },
5913
- "releaseTag": "Beta",
5720
+ "releaseTag": "Public",
5914
5721
  "name": "Stop"
5915
5722
  },
5916
5723
  {
@@ -5931,7 +5738,7 @@
5931
5738
  "startIndex": 1,
5932
5739
  "endIndex": 2
5933
5740
  },
5934
- "releaseTag": "Beta",
5741
+ "releaseTag": "Public",
5935
5742
  "name": "TimeUpdate"
5936
5743
  },
5937
5744
  {
@@ -5952,7 +5759,7 @@
5952
5759
  "startIndex": 1,
5953
5760
  "endIndex": 2
5954
5761
  },
5955
- "releaseTag": "Beta",
5762
+ "releaseTag": "Public",
5956
5763
  "name": "VolumeUpdate"
5957
5764
  }
5958
5765
  ]
@@ -5960,7 +5767,7 @@
5960
5767
  {
5961
5768
  "kind": "TypeAlias",
5962
5769
  "canonicalReference": "@gcorevideo/player!PlayerEventHandler:type",
5963
- "docComment": "/**\n * Type of a listener callback function for a player event. See the description of the event parameters in {@link PlayerEvent}.\n *\n * @beta\n */\n",
5770
+ "docComment": "/**\n * Type of a listener callback function for a player event. See the description of the event parameters in {@link PlayerEvent}.\n *\n * @public\n */\n",
5964
5771
  "excerptTokens": [
5965
5772
  {
5966
5773
  "kind": "Content",
@@ -5994,7 +5801,7 @@
5994
5801
  }
5995
5802
  ],
5996
5803
  "fileUrlPath": "src/Player.ts",
5997
- "releaseTag": "Beta",
5804
+ "releaseTag": "Public",
5998
5805
  "name": "PlayerEventHandler",
5999
5806
  "typeParameters": [
6000
5807
  {
@@ -6017,7 +5824,7 @@
6017
5824
  {
6018
5825
  "kind": "TypeAlias",
6019
5826
  "canonicalReference": "@gcorevideo/player!PlayerEventParams:type",
6020
- "docComment": "/**\n * @beta\n */\n",
5827
+ "docComment": "/**\n * @public\n */\n",
6021
5828
  "excerptTokens": [
6022
5829
  {
6023
5830
  "kind": "Content",
@@ -6114,7 +5921,7 @@
6114
5921
  }
6115
5922
  ],
6116
5923
  "fileUrlPath": "src/Player.ts",
6117
- "releaseTag": "Beta",
5924
+ "releaseTag": "Public",
6118
5925
  "name": "PlayerEventParams",
6119
5926
  "typeParameters": [
6120
5927
  {
@@ -6137,7 +5944,7 @@
6137
5944
  {
6138
5945
  "kind": "TypeAlias",
6139
5946
  "canonicalReference": "@gcorevideo/player!PlayerMediaSource:type",
6140
- "docComment": "/**\n * A media source to fetch the media data from\n *\n * @beta\n */\n",
5947
+ "docComment": "/**\n * A media source to fetch the media data from\n *\n * @public\n */\n",
6141
5948
  "excerptTokens": [
6142
5949
  {
6143
5950
  "kind": "Content",
@@ -6158,7 +5965,7 @@
6158
5965
  }
6159
5966
  ],
6160
5967
  "fileUrlPath": "src/types.ts",
6161
- "releaseTag": "Beta",
5968
+ "releaseTag": "Public",
6162
5969
  "name": "PlayerMediaSource",
6163
5970
  "typeTokenRange": {
6164
5971
  "startIndex": 1,
@@ -6168,7 +5975,7 @@
6168
5975
  {
6169
5976
  "kind": "Interface",
6170
5977
  "canonicalReference": "@gcorevideo/player!PlayerMediaSourceDesc:interface",
6171
- "docComment": "/**\n * Describes a media source with its MIME type and URL.\n *\n * @remarks\n *\n * When the MIME type is provided, it helps the player determine the appropriate playback engine. If omitted, the player will attempt to detect the type from the source URL extension.\n *\n * @beta\n */\n",
5978
+ "docComment": "/**\n * Describes a media source with its MIME type and URL.\n *\n * @remarks\n *\n * When the MIME type is provided, it helps the player determine the appropriate playback engine. If omitted, the player will attempt to detect the type from the source URL extension.\n *\n * @public\n */\n",
6172
5979
  "excerptTokens": [
6173
5980
  {
6174
5981
  "kind": "Content",
@@ -6176,7 +5983,7 @@
6176
5983
  }
6177
5984
  ],
6178
5985
  "fileUrlPath": "src/types.ts",
6179
- "releaseTag": "Beta",
5986
+ "releaseTag": "Public",
6180
5987
  "name": "PlayerMediaSourceDesc",
6181
5988
  "preserveMemberOrder": false,
6182
5989
  "members": [
@@ -6200,7 +6007,7 @@
6200
6007
  ],
6201
6008
  "isReadonly": false,
6202
6009
  "isOptional": true,
6203
- "releaseTag": "Beta",
6010
+ "releaseTag": "Public",
6204
6011
  "name": "mimeType",
6205
6012
  "propertyTypeTokenRange": {
6206
6013
  "startIndex": 1,
@@ -6227,7 +6034,7 @@
6227
6034
  ],
6228
6035
  "isReadonly": false,
6229
6036
  "isOptional": false,
6230
- "releaseTag": "Beta",
6037
+ "releaseTag": "Public",
6231
6038
  "name": "source",
6232
6039
  "propertyTypeTokenRange": {
6233
6040
  "startIndex": 1,
@@ -6240,7 +6047,7 @@
6240
6047
  {
6241
6048
  "kind": "TypeAlias",
6242
6049
  "canonicalReference": "@gcorevideo/player!PlayerPlugin:type",
6243
- "docComment": "/**\n * @see\n *\n * {@link https://clappr.github.io/classes/UIContainerPlugin.html}, {@link https://clappr.github.io/classes/ContainerPlugin.html}\n *\n * @beta\n */\n",
6050
+ "docComment": "/**\n * @see\n *\n * {@link https://clappr.github.io/classes/UIContainerPlugin.html}, {@link https://clappr.github.io/classes/ContainerPlugin.html}\n *\n * @public\n */\n",
6244
6051
  "excerptTokens": [
6245
6052
  {
6246
6053
  "kind": "Content",
@@ -6248,7 +6055,7 @@
6248
6055
  },
6249
6056
  {
6250
6057
  "kind": "Content",
6251
- "text": "{\n new (...args: any[]): unknown;\n name: string;\n}"
6058
+ "text": "{\n name: string;\n}"
6252
6059
  },
6253
6060
  {
6254
6061
  "kind": "Content",
@@ -6256,17 +6063,53 @@
6256
6063
  }
6257
6064
  ],
6258
6065
  "fileUrlPath": "src/types.ts",
6259
- "releaseTag": "Beta",
6066
+ "releaseTag": "Public",
6260
6067
  "name": "PlayerPlugin",
6261
6068
  "typeTokenRange": {
6262
6069
  "startIndex": 1,
6263
6070
  "endIndex": 2
6264
6071
  }
6265
6072
  },
6073
+ {
6074
+ "kind": "TypeAlias",
6075
+ "canonicalReference": "@gcorevideo/player!PlayerPluginConstructor:type",
6076
+ "docComment": "/**\n * @public\n */\n",
6077
+ "excerptTokens": [
6078
+ {
6079
+ "kind": "Content",
6080
+ "text": "export type PlayerPluginConstructor = "
6081
+ },
6082
+ {
6083
+ "kind": "Reference",
6084
+ "text": "CorePluginConstructor",
6085
+ "canonicalReference": "@gcorevideo/player!CorePluginConstructor:type"
6086
+ },
6087
+ {
6088
+ "kind": "Content",
6089
+ "text": " | "
6090
+ },
6091
+ {
6092
+ "kind": "Reference",
6093
+ "text": "ContainerPluginConstructor",
6094
+ "canonicalReference": "@gcorevideo/player!ContainerPluginConstructor:type"
6095
+ },
6096
+ {
6097
+ "kind": "Content",
6098
+ "text": ";"
6099
+ }
6100
+ ],
6101
+ "fileUrlPath": "src/types.ts",
6102
+ "releaseTag": "Public",
6103
+ "name": "PlayerPluginConstructor",
6104
+ "typeTokenRange": {
6105
+ "startIndex": 1,
6106
+ "endIndex": 4
6107
+ }
6108
+ },
6266
6109
  {
6267
6110
  "kind": "Class",
6268
6111
  "canonicalReference": "@gcorevideo/player!Poster:class",
6269
- "docComment": "/**\n * Displays a poster image in the background and a big play button on top when playback is stopped\n *\n * @remarks\n *\n * When the playback is stopped, media control UI is disabled.\n *\n * Configuration options:\n *\n * - `poster.custom` - custom CSS background\n *\n * - `poster.showForNoOp` - whether to show the poster when the playback is not started\n *\n * - `poster.url` - the URL of the poster image\n *\n * - `poster.showOnVideoEnd` - whether to show the poster when the playback is ended\n *\n * @example\n * ```ts\n * new Player({\n * ...\n * poster: {\n * showForNoOp: true,\n * url: 'https://via.placeholder.com/150.png',\n * }\n * })\n * ```\n *\n * @beta\n */\n",
6112
+ "docComment": "/**\n * `PLUGIN` that displays a poster image in the background and a big play button on top when playback is stopped\n *\n * @remarks\n *\n * When the playback is stopped, media control UI is disabled.\n *\n * Configuration options:\n *\n * - `poster.custom` - custom CSS background\n *\n * - `poster.showForNoOp` - whether to show the poster when the playback is not started\n *\n * - `poster.url` - the URL of the poster image\n *\n * - `poster.showOnVideoEnd` - whether to show the poster when the playback is ended\n *\n * @example\n * ```ts\n * new Player({\n * ...\n * poster: {\n * showForNoOp: true,\n * url: 'https://via.placeholder.com/150.png',\n * }\n * })\n * ```\n *\n * @beta\n */\n",
6270
6113
  "excerptTokens": [
6271
6114
  {
6272
6115
  "kind": "Content",
@@ -6360,7 +6203,7 @@
6360
6203
  {
6361
6204
  "kind": "Interface",
6362
6205
  "canonicalReference": "@gcorevideo/player!QualityLevel:interface",
6363
- "docComment": "/**\n * A level of quality within a media source.\n *\n * @beta\n */\n",
6206
+ "docComment": "/**\n * A level of quality within a media source.\n *\n * @public\n */\n",
6364
6207
  "excerptTokens": [
6365
6208
  {
6366
6209
  "kind": "Content",
@@ -6368,7 +6211,7 @@
6368
6211
  }
6369
6212
  ],
6370
6213
  "fileUrlPath": "src/playback.types.ts",
6371
- "releaseTag": "Beta",
6214
+ "releaseTag": "Public",
6372
6215
  "name": "QualityLevel",
6373
6216
  "preserveMemberOrder": false,
6374
6217
  "members": [
@@ -6392,7 +6235,7 @@
6392
6235
  ],
6393
6236
  "isReadonly": false,
6394
6237
  "isOptional": false,
6395
- "releaseTag": "Beta",
6238
+ "releaseTag": "Public",
6396
6239
  "name": "bitrate",
6397
6240
  "propertyTypeTokenRange": {
6398
6241
  "startIndex": 1,
@@ -6419,7 +6262,7 @@
6419
6262
  ],
6420
6263
  "isReadonly": false,
6421
6264
  "isOptional": false,
6422
- "releaseTag": "Beta",
6265
+ "releaseTag": "Public",
6423
6266
  "name": "height",
6424
6267
  "propertyTypeTokenRange": {
6425
6268
  "startIndex": 1,
@@ -6446,7 +6289,7 @@
6446
6289
  ],
6447
6290
  "isReadonly": false,
6448
6291
  "isOptional": false,
6449
- "releaseTag": "Beta",
6292
+ "releaseTag": "Public",
6450
6293
  "name": "level",
6451
6294
  "propertyTypeTokenRange": {
6452
6295
  "startIndex": 1,
@@ -6473,7 +6316,7 @@
6473
6316
  ],
6474
6317
  "isReadonly": false,
6475
6318
  "isOptional": false,
6476
- "releaseTag": "Beta",
6319
+ "releaseTag": "Public",
6477
6320
  "name": "width",
6478
6321
  "propertyTypeTokenRange": {
6479
6322
  "startIndex": 1,
@@ -6486,7 +6329,7 @@
6486
6329
  {
6487
6330
  "kind": "Class",
6488
6331
  "canonicalReference": "@gcorevideo/player!SeekTime:class",
6489
- "docComment": "/**\n * The plugin adds a seek time indicator to the media control UI.\n *\n * @beta\n */\n",
6332
+ "docComment": "/**\n * `PLUGIN` that adds a seek time indicator to the media control UI.\n *\n * @beta\n */\n",
6490
6333
  "excerptTokens": [
6491
6334
  {
6492
6335
  "kind": "Content",
@@ -6913,7 +6756,7 @@
6913
6756
  {
6914
6757
  "kind": "Class",
6915
6758
  "canonicalReference": "@gcorevideo/player!Share:class",
6916
- "docComment": "/**\n * The plugin adds a share button to the media control UI.\n */\n",
6759
+ "docComment": "/**\n * `PLUGIN` that adds a share button to the media control UI.\n *\n * @beta\n */\n",
6917
6760
  "excerptTokens": [
6918
6761
  {
6919
6762
  "kind": "Content",
@@ -6930,7 +6773,7 @@
6930
6773
  }
6931
6774
  ],
6932
6775
  "fileUrlPath": "src/plugins/share/Share.ts",
6933
- "releaseTag": "Public",
6776
+ "releaseTag": "Beta",
6934
6777
  "isAbstract": false,
6935
6778
  "name": "Share",
6936
6779
  "preserveMemberOrder": false,
@@ -6955,7 +6798,7 @@
6955
6798
  ],
6956
6799
  "isReadonly": true,
6957
6800
  "isOptional": false,
6958
- "releaseTag": "Public",
6801
+ "releaseTag": "Beta",
6959
6802
  "name": "attributes",
6960
6803
  "propertyTypeTokenRange": {
6961
6804
  "startIndex": 1,
@@ -6988,7 +6831,7 @@
6988
6831
  "startIndex": 1,
6989
6832
  "endIndex": 2
6990
6833
  },
6991
- "releaseTag": "Public",
6834
+ "releaseTag": "Beta",
6992
6835
  "isProtected": false,
6993
6836
  "overloadIndex": 1,
6994
6837
  "parameters": [],
@@ -7019,7 +6862,7 @@
7019
6862
  "startIndex": 1,
7020
6863
  "endIndex": 2
7021
6864
  },
7022
- "releaseTag": "Public",
6865
+ "releaseTag": "Beta",
7023
6866
  "isProtected": false,
7024
6867
  "overloadIndex": 1,
7025
6868
  "parameters": [],
@@ -7047,7 +6890,7 @@
7047
6890
  ],
7048
6891
  "isReadonly": true,
7049
6892
  "isOptional": false,
7050
- "releaseTag": "Public",
6893
+ "releaseTag": "Beta",
7051
6894
  "name": "events",
7052
6895
  "propertyTypeTokenRange": {
7053
6896
  "startIndex": 1,
@@ -7080,7 +6923,7 @@
7080
6923
  "startIndex": 1,
7081
6924
  "endIndex": 2
7082
6925
  },
7083
- "releaseTag": "Public",
6926
+ "releaseTag": "Beta",
7084
6927
  "isProtected": false,
7085
6928
  "overloadIndex": 1,
7086
6929
  "parameters": [],
@@ -7111,7 +6954,7 @@
7111
6954
  "startIndex": 1,
7112
6955
  "endIndex": 2
7113
6956
  },
7114
- "releaseTag": "Public",
6957
+ "releaseTag": "Beta",
7115
6958
  "isProtected": false,
7116
6959
  "overloadIndex": 1,
7117
6960
  "parameters": [],
@@ -7139,7 +6982,7 @@
7139
6982
  ],
7140
6983
  "isReadonly": true,
7141
6984
  "isOptional": false,
7142
- "releaseTag": "Public",
6985
+ "releaseTag": "Beta",
7143
6986
  "name": "name",
7144
6987
  "propertyTypeTokenRange": {
7145
6988
  "startIndex": 1,
@@ -7172,7 +7015,7 @@
7172
7015
  "startIndex": 1,
7173
7016
  "endIndex": 2
7174
7017
  },
7175
- "releaseTag": "Public",
7018
+ "releaseTag": "Beta",
7176
7019
  "isProtected": false,
7177
7020
  "overloadIndex": 1,
7178
7021
  "parameters": [],
@@ -7203,7 +7046,7 @@
7203
7046
  "startIndex": 1,
7204
7047
  "endIndex": 2
7205
7048
  },
7206
- "releaseTag": "Public",
7049
+ "releaseTag": "Beta",
7207
7050
  "isProtected": false,
7208
7051
  "overloadIndex": 1,
7209
7052
  "parameters": [],
@@ -7234,7 +7077,7 @@
7234
7077
  "startIndex": 1,
7235
7078
  "endIndex": 2
7236
7079
  },
7237
- "releaseTag": "Public",
7080
+ "releaseTag": "Beta",
7238
7081
  "isProtected": false,
7239
7082
  "overloadIndex": 1,
7240
7083
  "parameters": [],
@@ -7265,7 +7108,7 @@
7265
7108
  "startIndex": 1,
7266
7109
  "endIndex": 2
7267
7110
  },
7268
- "releaseTag": "Public",
7111
+ "releaseTag": "Beta",
7269
7112
  "isProtected": false,
7270
7113
  "overloadIndex": 1,
7271
7114
  "parameters": [],
@@ -7296,7 +7139,7 @@
7296
7139
  "startIndex": 1,
7297
7140
  "endIndex": 2
7298
7141
  },
7299
- "releaseTag": "Public",
7142
+ "releaseTag": "Beta",
7300
7143
  "isProtected": false,
7301
7144
  "overloadIndex": 1,
7302
7145
  "parameters": [],
@@ -7327,7 +7170,7 @@
7327
7170
  "startIndex": 1,
7328
7171
  "endIndex": 2
7329
7172
  },
7330
- "releaseTag": "Public",
7173
+ "releaseTag": "Beta",
7331
7174
  "isProtected": false,
7332
7175
  "overloadIndex": 1,
7333
7176
  "parameters": [],
@@ -7358,7 +7201,7 @@
7358
7201
  "startIndex": 1,
7359
7202
  "endIndex": 2
7360
7203
  },
7361
- "releaseTag": "Public",
7204
+ "releaseTag": "Beta",
7362
7205
  "isProtected": false,
7363
7206
  "overloadIndex": 1,
7364
7207
  "parameters": [],
@@ -7389,7 +7232,7 @@
7389
7232
  "startIndex": 1,
7390
7233
  "endIndex": 2
7391
7234
  },
7392
- "releaseTag": "Public",
7235
+ "releaseTag": "Beta",
7393
7236
  "isProtected": false,
7394
7237
  "overloadIndex": 1,
7395
7238
  "parameters": [],
@@ -7417,7 +7260,7 @@
7417
7260
  ],
7418
7261
  "isReadonly": true,
7419
7262
  "isOptional": false,
7420
- "releaseTag": "Public",
7263
+ "releaseTag": "Beta",
7421
7264
  "name": "supportedVersion",
7422
7265
  "propertyTypeTokenRange": {
7423
7266
  "startIndex": 1,
@@ -7447,7 +7290,7 @@
7447
7290
  ],
7448
7291
  "isReadonly": true,
7449
7292
  "isOptional": false,
7450
- "releaseTag": "Public",
7293
+ "releaseTag": "Beta",
7451
7294
  "name": "template",
7452
7295
  "propertyTypeTokenRange": {
7453
7296
  "startIndex": 1,
@@ -7480,7 +7323,7 @@
7480
7323
  "startIndex": 1,
7481
7324
  "endIndex": 2
7482
7325
  },
7483
- "releaseTag": "Public",
7326
+ "releaseTag": "Beta",
7484
7327
  "isProtected": false,
7485
7328
  "overloadIndex": 1,
7486
7329
  "parameters": [],
@@ -7498,7 +7341,7 @@
7498
7341
  {
7499
7342
  "kind": "Class",
7500
7343
  "canonicalReference": "@gcorevideo/player!SkipTime:class",
7501
- "docComment": "/**\n * The plugin adds skip controls to the media control UI.\n */\n",
7344
+ "docComment": "/**\n * `PLUGIN` that adds skip controls to the media control UI.\n *\n * @beta\n */\n",
7502
7345
  "excerptTokens": [
7503
7346
  {
7504
7347
  "kind": "Content",
@@ -7515,7 +7358,7 @@
7515
7358
  }
7516
7359
  ],
7517
7360
  "fileUrlPath": "src/plugins/skip-time/SkipTime.ts",
7518
- "releaseTag": "Public",
7361
+ "releaseTag": "Beta",
7519
7362
  "isAbstract": false,
7520
7363
  "name": "SkipTime",
7521
7364
  "preserveMemberOrder": false,
@@ -7540,7 +7383,7 @@
7540
7383
  ],
7541
7384
  "isReadonly": true,
7542
7385
  "isOptional": false,
7543
- "releaseTag": "Public",
7386
+ "releaseTag": "Beta",
7544
7387
  "name": "attributes",
7545
7388
  "propertyTypeTokenRange": {
7546
7389
  "startIndex": 1,
@@ -7573,7 +7416,7 @@
7573
7416
  "startIndex": 1,
7574
7417
  "endIndex": 2
7575
7418
  },
7576
- "releaseTag": "Public",
7419
+ "releaseTag": "Beta",
7577
7420
  "isProtected": false,
7578
7421
  "overloadIndex": 1,
7579
7422
  "parameters": [],
@@ -7601,7 +7444,7 @@
7601
7444
  ],
7602
7445
  "isReadonly": true,
7603
7446
  "isOptional": false,
7604
- "releaseTag": "Public",
7447
+ "releaseTag": "Beta",
7605
7448
  "name": "container",
7606
7449
  "propertyTypeTokenRange": {
7607
7450
  "startIndex": 1,
@@ -7631,7 +7474,7 @@
7631
7474
  ],
7632
7475
  "isReadonly": true,
7633
7476
  "isOptional": false,
7634
- "releaseTag": "Public",
7477
+ "releaseTag": "Beta",
7635
7478
  "name": "events",
7636
7479
  "propertyTypeTokenRange": {
7637
7480
  "startIndex": 1,
@@ -7664,7 +7507,7 @@
7664
7507
  "startIndex": 1,
7665
7508
  "endIndex": 2
7666
7509
  },
7667
- "releaseTag": "Public",
7510
+ "releaseTag": "Beta",
7668
7511
  "isProtected": false,
7669
7512
  "overloadIndex": 1,
7670
7513
  "parameters": [],
@@ -7692,7 +7535,7 @@
7692
7535
  ],
7693
7536
  "isReadonly": true,
7694
7537
  "isOptional": false,
7695
- "releaseTag": "Public",
7538
+ "releaseTag": "Beta",
7696
7539
  "name": "name",
7697
7540
  "propertyTypeTokenRange": {
7698
7541
  "startIndex": 1,
@@ -7725,7 +7568,7 @@
7725
7568
  "startIndex": 1,
7726
7569
  "endIndex": 2
7727
7570
  },
7728
- "releaseTag": "Public",
7571
+ "releaseTag": "Beta",
7729
7572
  "isProtected": false,
7730
7573
  "overloadIndex": 1,
7731
7574
  "parameters": [],
@@ -7756,7 +7599,7 @@
7756
7599
  "startIndex": 1,
7757
7600
  "endIndex": 2
7758
7601
  },
7759
- "releaseTag": "Public",
7602
+ "releaseTag": "Beta",
7760
7603
  "isProtected": false,
7761
7604
  "overloadIndex": 1,
7762
7605
  "parameters": [],
@@ -7787,7 +7630,7 @@
7787
7630
  "startIndex": 1,
7788
7631
  "endIndex": 2
7789
7632
  },
7790
- "releaseTag": "Public",
7633
+ "releaseTag": "Beta",
7791
7634
  "isProtected": false,
7792
7635
  "overloadIndex": 1,
7793
7636
  "parameters": [],
@@ -7818,7 +7661,7 @@
7818
7661
  "startIndex": 1,
7819
7662
  "endIndex": 2
7820
7663
  },
7821
- "releaseTag": "Public",
7664
+ "releaseTag": "Beta",
7822
7665
  "isProtected": false,
7823
7666
  "overloadIndex": 1,
7824
7667
  "parameters": [],
@@ -7846,7 +7689,7 @@
7846
7689
  ],
7847
7690
  "isReadonly": true,
7848
7691
  "isOptional": false,
7849
- "releaseTag": "Public",
7692
+ "releaseTag": "Beta",
7850
7693
  "name": "supportedVersion",
7851
7694
  "propertyTypeTokenRange": {
7852
7695
  "startIndex": 1,
@@ -7876,7 +7719,7 @@
7876
7719
  ],
7877
7720
  "isReadonly": true,
7878
7721
  "isOptional": false,
7879
- "releaseTag": "Public",
7722
+ "releaseTag": "Beta",
7880
7723
  "name": "template",
7881
7724
  "propertyTypeTokenRange": {
7882
7725
  "startIndex": 1,
@@ -7909,7 +7752,7 @@
7909
7752
  "startIndex": 1,
7910
7753
  "endIndex": 2
7911
7754
  },
7912
- "releaseTag": "Public",
7755
+ "releaseTag": "Beta",
7913
7756
  "isProtected": false,
7914
7757
  "overloadIndex": 1,
7915
7758
  "parameters": [],
@@ -7927,7 +7770,7 @@
7927
7770
  {
7928
7771
  "kind": "Class",
7929
7772
  "canonicalReference": "@gcorevideo/player!SourceController:class",
7930
- "docComment": "/**\n * This plugin is responsible for managing the automatic failover between sources.\n *\n * @remarks\n *\n * Have a look at the {@link https://miro.com/app/board/uXjVLiN15tY=/?share_link_id=390327585787 | source failover diagram} for the details on how sources ordering and selection works.\n *\n * This plugin does not expose any public methods apart from required by the Clappr plugin interface. It is supposed to work autonomously.\n *\n * @example\n * ```ts\n * import { SourceController } from '@gcorevideo/player'\n *\n * Player.registerPlugin(SourceController)\n * ```\n *\n * @beta\n */\n",
7773
+ "docComment": "/**\n * `PLUGIN` that is responsible for managing the automatic failover between sources.\n *\n * @remarks\n *\n * Have a look at the {@link https://miro.com/app/board/uXjVLiN15tY=/?share_link_id=390327585787 | source failover diagram} for the details on how sources ordering and selection works.\n *\n * This plugin does not expose any public methods apart from required by the Clappr plugin interface. It is supposed to work autonomously.\n *\n * @example\n * ```ts\n * import { SourceController } from '@gcorevideo/player'\n *\n * Player.registerPlugin(SourceController)\n * ```\n *\n * @beta\n */\n",
7931
7774
  "excerptTokens": [
7932
7775
  {
7933
7776
  "kind": "Content",
@@ -7992,7 +7835,7 @@
7992
7835
  {
7993
7836
  "kind": "Enum",
7994
7837
  "canonicalReference": "@gcorevideo/player!SpinnerEvents:enum",
7995
- "docComment": "/**\n * Custom events emitted by the plugin\n */\n",
7838
+ "docComment": "/**\n * Custom events emitted by the plugin\n *\n * @beta\n */\n",
7996
7839
  "excerptTokens": [
7997
7840
  {
7998
7841
  "kind": "Content",
@@ -8000,7 +7843,7 @@
8000
7843
  }
8001
7844
  ],
8002
7845
  "fileUrlPath": "src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts",
8003
- "releaseTag": "Public",
7846
+ "releaseTag": "Beta",
8004
7847
  "name": "SpinnerEvents",
8005
7848
  "preserveMemberOrder": false,
8006
7849
  "members": [
@@ -8022,7 +7865,7 @@
8022
7865
  "startIndex": 1,
8023
7866
  "endIndex": 2
8024
7867
  },
8025
- "releaseTag": "Public",
7868
+ "releaseTag": "Beta",
8026
7869
  "name": "SYNC"
8027
7870
  }
8028
7871
  ]
@@ -8030,7 +7873,7 @@
8030
7873
  {
8031
7874
  "kind": "Class",
8032
7875
  "canonicalReference": "@gcorevideo/player!SpinnerThreeBounce:class",
8033
- "docComment": "/**\n * Shows a pending operation indicator when playback is buffering or in other appropriate cases\n *\n * @remarks\n *\n * The plugin emits\n *\n * @beta\n */\n",
7876
+ "docComment": "/**\n * `PLUGIN` that shows a pending operation indicator when playback is buffering or in a similar state\n *\n * @remarks\n *\n * Events emitted- {@link SpinnerEvents} Other plugins can use {@link SpinnerThreeBounce.show | show} and {@link SpinnerThreeBounce.hide | hide} methods to implement custom pending/progress indication scenarios.\n *\n * @beta\n */\n",
8034
7877
  "excerptTokens": [
8035
7878
  {
8036
7879
  "kind": "Content",
@@ -8088,7 +7931,7 @@
8088
7931
  {
8089
7932
  "kind": "Method",
8090
7933
  "canonicalReference": "@gcorevideo/player!SpinnerThreeBounce#hide:member(1)",
8091
- "docComment": "/**\n * Hides the spinner\n */\n",
7934
+ "docComment": "/**\n * Hides the spinner.\n */\n",
8092
7935
  "excerptTokens": [
8093
7936
  {
8094
7937
  "kind": "Content",
@@ -8119,11 +7962,19 @@
8119
7962
  {
8120
7963
  "kind": "Method",
8121
7964
  "canonicalReference": "@gcorevideo/player!SpinnerThreeBounce#show:member(1)",
8122
- "docComment": "/**\n * Shows the spinner\n */\n",
7965
+ "docComment": "/**\n * Shows the spinner.\n *\n * When called, the spinner will not hide (due to its built-in logic) until {@link SpinnerThreeBounce.hide} is called\n */\n",
8123
7966
  "excerptTokens": [
8124
7967
  {
8125
7968
  "kind": "Content",
8126
- "text": "show(): "
7969
+ "text": "show(delay?: "
7970
+ },
7971
+ {
7972
+ "kind": "Content",
7973
+ "text": "number"
7974
+ },
7975
+ {
7976
+ "kind": "Content",
7977
+ "text": "): "
8127
7978
  },
8128
7979
  {
8129
7980
  "kind": "Content",
@@ -8136,13 +7987,22 @@
8136
7987
  ],
8137
7988
  "isStatic": false,
8138
7989
  "returnTypeTokenRange": {
8139
- "startIndex": 1,
8140
- "endIndex": 2
7990
+ "startIndex": 3,
7991
+ "endIndex": 4
8141
7992
  },
8142
7993
  "releaseTag": "Beta",
8143
7994
  "isProtected": false,
8144
7995
  "overloadIndex": 1,
8145
- "parameters": [],
7996
+ "parameters": [
7997
+ {
7998
+ "parameterName": "delay",
7999
+ "parameterTypeTokenRange": {
8000
+ "startIndex": 1,
8001
+ "endIndex": 2
8002
+ },
8003
+ "isOptional": true
8004
+ }
8005
+ ],
8146
8006
  "isOptional": false,
8147
8007
  "isAbstract": false,
8148
8008
  "name": "show"
@@ -8330,7 +8190,7 @@
8330
8190
  {
8331
8191
  "kind": "Class",
8332
8192
  "canonicalReference": "@gcorevideo/player!Subtitles:class",
8333
- "docComment": "/**\n * A {@link MediaControl | media control} plugin that provides a UI to select the subtitles when available.\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl}\n *\n * Configuration options:\n *\n * - subtitles.language - The language of the subtitles to select by default.\n *\n * @example\n * ```ts\n * import { Subtitles } from '@gcorevideo/player'\n *\n * Player.registerPlugin(Subtitles)\n *\n * new Player({\n * ...\n * subtitles: {\n * language: 'en',\n * },\n * })\n * ```\n *\n * @beta\n */\n",
8193
+ "docComment": "/**\n * `PLUGIN` that provides a UI to select the subtitles when available.\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl}\n *\n * Configuration options:\n *\n * - subtitles.language - The language of the subtitles to select by default.\n *\n * @example\n * ```ts\n * import { Subtitles } from '@gcorevideo/player'\n *\n * Player.registerPlugin(Subtitles)\n *\n * new Player({\n * ...\n * subtitles: {\n * language: 'en',\n * },\n * })\n * ```\n *\n * @beta\n */\n",
8334
8194
  "excerptTokens": [
8335
8195
  {
8336
8196
  "kind": "Content",
@@ -8424,7 +8284,7 @@
8424
8284
  {
8425
8285
  "kind": "Class",
8426
8286
  "canonicalReference": "@gcorevideo/player!Telemetry:class",
8427
- "docComment": "/**\n * Collects and reports the performance statistics.\n *\n * @remarks\n *\n * This plugin is experimental and its API is likely to change.\n *\n * Configuration options {@link TelemetryPluginSettings}\n *\n * @example\n * ```ts\n * import { Statistics } from '@gcorevideo/player'\n *\n * Player.registerPlugin(Statistics)\n *\n * const player = new Player({\n * statistics: {\n * send: (data) => {\n * fetch('/stats', {\n * method: 'POST',\n * body: JSON.stringify(data),\n * headers: { 'content-type': 'application/json' },\n * })\n * },\n * },\n * ...\n * })\n * ```\n *\n * @beta\n */\n",
8287
+ "docComment": "/**\n * `PLUGIN` that collects and reports the performance statistics.\n *\n * @remarks\n *\n * This plugin is experimental and its API is likely to change.\n *\n * Configuration options {@link TelemetryPluginSettings}\n *\n * @example\n * ```ts\n * import { Statistics } from '@gcorevideo/player'\n *\n * Player.registerPlugin(Statistics)\n *\n * const player = new Player({\n * statistics: {\n * send: (data) => {\n * fetch('/stats', {\n * method: 'POST',\n * body: JSON.stringify(data),\n * headers: { 'content-type': 'application/json' },\n * })\n * },\n * },\n * ...\n * })\n * ```\n *\n * @beta\n */\n",
8428
8288
  "excerptTokens": [
8429
8289
  {
8430
8290
  "kind": "Content",
@@ -8728,7 +8588,7 @@
8728
8588
  {
8729
8589
  "kind": "Reference",
8730
8590
  "text": "TelemetrySendFn",
8731
- "canonicalReference": "@gcorevideo/player!~TelemetrySendFn:type"
8591
+ "canonicalReference": "@gcorevideo/player!TelemetrySendFn:type"
8732
8592
  },
8733
8593
  {
8734
8594
  "kind": "Content",
@@ -8787,10 +8647,45 @@
8787
8647
  "endIndex": 5
8788
8648
  }
8789
8649
  },
8650
+ {
8651
+ "kind": "TypeAlias",
8652
+ "canonicalReference": "@gcorevideo/player!TelemetrySendFn:type",
8653
+ "docComment": "/**\n * Callback to send the telemetry record to the storage.\n *\n * @param data - The telemetry record to send.\n *\n * @beta\n */\n",
8654
+ "excerptTokens": [
8655
+ {
8656
+ "kind": "Content",
8657
+ "text": "export type TelemetrySendFn = "
8658
+ },
8659
+ {
8660
+ "kind": "Content",
8661
+ "text": "(data: "
8662
+ },
8663
+ {
8664
+ "kind": "Reference",
8665
+ "text": "TelemetryRecord",
8666
+ "canonicalReference": "@gcorevideo/player!TelemetryRecord:type"
8667
+ },
8668
+ {
8669
+ "kind": "Content",
8670
+ "text": ") => void"
8671
+ },
8672
+ {
8673
+ "kind": "Content",
8674
+ "text": ";"
8675
+ }
8676
+ ],
8677
+ "fileUrlPath": "src/plugins/telemetry/Telemetry.ts",
8678
+ "releaseTag": "Beta",
8679
+ "name": "TelemetrySendFn",
8680
+ "typeTokenRange": {
8681
+ "startIndex": 1,
8682
+ "endIndex": 4
8683
+ }
8684
+ },
8790
8685
  {
8791
8686
  "kind": "Class",
8792
8687
  "canonicalReference": "@gcorevideo/player!Thumbnails:class",
8793
- "docComment": "/**\n * Displays the thumbnails of the video when available.\n *\n * @example\n * ```ts\n * import { Thumbnails } from '@gcorevideo/player'\n *\n * Player.registerPlugin(Thumbnails)\n *\n * new Player({\n * thumbnails: {\n * backdropHeight: 200,\n * backdropMinOpacity: 0.9,\n * backdropMaxOpacity: 0.99,\n * spotlightHeight: 100,\n * vtt: '1\\n00:00:00,000 --> 00:00:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=0,0,100,56\\n\\n2\\n00:00:10,000 --> 00:00:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=100,0,100,56\\n\\n3\\n00:00:20,000 --> 00:00:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=200,0,100,56\\n\\n4\\n00:00:30,000 --> 00:00:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=300,0,100,56\\n\\n5\\n00:00:40,000 --> 00:00:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=400,0,100,56\\n\\n6\\n00:00:50,000 --> 00:01:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=500,0,100,56\\n\\n7\\n00:01:00,000 --> 00:01:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=600,0,100,56\\n\\n8\\n00:01:10,000 --> 00:01:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=0,56,100,56\\n\\n9\\n00:01:20,000 --> 00:01:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=100,56,100,56\\n\\n10\\n00:01:30,000 --> 00:01:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=200,56,100,56\\n\\n11\\n00:01:40,000 --> 00:01:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=300,56,100,56\\n\\n12\\n00:01:50,000 --> 00:02:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=400,56,100,56\\n\\n13\\n00:02:00,000 --> 00:02:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=500,56,100,56\\n\\n14\\n00:02:10,000 --> 00:02:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=600,56,100,56\\n\\n15\\n00:02:20,000 --> 00:02:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=0,112,100,56\\n\\n16\\n00:02:30,000 --> 00:02:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=100,112,100,56\\n\\n17\\n00:02:40,000 --> 00:02:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=200,112,100,56\\n\\n18\\n00:02:50,000 --> 00:03:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=300,112,100,56\\n\\n19\\n00:03:00,000 --> 00:03:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=400,112,100,56\\n\\n20\\n00:03:10,000 --> 00:03:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=500,112,100,56\\n\\n21\\n00:03:20,000 --> 00:03:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=600,112,100,56\\n\\n22\\n00:03:30,000 --> 00:03:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=0,168,100,56\\n\\n23\\n00:03:40,000 --> 00:03:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=100,168,100,56\\n\\n24\\n00:03:50,000 --> 00:04:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=200,168,100,56\\n\\n25\\n00:04:00,000 --> 00:04:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=300,168,100,56\\n\\n26\\n00:04:10,000 --> 00:04:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=400,168,100,56\\n\\n27\\n00:04:20,000 --> 00:04:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=500,168,100,56\\n\\n28\\n00:04:30,000 --> 00:04:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=600,168,100,56\\n\\n29\\n00:04:40,000 --> 00:04:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=0,224,100,56\\n\\n30\\n00:04:50,000 --> 00:05:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=100,224,100,56\\n\\n31\\n00:05:00,000 --> 00:05:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=200,224,100,56\\n\\n32\\n00:05:10,000 --> 00:05:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=300,224,100,56\\n\\n33\\n00:05:20,000 --> 00:05:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=400,224,100,56\\n\\n34\\n00:05:30,000 --> 00:05:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=500,224,100,56\\n\\n35\\n00:05:40,000 --> 00:05:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=600,224,100,56\\n\\n36\\n00:05:50,000 --> 00:06:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=0,280,100,56\\n\\n37\\n00:06:00,000 --> 00:06:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=100,280,100,56\\n\\n38\\n00:06:10,000 --> 00:06:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=200,280,100,56\\n\\n39\\n00:06:20,000 --> 00:06:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=300,280,100,56\\n\\n40\\n00:06:30,000 --> 00:06:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=400,280,100,56\\n\\n41\\n00:06:40,000 --> 00:06:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=500,280,100,56\\n\\n42\\n00:06:50,000 --> 00:07:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=600,280,100,56\\n\\n43\\n00:07:00,000 --> 00:07:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=0,336,100,56\\n\\n44\\n00:07:10,000 --> 00:07:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=100,336,100,56\\n\\n45\\n00:07:20,000 --> 00:07:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=200,336,100,56\\n\\n46\\n00:07:30,000 --> 00:07:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=300,336,100,56\\n\\n47\\n00:07:40,000 --> 00:07:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=400,336,100,56\\n\\n48\\n00:07:50,000 --> 00:08:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=500,336,100,56\\n\\n49\\n00:08:00,000 --> 00:08:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=600,336,100,56\\n',\n * sprite:\n * 'https://static.gvideo.co/videoplatform/sprites/2675/2452164_3dk4NsRt6vWsffEr.mp4_sprite.jpg',\n * },\n * })\n * ```\n *\n * @beta\n */\n",
8688
+ "docComment": "/**\n * `PLUGIN` that displays the thumbnails of the video when available.\n *\n * @example\n * ```ts\n * import { Thumbnails } from '@gcorevideo/player'\n *\n * Player.registerPlugin(Thumbnails)\n *\n * new Player({\n * thumbnails: {\n * backdropHeight: 200,\n * backdropMinOpacity: 0.9,\n * backdropMaxOpacity: 0.99,\n * spotlightHeight: 100,\n * vtt: '1\\n00:00:00,000 --> 00:00:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=0,0,100,56\\n\\n2\\n00:00:10,000 --> 00:00:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=100,0,100,56\\n\\n3\\n00:00:20,000 --> 00:00:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=200,0,100,56\\n\\n4\\n00:00:30,000 --> 00:00:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=300,0,100,56\\n\\n5\\n00:00:40,000 --> 00:00:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=400,0,100,56\\n\\n6\\n00:00:50,000 --> 00:01:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=500,0,100,56\\n\\n7\\n00:01:00,000 --> 00:01:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=600,0,100,56\\n\\n8\\n00:01:10,000 --> 00:01:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=0,56,100,56\\n\\n9\\n00:01:20,000 --> 00:01:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=100,56,100,56\\n\\n10\\n00:01:30,000 --> 00:01:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=200,56,100,56\\n\\n11\\n00:01:40,000 --> 00:01:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=300,56,100,56\\n\\n12\\n00:01:50,000 --> 00:02:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=400,56,100,56\\n\\n13\\n00:02:00,000 --> 00:02:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=500,56,100,56\\n\\n14\\n00:02:10,000 --> 00:02:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=600,56,100,56\\n\\n15\\n00:02:20,000 --> 00:02:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=0,112,100,56\\n\\n16\\n00:02:30,000 --> 00:02:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=100,112,100,56\\n\\n17\\n00:02:40,000 --> 00:02:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=200,112,100,56\\n\\n18\\n00:02:50,000 --> 00:03:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=300,112,100,56\\n\\n19\\n00:03:00,000 --> 00:03:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=400,112,100,56\\n\\n20\\n00:03:10,000 --> 00:03:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=500,112,100,56\\n\\n21\\n00:03:20,000 --> 00:03:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=600,112,100,56\\n\\n22\\n00:03:30,000 --> 00:03:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=0,168,100,56\\n\\n23\\n00:03:40,000 --> 00:03:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=100,168,100,56\\n\\n24\\n00:03:50,000 --> 00:04:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=200,168,100,56\\n\\n25\\n00:04:00,000 --> 00:04:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=300,168,100,56\\n\\n26\\n00:04:10,000 --> 00:04:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=400,168,100,56\\n\\n27\\n00:04:20,000 --> 00:04:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=500,168,100,56\\n\\n28\\n00:04:30,000 --> 00:04:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=600,168,100,56\\n\\n29\\n00:04:40,000 --> 00:04:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=0,224,100,56\\n\\n30\\n00:04:50,000 --> 00:05:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=100,224,100,56\\n\\n31\\n00:05:00,000 --> 00:05:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=200,224,100,56\\n\\n32\\n00:05:10,000 --> 00:05:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=300,224,100,56\\n\\n33\\n00:05:20,000 --> 00:05:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=400,224,100,56\\n\\n34\\n00:05:30,000 --> 00:05:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=500,224,100,56\\n\\n35\\n00:05:40,000 --> 00:05:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=600,224,100,56\\n\\n36\\n00:05:50,000 --> 00:06:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=0,280,100,56\\n\\n37\\n00:06:00,000 --> 00:06:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=100,280,100,56\\n\\n38\\n00:06:10,000 --> 00:06:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=200,280,100,56\\n\\n39\\n00:06:20,000 --> 00:06:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=300,280,100,56\\n\\n40\\n00:06:30,000 --> 00:06:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=400,280,100,56\\n\\n41\\n00:06:40,000 --> 00:06:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=500,280,100,56\\n\\n42\\n00:06:50,000 --> 00:07:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=600,280,100,56\\n\\n43\\n00:07:00,000 --> 00:07:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=0,336,100,56\\n\\n44\\n00:07:10,000 --> 00:07:20,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=100,336,100,56\\n\\n45\\n00:07:20,000 --> 00:07:30,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=200,336,100,56\\n\\n46\\n00:07:30,000 --> 00:07:40,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=300,336,100,56\\n\\n47\\n00:07:40,000 --> 00:07:50,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=400,336,100,56\\n\\n48\\n00:07:50,000 --> 00:08:00,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=500,336,100,56\\n\\n49\\n00:08:00,000 --> 00:08:10,000\\n3dk4NsRt6vWsffEr_sprite.jpg#xywh=600,336,100,56\\n',\n * sprite:\n * 'https://static.gvideo.co/videoplatform/sprites/2675/2452164_3dk4NsRt6vWsffEr.mp4_sprite.jpg',\n * },\n * })\n * ```\n *\n * @beta\n */\n",
8794
8689
  "excerptTokens": [
8795
8690
  {
8796
8691
  "kind": "Content",
@@ -8847,7 +8742,7 @@
8847
8742
  {
8848
8743
  "kind": "Interface",
8849
8744
  "canonicalReference": "@gcorevideo/player!TimePosition:interface",
8850
- "docComment": "/**\n * Current playback time and total duration of the media.\n *\n * @beta\n */\n",
8745
+ "docComment": "/**\n * Current playback time and total duration of the media.\n *\n * @public\n */\n",
8851
8746
  "excerptTokens": [
8852
8747
  {
8853
8748
  "kind": "Content",
@@ -8855,7 +8750,7 @@
8855
8750
  }
8856
8751
  ],
8857
8752
  "fileUrlPath": "src/playback.types.ts",
8858
- "releaseTag": "Beta",
8753
+ "releaseTag": "Public",
8859
8754
  "name": "TimePosition",
8860
8755
  "preserveMemberOrder": false,
8861
8756
  "members": [
@@ -8880,7 +8775,7 @@
8880
8775
  ],
8881
8776
  "isReadonly": false,
8882
8777
  "isOptional": false,
8883
- "releaseTag": "Beta",
8778
+ "releaseTag": "Public",
8884
8779
  "name": "current",
8885
8780
  "propertyTypeTokenRange": {
8886
8781
  "startIndex": 1,
@@ -8908,7 +8803,7 @@
8908
8803
  ],
8909
8804
  "isReadonly": false,
8910
8805
  "isOptional": false,
8911
- "releaseTag": "Beta",
8806
+ "releaseTag": "Public",
8912
8807
  "name": "total",
8913
8808
  "propertyTypeTokenRange": {
8914
8809
  "startIndex": 1,
@@ -8983,7 +8878,7 @@
8983
8878
  {
8984
8879
  "kind": "TypeAlias",
8985
8880
  "canonicalReference": "@gcorevideo/player!TimeValue:type",
8986
- "docComment": "/**\n * Playback time in seconds since the beginning of the stream (or a segment for the live streams)\n *\n * @beta\n */\n",
8881
+ "docComment": "/**\n * Playback time in seconds since the beginning of the stream (or a segment for the live streams)\n *\n * @public\n */\n",
8987
8882
  "excerptTokens": [
8988
8883
  {
8989
8884
  "kind": "Content",
@@ -8999,7 +8894,7 @@
8999
8894
  }
9000
8895
  ],
9001
8896
  "fileUrlPath": "src/playback.types.ts",
9002
- "releaseTag": "Beta",
8897
+ "releaseTag": "Public",
9003
8898
  "name": "TimeValue",
9004
8899
  "typeTokenRange": {
9005
8900
  "startIndex": 1,
@@ -9009,7 +8904,7 @@
9009
8904
  {
9010
8905
  "kind": "TypeAlias",
9011
8906
  "canonicalReference": "@gcorevideo/player!TranslationKey:type",
9012
- "docComment": "/**\n * @beta\n */\n",
8907
+ "docComment": "/**\n * @public\n */\n",
9013
8908
  "excerptTokens": [
9014
8909
  {
9015
8910
  "kind": "Content",
@@ -9025,7 +8920,7 @@
9025
8920
  }
9026
8921
  ],
9027
8922
  "fileUrlPath": "src/types.ts",
9028
- "releaseTag": "Beta",
8923
+ "releaseTag": "Public",
9029
8924
  "name": "TranslationKey",
9030
8925
  "typeTokenRange": {
9031
8926
  "startIndex": 1,
@@ -9035,7 +8930,7 @@
9035
8930
  {
9036
8931
  "kind": "TypeAlias",
9037
8932
  "canonicalReference": "@gcorevideo/player!TranslationSettings:type",
9038
- "docComment": "/**\n * Localization strings for the player UI.\n *\n * @remarks\n *\n * The keys are language codes, and the values are objects with keys being the translation keys and values being the translations.\n *\n * This dictionary is used to localize the player UI, including the error messages and is shared across all the player components (including the plugins).\n *\n * @example\n * ```\n * {\n * en: {\n * play: 'Play',\n * ...\n * },\n * es: {\n * play: 'Reproducir',\n * ...\n * },\n * ...\n * }\n * ```\n *\n * @beta\n */\n",
8933
+ "docComment": "/**\n * Localization strings for the player UI.\n *\n * @remarks\n *\n * The keys are language codes, and the values are objects with keys being the translation keys and values being the translations.\n *\n * This dictionary is used to localize the player UI, including the error messages and is shared across all the player components (including the plugins).\n *\n * @example\n * ```\n * {\n * en: {\n * play: 'Play',\n * ...\n * },\n * es: {\n * play: 'Reproducir',\n * ...\n * },\n * ...\n * }\n * ```\n *\n * @public\n */\n",
9039
8934
  "excerptTokens": [
9040
8935
  {
9041
8936
  "kind": "Content",
@@ -9092,7 +8987,7 @@
9092
8987
  }
9093
8988
  ],
9094
8989
  "fileUrlPath": "src/types.ts",
9095
- "releaseTag": "Beta",
8990
+ "releaseTag": "Public",
9096
8991
  "name": "TranslationSettings",
9097
8992
  "typeTokenRange": {
9098
8993
  "startIndex": 1,
@@ -9102,16 +8997,15 @@
9102
8997
  {
9103
8998
  "kind": "TypeAlias",
9104
8999
  "canonicalReference": "@gcorevideo/player!TransportPreference:type",
9105
- "docComment": "/**\n * Preferred media delivery protocol\n *\n * @beta\n */\n",
9000
+ "docComment": "/**\n * Preferred streaming media delivery protocol\n *\n * @public\n */\n",
9106
9001
  "excerptTokens": [
9107
9002
  {
9108
9003
  "kind": "Content",
9109
9004
  "text": "export type TransportPreference = "
9110
9005
  },
9111
9006
  {
9112
- "kind": "Reference",
9113
- "text": "MediaTransport",
9114
- "canonicalReference": "@gcorevideo/player!MediaTransport:type"
9007
+ "kind": "Content",
9008
+ "text": "'dash' | 'hls'"
9115
9009
  },
9116
9010
  {
9117
9011
  "kind": "Content",
@@ -9119,7 +9013,7 @@
9119
9013
  }
9120
9014
  ],
9121
9015
  "fileUrlPath": "src/types.ts",
9122
- "releaseTag": "Beta",
9016
+ "releaseTag": "Public",
9123
9017
  "name": "TransportPreference",
9124
9018
  "typeTokenRange": {
9125
9019
  "startIndex": 1,
@@ -9157,7 +9051,7 @@
9157
9051
  {
9158
9052
  "kind": "Class",
9159
9053
  "canonicalReference": "@gcorevideo/player!VolumeFade:class",
9160
- "docComment": "/**\n * Applies fade effect to the player's volume change.\n *\n * @beta\n */\n",
9054
+ "docComment": "/**\n * `PLUGIN` that applies fade effect to the player's volume change.\n *\n * @beta\n */\n",
9161
9055
  "excerptTokens": [
9162
9056
  {
9163
9057
  "kind": "Content",
@@ -9301,7 +9195,7 @@
9301
9195
  "text": ";"
9302
9196
  }
9303
9197
  ],
9304
- "fileUrlPath": "src/utils/types.ts",
9198
+ "fileUrlPath": "src/types.ts",
9305
9199
  "releaseTag": "Beta",
9306
9200
  "name": "ZeptoResult",
9307
9201
  "typeTokenRange": {