@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.
- package/assets/dvr-controls/dvr_controls.scss +0 -2
- package/dist/core.js +22 -17
- package/dist/index.css +1343 -1346
- package/dist/index.js +119 -109
- package/dist/player.d.ts +238 -179
- package/dist/plugins/index.css +461 -464
- package/dist/plugins/index.js +97 -93
- package/docs/api/player.audioselector.md +1 -1
- package/docs/api/player.bigmutebutton.md +1 -1
- package/docs/api/player.bottomgear.md +15 -1
- package/docs/api/player.bottomgear.refresh.md +20 -0
- package/docs/api/player.clapprnerdstats.md +1 -1
- package/docs/api/player.clapprstats.exportmetrics.md +1 -1
- package/docs/api/player.clapprstats.md +1 -15
- package/docs/api/player.clapprstats.setupdatemetrics.md +2 -0
- package/docs/api/player.clicktopause.md +1 -1
- package/docs/api/player.clipsplugin.md +1 -1
- package/docs/api/player.clipspluginsettings.md +5 -2
- package/docs/api/player.clipspluginsettings.text.md +3 -0
- package/docs/api/player.containerpluginconstructor.md +17 -0
- package/docs/api/player.containersize.md +0 -3
- package/docs/api/player.contextmenu.md +1 -1
- package/docs/api/player.corepluginconstructor.md +17 -0
- package/docs/api/player.dashsettings.md +0 -3
- package/docs/api/player.dvrcontrols.md +2 -35
- package/docs/api/player.errorlevel.md +0 -3
- package/docs/api/player.errorscreen.md +1 -220
- package/docs/api/{player.errorscreen.render.md → player.errorscreenpluginsettings.md} +7 -7
- package/docs/api/player.favicon.md +1 -1
- package/docs/api/player.googleanalytics.md +1 -1
- package/docs/api/player.langtag.md +0 -3
- package/docs/api/player.levelselector.md +3 -9
- package/docs/api/{player.errorscreen.bindevents.md → player.levelselectorpluginsettings.labels.md} +11 -5
- package/docs/api/player.levelselectorpluginsettings.md +79 -0
- package/docs/api/{player.errorscreen.unbindevents.md → player.levelselectorpluginsettings.restrictresolution.md} +5 -7
- package/docs/api/player.logo.md +1 -1
- package/docs/api/player.md +131 -65
- package/docs/api/{player.errorscreen.container.md → player.mediacontrol.currentseekpos.md} +3 -3
- package/docs/api/player.mediacontrol.disable.md +1 -1
- package/docs/api/player.mediacontrol.md +24 -3
- package/docs/api/{player.gearevents.md → player.mediacontrolevents.md} +4 -4
- package/docs/api/player.multicamera.md +1 -29
- package/docs/api/player.pictureinpicture.md +1 -1
- package/docs/api/player.playbackerror.code.md +0 -3
- package/docs/api/player.playbackerror.description.md +0 -3
- package/docs/api/player.playbackerror.level.md +0 -3
- package/docs/api/player.playbackerror.md +25 -9
- package/docs/api/player.playbackerror.message.md +0 -3
- package/docs/api/player.playbackerror.origin.md +0 -3
- package/docs/api/player.playbackerror.scope.md +0 -3
- package/docs/api/player.playbackerror.ui.md +17 -0
- package/docs/api/player.playbackerrorcode.md +6 -9
- package/docs/api/player.playbackmodule.md +0 -3
- package/docs/api/{player.dvrcontrols._constructor_.md → player.playbackrate._constructor_.md} +3 -3
- package/docs/api/player.playbackrate.md +35 -2
- package/docs/api/player.playbacktype.md +1 -4
- package/docs/api/player.player._constructor_.md +0 -3
- package/docs/api/player.player.attachto.md +0 -3
- package/docs/api/player.player.configure.md +0 -3
- package/docs/api/player.player.destroy.md +0 -3
- package/docs/api/player.player.getcurrenttime.md +0 -3
- package/docs/api/player.player.getduration.md +0 -3
- package/docs/api/player.player.getvolume.md +0 -3
- package/docs/api/player.player.isdvrenabled.md +0 -3
- package/docs/api/player.player.isdvrinuse.md +0 -3
- package/docs/api/player.player.ismuted.md +0 -3
- package/docs/api/player.player.isplaying.md +0 -3
- package/docs/api/player.player.md +25 -28
- package/docs/api/player.player.mute.md +0 -3
- package/docs/api/player.player.off.md +0 -3
- package/docs/api/player.player.on.md +0 -3
- package/docs/api/player.player.pause.md +0 -3
- package/docs/api/player.player.play.md +0 -3
- package/docs/api/player.player.registerplugin.md +2 -5
- package/docs/api/player.player.resize.md +0 -3
- package/docs/api/player.player.seek.md +0 -3
- package/docs/api/player.player.setvolume.md +0 -3
- package/docs/api/player.player.stop.md +0 -3
- package/docs/api/player.player.unmute.md +0 -3
- package/docs/api/player.player.unregisterplugin.md +14 -7
- package/docs/api/player.playercomponenttype.md +0 -3
- package/docs/api/player.playerconfig.autoplay.md +0 -3
- package/docs/api/player.playerconfig.dash.md +0 -3
- package/docs/api/player.playerconfig.debug.md +0 -3
- package/docs/api/player.playerconfig.language.md +0 -3
- package/docs/api/player.playerconfig.loop.md +0 -3
- package/docs/api/player.playerconfig.md +10 -13
- package/docs/api/player.playerconfig.mute.md +0 -3
- package/docs/api/player.playerconfig.playbacktype.md +0 -3
- package/docs/api/player.playerconfig.prioritytransport.md +0 -3
- package/docs/api/player.playerconfig.sources.md +0 -3
- package/docs/api/player.playerconfig.strings.md +0 -3
- package/docs/api/player.playerdebugsettings.md +0 -3
- package/docs/api/player.playerdebugtag.md +0 -3
- package/docs/api/player.playerevent.md +11 -14
- package/docs/api/player.playereventhandler.md +0 -3
- package/docs/api/player.playereventparams.md +0 -3
- package/docs/api/player.playermediasource.md +0 -3
- package/docs/api/player.playermediasourcedesc.md +2 -5
- package/docs/api/player.playermediasourcedesc.mimetype.md +0 -3
- package/docs/api/player.playermediasourcedesc.source.md +0 -3
- package/docs/api/player.playerplugin.md +0 -4
- package/docs/api/player.playerpluginconstructor.md +14 -0
- package/docs/api/player.poster.md +1 -1
- package/docs/api/player.qualitylevel.bitrate.md +0 -3
- package/docs/api/player.qualitylevel.height.md +0 -3
- package/docs/api/player.qualitylevel.level.md +0 -3
- package/docs/api/player.qualitylevel.md +4 -7
- package/docs/api/player.qualitylevel.width.md +0 -3
- package/docs/api/player.seektime.md +1 -1
- package/docs/api/player.share.attributes.md +3 -0
- package/docs/api/player.share.bindevents.md +3 -0
- package/docs/api/player.share.canshowshare.md +3 -0
- package/docs/api/player.share.events.md +3 -0
- package/docs/api/player.share.hideshare.md +3 -0
- package/docs/api/player.share.initializeicons.md +3 -0
- package/docs/api/player.share.md +40 -1
- package/docs/api/player.share.name.md +3 -0
- package/docs/api/player.share.onshareembedclick.md +3 -0
- package/docs/api/player.share.onsharefb.md +3 -0
- package/docs/api/player.share.onsharehide.md +3 -0
- package/docs/api/player.share.onsharelinkclick.md +3 -0
- package/docs/api/player.share.onshareshow.md +3 -0
- package/docs/api/player.share.onsharetw.md +3 -0
- package/docs/api/player.share.render.md +3 -0
- package/docs/api/player.share.showshare.md +3 -0
- package/docs/api/player.share.supportedversion.md +3 -0
- package/docs/api/player.share.template.md +3 -0
- package/docs/api/player.share.unbindevents.md +3 -0
- package/docs/api/player.skiptime.attributes.md +3 -0
- package/docs/api/player.skiptime.bindevents.md +3 -0
- package/docs/api/player.skiptime.container.md +3 -0
- package/docs/api/player.skiptime.events.md +3 -0
- package/docs/api/player.skiptime.handlerewindclicks.md +3 -0
- package/docs/api/player.skiptime.md +30 -1
- package/docs/api/player.skiptime.name.md +3 -0
- package/docs/api/player.skiptime.render.md +3 -0
- package/docs/api/player.skiptime.setback.md +3 -0
- package/docs/api/player.skiptime.setforward.md +3 -0
- package/docs/api/player.skiptime.setmidclick.md +3 -0
- package/docs/api/player.skiptime.supportedversion.md +3 -0
- package/docs/api/player.skiptime.template.md +3 -0
- package/docs/api/player.skiptime.togglefullscreen.md +3 -0
- package/docs/api/player.sourcecontroller.md +1 -1
- package/docs/api/player.spinnerevents.md +4 -1
- package/docs/api/player.spinnerthreebounce.hide.md +1 -1
- package/docs/api/player.spinnerthreebounce.md +7 -5
- package/docs/api/player.spinnerthreebounce.show.md +40 -2
- package/docs/api/player.subtitles.md +1 -1
- package/docs/api/player.telemetry.md +1 -1
- package/docs/api/player.telemetrypluginsettings.md +1 -1
- package/docs/api/{player.errorscreen.hide.md → player.telemetrysendfn.md} +6 -6
- package/docs/api/player.thumbnails.md +1 -1
- package/docs/api/player.timeposition.current.md +0 -3
- package/docs/api/player.timeposition.md +2 -5
- package/docs/api/player.timeposition.total.md +0 -3
- package/docs/api/player.timevalue.md +0 -3
- package/docs/api/player.translationkey.md +0 -3
- package/docs/api/player.translationsettings.md +0 -3
- package/docs/api/player.transportpreference.md +2 -7
- package/docs/api/player.volumefade.md +1 -1
- package/lib/Player.d.ts +18 -9
- package/lib/Player.d.ts.map +1 -1
- package/lib/Player.js +19 -14
- package/lib/index.core.d.ts +0 -1
- package/lib/index.core.d.ts.map +1 -1
- package/lib/index.core.js +0 -1
- package/lib/index.d.ts +18 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +18 -1
- package/lib/index.plugins.d.ts +0 -1
- package/lib/index.plugins.d.ts.map +1 -1
- package/lib/index.plugins.js +0 -1
- package/lib/playback/hls-playback/HlsPlayback.d.ts.map +1 -1
- package/lib/playback/hls-playback/HlsPlayback.js +1 -1
- package/lib/playback.types.d.ts +8 -7
- package/lib/playback.types.d.ts.map +1 -1
- package/lib/playback.types.js +1 -1
- package/lib/plugins/audio-selector/AudioSelector.d.ts +1 -1
- package/lib/plugins/audio-selector/AudioSelector.js +1 -1
- package/lib/plugins/big-mute-button/BigMuteButton.d.ts +1 -1
- package/lib/plugins/big-mute-button/BigMuteButton.d.ts.map +1 -1
- package/lib/plugins/big-mute-button/BigMuteButton.js +1 -2
- package/lib/plugins/bottom-gear/BottomGear.d.ts +2 -2
- package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
- package/lib/plugins/bottom-gear/BottomGear.js +1 -1
- package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts +1 -1
- package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.js +1 -1
- package/lib/plugins/clappr-nerd-stats/speedtest/Speedtest.d.ts.map +1 -1
- package/lib/plugins/clappr-nerd-stats/speedtest/Speedtest.js +8 -8
- package/lib/plugins/clappr-stats/ClapprStats.d.ts +4 -5
- package/lib/plugins/clappr-stats/ClapprStats.d.ts.map +1 -1
- package/lib/plugins/clappr-stats/ClapprStats.js +4 -3
- package/lib/plugins/click-to-pause/ClickToPause.d.ts +1 -1
- package/lib/plugins/click-to-pause/ClickToPause.js +1 -1
- package/lib/plugins/clips/Clips.d.ts +3 -2
- package/lib/plugins/clips/Clips.d.ts.map +1 -1
- package/lib/plugins/clips/Clips.js +1 -1
- package/lib/plugins/context-menu/ContextMenu.d.ts +1 -1
- package/lib/plugins/context-menu/ContextMenu.d.ts.map +1 -1
- package/lib/plugins/context-menu/ContextMenu.js +1 -1
- package/lib/plugins/dvr-controls/DvrControls.d.ts +7 -4
- package/lib/plugins/dvr-controls/DvrControls.d.ts.map +1 -1
- package/lib/plugins/dvr-controls/DvrControls.js +29 -36
- package/lib/plugins/error-screen/ErrorScreen.d.ts +8 -14
- package/lib/plugins/error-screen/ErrorScreen.d.ts.map +1 -1
- package/lib/plugins/error-screen/ErrorScreen.js +1 -1
- package/lib/plugins/favicon/Favicon.d.ts +1 -1
- package/lib/plugins/favicon/Favicon.js +1 -1
- package/lib/plugins/google-analytics/GoogleAnalytics.d.ts +1 -1
- package/lib/plugins/google-analytics/GoogleAnalytics.js +1 -1
- package/lib/plugins/index.d.ts +0 -1
- package/lib/plugins/index.d.ts.map +1 -1
- package/lib/plugins/index.js +0 -1
- package/lib/plugins/kibo/index.d.ts +0 -3
- package/lib/plugins/kibo/index.d.ts.map +1 -1
- package/lib/plugins/kibo/index.js +0 -3
- package/lib/plugins/level-selector/LevelSelector.d.ts +6 -4
- package/lib/plugins/level-selector/LevelSelector.d.ts.map +1 -1
- package/lib/plugins/level-selector/LevelSelector.js +2 -4
- package/lib/plugins/logo/Logo.d.ts +1 -1
- package/lib/plugins/logo/Logo.js +1 -1
- package/lib/plugins/media-control/MediaControl.d.ts +11 -5
- package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
- package/lib/plugins/media-control/MediaControl.js +17 -5
- package/lib/plugins/multi-camera/MultiCamera.d.ts +3 -11
- package/lib/plugins/multi-camera/MultiCamera.d.ts.map +1 -1
- package/lib/plugins/multi-camera/MultiCamera.js +1 -1
- package/lib/plugins/picture-in-picture/PictureInPicture.d.ts +1 -1
- package/lib/plugins/picture-in-picture/PictureInPicture.js +1 -1
- package/lib/plugins/playback-rate/PlaybackRate.d.ts +1 -1
- package/lib/plugins/playback-rate/PlaybackRate.js +1 -1
- package/lib/plugins/poster/Poster.d.ts +1 -1
- package/lib/plugins/poster/Poster.js +3 -3
- package/lib/plugins/seek-time/SeekTime.d.ts +1 -1
- package/lib/plugins/seek-time/SeekTime.js +1 -1
- package/lib/plugins/share/Share.d.ts +2 -1
- package/lib/plugins/share/Share.d.ts.map +1 -1
- package/lib/plugins/share/Share.js +2 -1
- package/lib/plugins/skip-time/SkipTime.d.ts +2 -1
- package/lib/plugins/skip-time/SkipTime.d.ts.map +1 -1
- package/lib/plugins/skip-time/SkipTime.js +2 -1
- package/lib/plugins/source-controller/SourceController.d.ts +1 -1
- package/lib/plugins/source-controller/SourceController.js +4 -4
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts +6 -3
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts.map +1 -1
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.js +6 -3
- package/lib/plugins/subtitles/Subtitles.d.ts +1 -1
- package/lib/plugins/subtitles/Subtitles.js +1 -1
- package/lib/plugins/telemetry/Telemetry.d.ts +2 -3
- package/lib/plugins/telemetry/Telemetry.d.ts.map +1 -1
- package/lib/plugins/telemetry/Telemetry.js +1 -1
- package/lib/plugins/thumbnails/Thumbnails.d.ts +1 -1
- package/lib/plugins/thumbnails/Thumbnails.js +1 -1
- package/lib/plugins/vast-ads/VastAds.d.ts.map +1 -1
- package/lib/plugins/vast-ads/VastAds.js +3 -3
- package/lib/plugins/vast-ads/roll.d.ts +1 -1
- package/lib/plugins/vast-ads/roll.d.ts.map +1 -1
- package/lib/plugins/vast-ads/rollmanager.d.ts +1 -1
- package/lib/plugins/vast-ads/rollmanager.d.ts.map +1 -1
- package/lib/plugins/vast-ads/rollmanager.js +2 -2
- package/lib/plugins/volume-fade/VolumeFade.d.ts +1 -1
- package/lib/plugins/volume-fade/VolumeFade.js +1 -1
- package/lib/testUtils.d.ts +11 -2
- package/lib/testUtils.d.ts.map +1 -1
- package/lib/testUtils.js +22 -3
- package/lib/types.d.ts +38 -27
- package/lib/types.d.ts.map +1 -1
- package/lib/types.js +1 -1
- package/lib/utils/types.d.ts +0 -6
- package/lib/utils/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/Player.ts +23 -21
- package/src/index.core.ts +0 -1
- package/src/index.plugins.ts +0 -1
- package/src/index.ts +18 -1
- package/src/playback/hls-playback/HlsPlayback.ts +7 -11
- package/src/playback.types.ts +8 -7
- package/src/plugins/audio-selector/AudioSelector.ts +2 -2
- package/src/plugins/big-mute-button/BigMuteButton.ts +2 -3
- package/src/plugins/bottom-gear/BottomGear.ts +2 -2
- package/src/plugins/clappr-nerd-stats/ClapprNerdStats.ts +2 -2
- package/src/plugins/clappr-nerd-stats/speedtest/Speedtest.ts +184 -187
- package/src/plugins/clappr-stats/ClapprStats.ts +5 -4
- package/src/plugins/click-to-pause/ClickToPause.ts +1 -1
- package/src/plugins/clips/Clips.ts +4 -3
- package/src/plugins/context-menu/ContextMenu.ts +1 -3
- package/src/plugins/dvr-controls/DvrControls.ts +34 -45
- package/src/plugins/dvr-controls/__tests__/DvrControls.test.ts +91 -0
- package/src/plugins/dvr-controls/__tests__/__snapshots__/DvrControls.test.ts.snap +43 -0
- package/src/plugins/error-screen/ErrorScreen.ts +10 -17
- package/src/plugins/favicon/Favicon.ts +2 -2
- package/src/plugins/google-analytics/GoogleAnalytics.ts +1 -1
- package/src/plugins/index.ts +0 -1
- package/src/plugins/kibo/index.ts +0 -3
- package/src/plugins/level-selector/LevelSelector.ts +7 -5
- package/src/plugins/logo/Logo.ts +2 -2
- package/src/plugins/media-control/MediaControl.ts +20 -6
- package/src/plugins/multi-camera/MultiCamera.ts +4 -4
- package/src/plugins/picture-in-picture/PictureInPicture.ts +1 -1
- package/src/plugins/playback-rate/PlaybackRate.ts +2 -2
- package/src/plugins/poster/Poster.ts +4 -4
- package/src/plugins/seek-time/SeekTime.ts +2 -2
- package/src/plugins/share/Share.ts +2 -1
- package/src/plugins/skip-time/SkipTime.ts +2 -1
- package/src/plugins/source-controller/SourceController.ts +4 -4
- package/src/plugins/source-controller/__tests__/SourceController.test.ts +2 -2
- package/src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts +6 -3
- package/src/plugins/subtitles/Subtitles.ts +2 -2
- package/src/plugins/telemetry/Telemetry.ts +2 -2
- package/src/plugins/thumbnails/Thumbnails.ts +2 -2
- package/src/plugins/vast-ads/VastAds.ts +5 -4
- package/src/plugins/vast-ads/roll.ts +2 -1
- package/src/plugins/vast-ads/rollmanager.ts +3 -3
- package/src/plugins/volume-fade/VolumeFade.ts +1 -1
- package/src/testUtils.ts +28 -4
- package/src/types.ts +41 -28
- package/src/utils/types.ts +0 -8
- package/temp/player.api.json +680 -786
- package/tsconfig.tsbuildinfo +1 -1
- package/docs/api/player.clapprstats.onbitrate.md +0 -52
- package/docs/api/player.errorscreen.attributes.md +0 -17
- package/docs/api/player.errorscreen.name.md +0 -14
- package/docs/api/player.errorscreen.show.md +0 -54
- package/docs/api/player.errorscreen.supportedversion.md +0 -16
- package/docs/api/player.errorscreen.template.md +0 -14
- package/docs/api/player.mediatransport.md +0 -16
- package/docs/api/player.multicamera.getcameraslist.md +0 -18
- package/docs/api/player.multicamera.getcurrentcamera.md +0 -18
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
2
|
|
|
3
|
-
[Home](./index.md) > [@gcorevideo/player](./player.md) > [
|
|
3
|
+
[Home](./index.md) > [@gcorevideo/player](./player.md) > [LevelSelectorPluginSettings](./player.levelselectorpluginsettings.md) > [restrictResolution](./player.levelselectorpluginsettings.restrictresolution.md)
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## LevelSelectorPluginSettings.restrictResolution property
|
|
6
6
|
|
|
7
7
|
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
8
|
>
|
|
9
9
|
|
|
10
|
+
The maximum resolution to allow in the level selector.
|
|
11
|
+
|
|
10
12
|
**Signature:**
|
|
11
13
|
|
|
12
14
|
```typescript
|
|
13
|
-
|
|
15
|
+
restrictResolution?: number;
|
|
14
16
|
```
|
|
15
|
-
**Returns:**
|
|
16
|
-
|
|
17
|
-
void
|
|
18
|
-
|
package/docs/api/player.logo.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
8
|
>
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
`PLUGIN` that adds custom logo to the player.
|
|
11
11
|
|
|
12
12
|
**Signature:**
|
|
13
13
|
|
package/docs/api/player.md
CHANGED
|
@@ -10,6 +10,26 @@ Video player for the Gcore streaming platform
|
|
|
10
10
|
|
|
11
11
|
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 [Player](./player.player.md) for more information.
|
|
12
12
|
|
|
13
|
+
Various plugins (marked with `PLUGIN` keyword) are available to extend the player with additional features.
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
```ts
|
|
19
|
+
import { Player, MediaControl, ErrorScreen } from '@gcorevideo/player'
|
|
20
|
+
|
|
21
|
+
Player.registerPlugin(MediaControl)
|
|
22
|
+
Player.registerPlugin(ErrorScreen)
|
|
23
|
+
|
|
24
|
+
const player = new Player({
|
|
25
|
+
autoPlay: true,
|
|
26
|
+
mute: true,
|
|
27
|
+
sources: [{ source: 'https://example.com/a.mpd', mimeType: 'application/dash+xml' }],
|
|
28
|
+
})
|
|
29
|
+
|
|
30
|
+
player.attachTo(document.getElementById('container'))
|
|
31
|
+
```
|
|
32
|
+
|
|
13
33
|
## Classes
|
|
14
34
|
|
|
15
35
|
<table><thead><tr><th>
|
|
@@ -30,7 +50,7 @@ Description
|
|
|
30
50
|
|
|
31
51
|
</td><td>
|
|
32
52
|
|
|
33
|
-
**_(BETA)_**
|
|
53
|
+
**_(BETA)_** `PLUGIN` that adds an audio track selector to the media control UI.
|
|
34
54
|
|
|
35
55
|
|
|
36
56
|
</td></tr>
|
|
@@ -41,7 +61,7 @@ Description
|
|
|
41
61
|
|
|
42
62
|
</td><td>
|
|
43
63
|
|
|
44
|
-
**_(BETA)_**
|
|
64
|
+
**_(BETA)_** `PLUGIN` that displays a big mute button over the video when it's muted. Once pressed, it unmutes the video.
|
|
45
65
|
|
|
46
66
|
|
|
47
67
|
</td></tr>
|
|
@@ -52,7 +72,7 @@ Description
|
|
|
52
72
|
|
|
53
73
|
</td><td>
|
|
54
74
|
|
|
55
|
-
**_(BETA)_**
|
|
75
|
+
**_(BETA)_** `PLUGIN` that adds the gear button with an extra options menu on the right side of the [media control](./player.mediacontrol.md) UI
|
|
56
76
|
|
|
57
77
|
|
|
58
78
|
</td></tr>
|
|
@@ -63,7 +83,7 @@ Description
|
|
|
63
83
|
|
|
64
84
|
</td><td>
|
|
65
85
|
|
|
66
|
-
**_(BETA)_**
|
|
86
|
+
**_(BETA)_** `PLUGIN` that displays useful network-related statistics.
|
|
67
87
|
|
|
68
88
|
|
|
69
89
|
</td></tr>
|
|
@@ -74,7 +94,7 @@ Description
|
|
|
74
94
|
|
|
75
95
|
</td><td>
|
|
76
96
|
|
|
77
|
-
**_(BETA)_**
|
|
97
|
+
**_(BETA)_** `PLUGIN` that collects useful statistics about playback performance.
|
|
78
98
|
|
|
79
99
|
|
|
80
100
|
</td></tr>
|
|
@@ -85,7 +105,7 @@ Description
|
|
|
85
105
|
|
|
86
106
|
</td><td>
|
|
87
107
|
|
|
88
|
-
**_(BETA)_**
|
|
108
|
+
**_(BETA)_** `PLUGIN` that adds a behavior of toggling the playback state on click over the container
|
|
89
109
|
|
|
90
110
|
|
|
91
111
|
</td></tr>
|
|
@@ -96,7 +116,7 @@ Description
|
|
|
96
116
|
|
|
97
117
|
</td><td>
|
|
98
118
|
|
|
99
|
-
**_(BETA)_**
|
|
119
|
+
**_(BETA)_** `PLUGIN` that shows text over the seekbar to indicate the current clip.
|
|
100
120
|
|
|
101
121
|
|
|
102
122
|
</td></tr>
|
|
@@ -107,7 +127,7 @@ Description
|
|
|
107
127
|
|
|
108
128
|
</td><td>
|
|
109
129
|
|
|
110
|
-
**_(BETA)_**
|
|
130
|
+
**_(BETA)_** `PLUGIN` that displays a small context menu when clicked on the player container.
|
|
111
131
|
|
|
112
132
|
|
|
113
133
|
</td></tr>
|
|
@@ -118,7 +138,7 @@ Description
|
|
|
118
138
|
|
|
119
139
|
</td><td>
|
|
120
140
|
|
|
121
|
-
**_(BETA)_**
|
|
141
|
+
**_(BETA)_** `PLUGIN` that adds the DVR controls to the media control UI
|
|
122
142
|
|
|
123
143
|
|
|
124
144
|
</td></tr>
|
|
@@ -129,7 +149,7 @@ Description
|
|
|
129
149
|
|
|
130
150
|
</td><td>
|
|
131
151
|
|
|
132
|
-
**_(BETA)_**
|
|
152
|
+
**_(BETA)_** `PLUGIN` that displays errors nicely in the overlay on top of the player.
|
|
133
153
|
|
|
134
154
|
|
|
135
155
|
</td></tr>
|
|
@@ -140,7 +160,7 @@ Description
|
|
|
140
160
|
|
|
141
161
|
</td><td>
|
|
142
162
|
|
|
143
|
-
**_(BETA)_**
|
|
163
|
+
**_(BETA)_** `PLUGIN` that adds custom favicon to the player's tab.
|
|
144
164
|
|
|
145
165
|
|
|
146
166
|
</td></tr>
|
|
@@ -151,7 +171,7 @@ Description
|
|
|
151
171
|
|
|
152
172
|
</td><td>
|
|
153
173
|
|
|
154
|
-
**_(BETA)_**
|
|
174
|
+
**_(BETA)_** `PLUGIN` that integrates with Google Analytics
|
|
155
175
|
|
|
156
176
|
|
|
157
177
|
</td></tr>
|
|
@@ -162,7 +182,7 @@ Description
|
|
|
162
182
|
|
|
163
183
|
</td><td>
|
|
164
184
|
|
|
165
|
-
**_(BETA)_**
|
|
185
|
+
**_(BETA)_** `PLUGIN` that provides a UI to select the desired quality level of the playback.
|
|
166
186
|
|
|
167
187
|
|
|
168
188
|
</td></tr>
|
|
@@ -173,7 +193,7 @@ Description
|
|
|
173
193
|
|
|
174
194
|
</td><td>
|
|
175
195
|
|
|
176
|
-
**_(BETA)_**
|
|
196
|
+
**_(BETA)_** `PLUGIN` that adds custom logo to the player.
|
|
177
197
|
|
|
178
198
|
|
|
179
199
|
</td></tr>
|
|
@@ -184,7 +204,7 @@ Description
|
|
|
184
204
|
|
|
185
205
|
</td><td>
|
|
186
206
|
|
|
187
|
-
**_(BETA)_**
|
|
207
|
+
**_(BETA)_** `PLUGIN` that provides a foundation for developing custom media controls UI.
|
|
188
208
|
|
|
189
209
|
|
|
190
210
|
</td></tr>
|
|
@@ -195,7 +215,7 @@ Description
|
|
|
195
215
|
|
|
196
216
|
</td><td>
|
|
197
217
|
|
|
198
|
-
**_(BETA)_**
|
|
218
|
+
**_(BETA)_** `PLUGIN` that adds support for loading multiple streams and switching between them using the media control UI.
|
|
199
219
|
|
|
200
220
|
|
|
201
221
|
</td></tr>
|
|
@@ -206,7 +226,7 @@ Description
|
|
|
206
226
|
|
|
207
227
|
</td><td>
|
|
208
228
|
|
|
209
|
-
**_(BETA)_**
|
|
229
|
+
**_(BETA)_** `PLUGIN` that enables picture in picture mode.
|
|
210
230
|
|
|
211
231
|
|
|
212
232
|
</td></tr>
|
|
@@ -217,7 +237,7 @@ Description
|
|
|
217
237
|
|
|
218
238
|
</td><td>
|
|
219
239
|
|
|
220
|
-
**_(BETA)_**
|
|
240
|
+
**_(BETA)_** `PLUGIN` that allows changing the playback speed of the video.
|
|
221
241
|
|
|
222
242
|
|
|
223
243
|
</td></tr>
|
|
@@ -228,7 +248,7 @@ Description
|
|
|
228
248
|
|
|
229
249
|
</td><td>
|
|
230
250
|
|
|
231
|
-
|
|
251
|
+
`MAIN` component to use in the application code.
|
|
232
252
|
|
|
233
253
|
|
|
234
254
|
</td></tr>
|
|
@@ -239,7 +259,7 @@ Description
|
|
|
239
259
|
|
|
240
260
|
</td><td>
|
|
241
261
|
|
|
242
|
-
**_(BETA)_**
|
|
262
|
+
**_(BETA)_** `PLUGIN` that displays a poster image in the background and a big play button on top when playback is stopped
|
|
243
263
|
|
|
244
264
|
|
|
245
265
|
</td></tr>
|
|
@@ -250,7 +270,7 @@ Description
|
|
|
250
270
|
|
|
251
271
|
</td><td>
|
|
252
272
|
|
|
253
|
-
**_(BETA)_**
|
|
273
|
+
**_(BETA)_** `PLUGIN` that adds a seek time indicator to the media control UI.
|
|
254
274
|
|
|
255
275
|
|
|
256
276
|
</td></tr>
|
|
@@ -261,7 +281,7 @@ Description
|
|
|
261
281
|
|
|
262
282
|
</td><td>
|
|
263
283
|
|
|
264
|
-
|
|
284
|
+
**_(BETA)_** `PLUGIN` that adds a share button to the media control UI.
|
|
265
285
|
|
|
266
286
|
|
|
267
287
|
</td></tr>
|
|
@@ -272,7 +292,7 @@ The plugin adds a share button to the media control UI.
|
|
|
272
292
|
|
|
273
293
|
</td><td>
|
|
274
294
|
|
|
275
|
-
|
|
295
|
+
**_(BETA)_** `PLUGIN` that adds skip controls to the media control UI.
|
|
276
296
|
|
|
277
297
|
|
|
278
298
|
</td></tr>
|
|
@@ -283,7 +303,7 @@ The plugin adds skip controls to the media control UI.
|
|
|
283
303
|
|
|
284
304
|
</td><td>
|
|
285
305
|
|
|
286
|
-
**_(BETA)_**
|
|
306
|
+
**_(BETA)_** `PLUGIN` that is responsible for managing the automatic failover between sources.
|
|
287
307
|
|
|
288
308
|
|
|
289
309
|
</td></tr>
|
|
@@ -294,7 +314,7 @@ The plugin adds skip controls to the media control UI.
|
|
|
294
314
|
|
|
295
315
|
</td><td>
|
|
296
316
|
|
|
297
|
-
**_(BETA)_**
|
|
317
|
+
**_(BETA)_** `PLUGIN` that shows a pending operation indicator when playback is buffering or in a similar state
|
|
298
318
|
|
|
299
319
|
|
|
300
320
|
</td></tr>
|
|
@@ -305,7 +325,7 @@ The plugin adds skip controls to the media control UI.
|
|
|
305
325
|
|
|
306
326
|
</td><td>
|
|
307
327
|
|
|
308
|
-
**_(BETA)_**
|
|
328
|
+
**_(BETA)_** `PLUGIN` that provides a UI to select the subtitles when available.
|
|
309
329
|
|
|
310
330
|
|
|
311
331
|
</td></tr>
|
|
@@ -316,7 +336,7 @@ The plugin adds skip controls to the media control UI.
|
|
|
316
336
|
|
|
317
337
|
</td><td>
|
|
318
338
|
|
|
319
|
-
**_(BETA)_**
|
|
339
|
+
**_(BETA)_** `PLUGIN` that collects and reports the performance statistics.
|
|
320
340
|
|
|
321
341
|
|
|
322
342
|
</td></tr>
|
|
@@ -327,7 +347,7 @@ The plugin adds skip controls to the media control UI.
|
|
|
327
347
|
|
|
328
348
|
</td><td>
|
|
329
349
|
|
|
330
|
-
**_(BETA)_**
|
|
350
|
+
**_(BETA)_** `PLUGIN` that displays the thumbnails of the video when available.
|
|
331
351
|
|
|
332
352
|
|
|
333
353
|
</td></tr>
|
|
@@ -338,7 +358,7 @@ The plugin adds skip controls to the media control UI.
|
|
|
338
358
|
|
|
339
359
|
</td><td>
|
|
340
360
|
|
|
341
|
-
**_(BETA)_**
|
|
361
|
+
**_(BETA)_** `PLUGIN` that applies fade effect to the player's volume change.
|
|
342
362
|
|
|
343
363
|
|
|
344
364
|
</td></tr>
|
|
@@ -359,12 +379,12 @@ Description
|
|
|
359
379
|
</th></tr></thead>
|
|
360
380
|
<tbody><tr><td>
|
|
361
381
|
|
|
362
|
-
[
|
|
382
|
+
[MediaControlEvents](./player.mediacontrolevents.md)
|
|
363
383
|
|
|
364
384
|
|
|
365
385
|
</td><td>
|
|
366
386
|
|
|
367
|
-
**_(BETA)_** Custom events emitted by the
|
|
387
|
+
**_(BETA)_** Custom events emitted by the plugins to communicate with one another
|
|
368
388
|
|
|
369
389
|
|
|
370
390
|
</td></tr>
|
|
@@ -375,7 +395,7 @@ Description
|
|
|
375
395
|
|
|
376
396
|
</td><td>
|
|
377
397
|
|
|
378
|
-
|
|
398
|
+
Codes of errors occurring within the playback component.
|
|
379
399
|
|
|
380
400
|
|
|
381
401
|
</td></tr>
|
|
@@ -386,7 +406,7 @@ Description
|
|
|
386
406
|
|
|
387
407
|
</td><td>
|
|
388
408
|
|
|
389
|
-
|
|
409
|
+
A top-level event on the player object
|
|
390
410
|
|
|
391
411
|
|
|
392
412
|
</td></tr>
|
|
@@ -397,7 +417,7 @@ Description
|
|
|
397
417
|
|
|
398
418
|
</td><td>
|
|
399
419
|
|
|
400
|
-
Custom events emitted by the plugin
|
|
420
|
+
**_(BETA)_** Custom events emitted by the plugin
|
|
401
421
|
|
|
402
422
|
|
|
403
423
|
</td></tr>
|
|
@@ -471,7 +491,7 @@ Description
|
|
|
471
491
|
|
|
472
492
|
</td><td>
|
|
473
493
|
|
|
474
|
-
Configuration options
|
|
494
|
+
**_(BETA)_** Configuration options for the [clips](./player.clipsplugin.md) plugin.
|
|
475
495
|
|
|
476
496
|
|
|
477
497
|
</td></tr>
|
|
@@ -496,6 +516,17 @@ Configuration options
|
|
|
496
516
|
**_(BETA)_** Telemetry init event data
|
|
497
517
|
|
|
498
518
|
|
|
519
|
+
</td></tr>
|
|
520
|
+
<tr><td>
|
|
521
|
+
|
|
522
|
+
[LevelSelectorPluginSettings](./player.levelselectorpluginsettings.md)
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
</td><td>
|
|
526
|
+
|
|
527
|
+
**_(BETA)_** Configuration options for the [level selector](./player.levelselector.md) plugin.
|
|
528
|
+
|
|
529
|
+
|
|
499
530
|
</td></tr>
|
|
500
531
|
<tr><td>
|
|
501
532
|
|
|
@@ -504,7 +535,7 @@ Configuration options
|
|
|
504
535
|
|
|
505
536
|
</td><td>
|
|
506
537
|
|
|
507
|
-
|
|
538
|
+
An error occurred during the playback.
|
|
508
539
|
|
|
509
540
|
|
|
510
541
|
</td></tr>
|
|
@@ -515,7 +546,7 @@ Configuration options
|
|
|
515
546
|
|
|
516
547
|
</td><td>
|
|
517
548
|
|
|
518
|
-
|
|
549
|
+
Configuration options for the player
|
|
519
550
|
|
|
520
551
|
|
|
521
552
|
</td></tr>
|
|
@@ -526,7 +557,7 @@ Configuration options
|
|
|
526
557
|
|
|
527
558
|
</td><td>
|
|
528
559
|
|
|
529
|
-
|
|
560
|
+
Describes a media source with its MIME type and URL.
|
|
530
561
|
|
|
531
562
|
|
|
532
563
|
</td></tr>
|
|
@@ -537,7 +568,7 @@ Configuration options
|
|
|
537
568
|
|
|
538
569
|
</td><td>
|
|
539
570
|
|
|
540
|
-
|
|
571
|
+
A level of quality within a media source.
|
|
541
572
|
|
|
542
573
|
|
|
543
574
|
</td></tr>
|
|
@@ -581,7 +612,7 @@ Configuration options
|
|
|
581
612
|
|
|
582
613
|
</td><td>
|
|
583
614
|
|
|
584
|
-
|
|
615
|
+
Current playback time and total duration of the media.
|
|
585
616
|
|
|
586
617
|
|
|
587
618
|
</td></tr>
|
|
@@ -613,12 +644,32 @@ Description
|
|
|
613
644
|
</th></tr></thead>
|
|
614
645
|
<tbody><tr><td>
|
|
615
646
|
|
|
647
|
+
[ContainerPluginConstructor](./player.containerpluginconstructor.md)
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
</td><td>
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
</td></tr>
|
|
655
|
+
<tr><td>
|
|
656
|
+
|
|
616
657
|
[ContainerSize](./player.containersize.md)
|
|
617
658
|
|
|
618
659
|
|
|
619
660
|
</td><td>
|
|
620
661
|
|
|
621
|
-
|
|
662
|
+
Dimensions of the player container DOM element.
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
</td></tr>
|
|
666
|
+
<tr><td>
|
|
667
|
+
|
|
668
|
+
[CorePluginConstructor](./player.corepluginconstructor.md)
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
</td><td>
|
|
672
|
+
|
|
622
673
|
|
|
623
674
|
|
|
624
675
|
</td></tr>
|
|
@@ -629,7 +680,7 @@ Description
|
|
|
629
680
|
|
|
630
681
|
</td><td>
|
|
631
682
|
|
|
632
|
-
|
|
683
|
+
A plain JS object that must conform to the DASH.js settings schema.
|
|
633
684
|
|
|
634
685
|
[DASH.js settings](https://cdn.dashjs.org/latest/jsdoc/module-Settings.html)
|
|
635
686
|
|
|
@@ -642,51 +693,51 @@ Description
|
|
|
642
693
|
|
|
643
694
|
</td><td>
|
|
644
695
|
|
|
645
|
-
|
|
696
|
+
Levels of severity of errors. Non-fatal errors usually can be ignored.
|
|
646
697
|
|
|
647
698
|
|
|
648
699
|
</td></tr>
|
|
649
700
|
<tr><td>
|
|
650
701
|
|
|
651
|
-
[
|
|
702
|
+
[ErrorScreenPluginSettings](./player.errorscreenpluginsettings.md)
|
|
652
703
|
|
|
653
704
|
|
|
654
705
|
</td><td>
|
|
655
706
|
|
|
656
|
-
**_(BETA)_**
|
|
707
|
+
**_(BETA)_** Configuration options for the [error screen](./player.errorscreen.md) plugin.
|
|
657
708
|
|
|
658
709
|
|
|
659
710
|
</td></tr>
|
|
660
711
|
<tr><td>
|
|
661
712
|
|
|
662
|
-
[
|
|
713
|
+
[GearItemElement](./player.gearitemelement.md)
|
|
663
714
|
|
|
664
715
|
|
|
665
716
|
</td><td>
|
|
666
717
|
|
|
667
|
-
**_(BETA)_** An
|
|
718
|
+
**_(BETA)_** An element inside the gear menu
|
|
668
719
|
|
|
669
720
|
|
|
670
721
|
</td></tr>
|
|
671
722
|
<tr><td>
|
|
672
723
|
|
|
673
|
-
[
|
|
724
|
+
[LangTag](./player.langtag.md)
|
|
674
725
|
|
|
675
726
|
|
|
676
727
|
</td><td>
|
|
677
728
|
|
|
678
|
-
|
|
729
|
+
An ISO 639-1 language code.
|
|
679
730
|
|
|
680
731
|
|
|
681
732
|
</td></tr>
|
|
682
733
|
<tr><td>
|
|
683
734
|
|
|
684
|
-
[
|
|
735
|
+
[MediaControlElement](./player.mediacontrolelement.md)
|
|
685
736
|
|
|
686
737
|
|
|
687
738
|
</td><td>
|
|
688
739
|
|
|
689
|
-
**_(BETA)_** Media
|
|
740
|
+
**_(BETA)_** Media control elements, mount points for additional plugins
|
|
690
741
|
|
|
691
742
|
|
|
692
743
|
</td></tr>
|
|
@@ -697,7 +748,7 @@ Description
|
|
|
697
748
|
|
|
698
749
|
</td><td>
|
|
699
750
|
|
|
700
|
-
|
|
751
|
+
Module to perform the playback.
|
|
701
752
|
|
|
702
753
|
|
|
703
754
|
</td></tr>
|
|
@@ -708,7 +759,7 @@ Description
|
|
|
708
759
|
|
|
709
760
|
</td><td>
|
|
710
761
|
|
|
711
|
-
|
|
762
|
+
Type of a stream
|
|
712
763
|
|
|
713
764
|
|
|
714
765
|
</td></tr>
|
|
@@ -719,7 +770,7 @@ Description
|
|
|
719
770
|
|
|
720
771
|
</td><td>
|
|
721
772
|
|
|
722
|
-
|
|
773
|
+
Subsystems of a player component.
|
|
723
774
|
|
|
724
775
|
|
|
725
776
|
</td></tr>
|
|
@@ -730,8 +781,6 @@ Description
|
|
|
730
781
|
|
|
731
782
|
</td><td>
|
|
732
783
|
|
|
733
|
-
**_(BETA)_**
|
|
734
|
-
|
|
735
784
|
|
|
736
785
|
</td></tr>
|
|
737
786
|
<tr><td>
|
|
@@ -741,7 +790,7 @@ Description
|
|
|
741
790
|
|
|
742
791
|
</td><td>
|
|
743
792
|
|
|
744
|
-
|
|
793
|
+
Debug output category selector
|
|
745
794
|
|
|
746
795
|
|
|
747
796
|
</td></tr>
|
|
@@ -752,7 +801,7 @@ Description
|
|
|
752
801
|
|
|
753
802
|
</td><td>
|
|
754
803
|
|
|
755
|
-
|
|
804
|
+
Type of a listener callback function for a player event. See the description of the event parameters in [PlayerEvent](./player.playerevent.md)<!-- -->.
|
|
756
805
|
|
|
757
806
|
|
|
758
807
|
</td></tr>
|
|
@@ -763,7 +812,6 @@ Description
|
|
|
763
812
|
|
|
764
813
|
</td><td>
|
|
765
814
|
|
|
766
|
-
**_(BETA)_**
|
|
767
815
|
|
|
768
816
|
|
|
769
817
|
</td></tr>
|
|
@@ -774,7 +822,7 @@ Description
|
|
|
774
822
|
|
|
775
823
|
</td><td>
|
|
776
824
|
|
|
777
|
-
|
|
825
|
+
A media source to fetch the media data from
|
|
778
826
|
|
|
779
827
|
|
|
780
828
|
</td></tr>
|
|
@@ -785,7 +833,15 @@ Description
|
|
|
785
833
|
|
|
786
834
|
</td><td>
|
|
787
835
|
|
|
788
|
-
|
|
836
|
+
|
|
837
|
+
</td></tr>
|
|
838
|
+
<tr><td>
|
|
839
|
+
|
|
840
|
+
[PlayerPluginConstructor](./player.playerpluginconstructor.md)
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
</td><td>
|
|
844
|
+
|
|
789
845
|
|
|
790
846
|
|
|
791
847
|
</td></tr>
|
|
@@ -810,6 +866,17 @@ Description
|
|
|
810
866
|
**_(BETA)_** Telemetry record
|
|
811
867
|
|
|
812
868
|
|
|
869
|
+
</td></tr>
|
|
870
|
+
<tr><td>
|
|
871
|
+
|
|
872
|
+
[TelemetrySendFn](./player.telemetrysendfn.md)
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
</td><td>
|
|
876
|
+
|
|
877
|
+
**_(BETA)_** Callback to send the telemetry record to the storage.
|
|
878
|
+
|
|
879
|
+
|
|
813
880
|
</td></tr>
|
|
814
881
|
<tr><td>
|
|
815
882
|
|
|
@@ -851,7 +918,7 @@ Description
|
|
|
851
918
|
|
|
852
919
|
</td><td>
|
|
853
920
|
|
|
854
|
-
|
|
921
|
+
Playback time in seconds since the beginning of the stream (or a segment for the live streams)
|
|
855
922
|
|
|
856
923
|
|
|
857
924
|
</td></tr>
|
|
@@ -862,7 +929,6 @@ Description
|
|
|
862
929
|
|
|
863
930
|
</td><td>
|
|
864
931
|
|
|
865
|
-
**_(BETA)_**
|
|
866
932
|
|
|
867
933
|
|
|
868
934
|
</td></tr>
|
|
@@ -873,7 +939,7 @@ Description
|
|
|
873
939
|
|
|
874
940
|
</td><td>
|
|
875
941
|
|
|
876
|
-
|
|
942
|
+
Localization strings for the player UI.
|
|
877
943
|
|
|
878
944
|
|
|
879
945
|
</td></tr>
|
|
@@ -884,7 +950,7 @@ Description
|
|
|
884
950
|
|
|
885
951
|
</td><td>
|
|
886
952
|
|
|
887
|
-
|
|
953
|
+
Preferred streaming media delivery protocol
|
|
888
954
|
|
|
889
955
|
|
|
890
956
|
</td></tr>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
2
|
|
|
3
|
-
[Home](./index.md) > [@gcorevideo/player](./player.md) > [
|
|
3
|
+
[Home](./index.md) > [@gcorevideo/player](./player.md) > [MediaControl](./player.mediacontrol.md) > [currentSeekPos](./player.mediacontrol.currentseekpos.md)
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## MediaControl.currentSeekPos property
|
|
6
6
|
|
|
7
7
|
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
8
|
>
|
|
@@ -10,5 +10,5 @@
|
|
|
10
10
|
**Signature:**
|
|
11
11
|
|
|
12
12
|
```typescript
|
|
13
|
-
get
|
|
13
|
+
get currentSeekPos(): number;
|
|
14
14
|
```
|