@gcorevideo/player 2.26.1 → 2.26.4
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/README.md +5 -5
- package/dist/core.js +1 -1
- package/dist/index.css +893 -893
- package/dist/index.embed.js +42 -29
- package/dist/index.js +52 -39
- package/dist/player.d.ts +14 -15
- package/docs/api/player.audiotracks.md +0 -3
- package/docs/api/player.contextmenu._constructor_.md +0 -3
- package/docs/api/player.contextmenu.md +1 -4
- package/docs/api/player.contextmenupluginsettings.md +1 -4
- package/docs/api/player.contextmenupluginsettings.options.md +0 -3
- package/docs/api/player.md +14 -14
- package/docs/api/player.mediacontrol._constructor_.md +0 -3
- package/docs/api/player.mediacontrol.currentseekpos.md +0 -3
- package/docs/api/player.mediacontrol.defaultsettings.md +0 -3
- package/docs/api/player.mediacontrol.disable.md +0 -3
- package/docs/api/player.mediacontrol.enable.md +0 -3
- package/docs/api/player.mediacontrol.extendsettings.md +0 -3
- package/docs/api/player.mediacontrol.getavailableheight.md +0 -3
- package/docs/api/player.mediacontrol.getavailablepopupheight.md +0 -3
- package/docs/api/player.mediacontrol.md +11 -22
- package/docs/api/player.mediacontrol.mount.md +0 -3
- package/docs/api/player.mediacontrol.muted.md +0 -3
- package/docs/api/player.mediacontrol.setinitialvolume.md +0 -3
- package/docs/api/player.mediacontrol.setvolume.md +0 -3
- package/docs/api/player.mediacontrol.slot.md +0 -3
- package/docs/api/player.mediacontrol.toggleelement.md +0 -3
- package/docs/api/player.mediacontrol.volume.md +0 -3
- package/docs/api/player.mediacontrolelement.md +0 -3
- package/docs/api/player.mediacontrolsettings.md +0 -3
- package/docs/api/player.mediacontrolslotmountpoint.md +0 -3
- package/docs/api/player.playbackrate._constructor_.md +0 -3
- package/docs/api/player.playbackrate.md +1 -4
- package/docs/api/player.seektime.attributes.md +0 -3
- package/docs/api/player.seektime.md +0 -9
- package/docs/api/player.seektime.name.md +0 -3
- package/docs/api/player.seektime.supportedversion.md +0 -3
- package/docs/api/player.seektimesettings.md +0 -3
- package/docs/api/player.standardmediacontrolelement.md +0 -3
- package/docs/api/player.thumbnails._constructor_.md +0 -3
- package/docs/api/player.thumbnails.md +1 -6
- package/docs/api/player.thumbnails.render.md +0 -3
- package/docs/api/player.thumbnailspluginsettings.md +0 -3
- package/docs/api/player.volumefade._constructor_.md +0 -3
- package/docs/api/player.volumefade.md +1 -4
- package/lib/plugins/audio-selector/AudioTracks.d.ts +1 -1
- package/lib/plugins/audio-selector/AudioTracks.js +1 -1
- package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
- package/lib/plugins/bottom-gear/BottomGear.js +3 -1
- package/lib/plugins/context-menu/ContextMenu.d.ts +2 -2
- package/lib/plugins/context-menu/ContextMenu.js +1 -1
- package/lib/plugins/level-selector/QualityLevels.js +1 -1
- package/lib/plugins/media-control/MediaControl.d.ts +5 -5
- package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
- package/lib/plugins/media-control/MediaControl.js +7 -6
- package/lib/plugins/playback-rate/PlaybackRate.d.ts +1 -1
- package/lib/plugins/playback-rate/PlaybackRate.js +1 -1
- package/lib/plugins/seek-time/SeekTime.d.ts +2 -3
- package/lib/plugins/seek-time/SeekTime.d.ts.map +1 -1
- package/lib/plugins/seek-time/SeekTime.js +1 -1
- package/lib/plugins/source-controller/SourceController.d.ts.map +1 -1
- package/lib/plugins/source-controller/SourceController.js +16 -8
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts.map +1 -1
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.js +4 -2
- package/lib/plugins/thumbnails/Thumbnails.d.ts +2 -2
- package/lib/plugins/thumbnails/Thumbnails.js +1 -1
- package/lib/plugins/volume-fade/VolumeFade.d.ts +1 -1
- package/lib/plugins/volume-fade/VolumeFade.js +1 -1
- package/package.json +1 -1
- package/release.txt +395 -0
- package/src/plugins/audio-selector/AudioTracks.ts +1 -1
- package/src/plugins/bottom-gear/BottomGear.ts +1 -0
- package/src/plugins/context-menu/ContextMenu.ts +2 -2
- package/src/plugins/level-selector/QualityLevels.ts +1 -1
- package/src/plugins/media-control/MediaControl.ts +13 -12
- package/src/plugins/playback-rate/PlaybackRate.ts +1 -1
- package/src/plugins/seek-time/SeekTime.ts +2 -3
- package/src/plugins/source-controller/SourceController.ts +19 -11
- package/src/plugins/source-controller/__tests__/SourceController.test.ts +31 -18
- package/src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts +4 -2
- package/src/plugins/thumbnails/Thumbnails.ts +2 -2
- package/src/plugins/volume-fade/VolumeFade.ts +1 -1
- package/temp/player.api.json +52 -52
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## ContextMenu class
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
`PLUGIN` that displays a small context menu when clicked on the player container.
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -50,7 +47,7 @@ Description
|
|
|
50
47
|
|
|
51
48
|
</td><td>
|
|
52
49
|
|
|
53
|
-
|
|
50
|
+
Constructs a new instance of the `ContextMenu` class
|
|
54
51
|
|
|
55
52
|
|
|
56
53
|
</td></tr>
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## ContextMenuPluginSettings interface
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
Context menu plugin settings
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -53,7 +50,7 @@ Description
|
|
|
53
50
|
|
|
54
51
|
</td><td>
|
|
55
52
|
|
|
56
|
-
|
|
53
|
+
_(Optional)_
|
|
57
54
|
|
|
58
55
|
|
|
59
56
|
</td></tr>
|
package/docs/api/player.md
CHANGED
|
@@ -50,7 +50,7 @@ Description
|
|
|
50
50
|
|
|
51
51
|
</td><td>
|
|
52
52
|
|
|
53
|
-
|
|
53
|
+
`PLUGIN` that makes possible to switch audio tracks via the media control UI.
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
</td></tr>
|
|
@@ -138,7 +138,7 @@ A `PLUGIN` that configures [CMCD](https://cdn.cta.tech/cta/media/media/resources
|
|
|
138
138
|
|
|
139
139
|
</td><td>
|
|
140
140
|
|
|
141
|
-
|
|
141
|
+
`PLUGIN` that displays a small context menu when clicked on the player container.
|
|
142
142
|
|
|
143
143
|
|
|
144
144
|
</td></tr>
|
|
@@ -204,7 +204,7 @@ A `PLUGIN` that configures [CMCD](https://cdn.cta.tech/cta/media/media/resources
|
|
|
204
204
|
|
|
205
205
|
</td><td>
|
|
206
206
|
|
|
207
|
-
|
|
207
|
+
`PLUGIN` that provides framework for building media control UI.
|
|
208
208
|
|
|
209
209
|
|
|
210
210
|
</td></tr>
|
|
@@ -248,7 +248,7 @@ A `PLUGIN` that configures [CMCD](https://cdn.cta.tech/cta/media/media/resources
|
|
|
248
248
|
|
|
249
249
|
</td><td>
|
|
250
250
|
|
|
251
|
-
|
|
251
|
+
`PLUGIN` that allows changing the playback speed of the video.
|
|
252
252
|
|
|
253
253
|
|
|
254
254
|
</td></tr>
|
|
@@ -292,7 +292,7 @@ A `PLUGIN` that configures [CMCD](https://cdn.cta.tech/cta/media/media/resources
|
|
|
292
292
|
|
|
293
293
|
</td><td>
|
|
294
294
|
|
|
295
|
-
|
|
295
|
+
`PLUGIN` that adds a seek time indicator when the mouse pointer is over the seek bar.
|
|
296
296
|
|
|
297
297
|
|
|
298
298
|
</td></tr>
|
|
@@ -358,7 +358,7 @@ A `PLUGIN` that configures [CMCD](https://cdn.cta.tech/cta/media/media/resources
|
|
|
358
358
|
|
|
359
359
|
</td><td>
|
|
360
360
|
|
|
361
|
-
|
|
361
|
+
`PLUGIN` that displays the thumbnails of the video when available.
|
|
362
362
|
|
|
363
363
|
|
|
364
364
|
</td></tr>
|
|
@@ -369,7 +369,7 @@ A `PLUGIN` that configures [CMCD](https://cdn.cta.tech/cta/media/media/resources
|
|
|
369
369
|
|
|
370
370
|
</td><td>
|
|
371
371
|
|
|
372
|
-
|
|
372
|
+
`PLUGIN` that mutes the sound and fades it in when the mouse is over the player.
|
|
373
373
|
|
|
374
374
|
|
|
375
375
|
</td></tr>
|
|
@@ -576,7 +576,7 @@ Config options for the [CmcdConfig](./player.cmcdconfig.md) plugin
|
|
|
576
576
|
|
|
577
577
|
</td><td>
|
|
578
578
|
|
|
579
|
-
|
|
579
|
+
Context menu plugin settings
|
|
580
580
|
|
|
581
581
|
|
|
582
582
|
</td></tr>
|
|
@@ -863,7 +863,7 @@ An ISO 639-1 language code.
|
|
|
863
863
|
|
|
864
864
|
</td><td>
|
|
865
865
|
|
|
866
|
-
|
|
866
|
+
Media control element. Each element's token in the media control layout settings determines where the element is rendered.
|
|
867
867
|
|
|
868
868
|
|
|
869
869
|
</td></tr>
|
|
@@ -874,7 +874,7 @@ An ISO 639-1 language code.
|
|
|
874
874
|
|
|
875
875
|
</td><td>
|
|
876
876
|
|
|
877
|
-
|
|
877
|
+
Specifies the layout of media control elements. Actual elements will be rendered according to the playback settings. Custom elements rendered by the plugins will be mounted at the specified locations.
|
|
878
878
|
|
|
879
879
|
|
|
880
880
|
</td></tr>
|
|
@@ -885,7 +885,7 @@ An ISO 639-1 language code.
|
|
|
885
885
|
|
|
886
886
|
</td><td>
|
|
887
887
|
|
|
888
|
-
|
|
888
|
+
Identifies a location for mounting custom media control elements.
|
|
889
889
|
|
|
890
890
|
|
|
891
891
|
</td></tr>
|
|
@@ -1030,7 +1030,7 @@ A media source to fetch the media data from
|
|
|
1030
1030
|
|
|
1031
1031
|
</td><td>
|
|
1032
1032
|
|
|
1033
|
-
|
|
1033
|
+
Configuration options for the SeekTime plugin.
|
|
1034
1034
|
|
|
1035
1035
|
|
|
1036
1036
|
</td></tr>
|
|
@@ -1041,7 +1041,7 @@ A media source to fetch the media data from
|
|
|
1041
1041
|
|
|
1042
1042
|
</td><td>
|
|
1043
1043
|
|
|
1044
|
-
|
|
1044
|
+
Built-in media control elements.
|
|
1045
1045
|
|
|
1046
1046
|
|
|
1047
1047
|
</td></tr>
|
|
@@ -1085,7 +1085,7 @@ A media source to fetch the media data from
|
|
|
1085
1085
|
|
|
1086
1086
|
</td><td>
|
|
1087
1087
|
|
|
1088
|
-
|
|
1088
|
+
Plugin configuration options for the thumbnails plugin.
|
|
1089
1089
|
|
|
1090
1090
|
|
|
1091
1091
|
</td></tr>
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## MediaControl.(constructor)
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
Constructs a new instance of the `MediaControl` class
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## MediaControl.enable() method
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
Reenables the plugin disabled earlier with the [MediaControl.disable()](./player.mediacontrol.disable.md) method
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## MediaControl.extendSettings() method
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
Extend the default media control layout settings
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## MediaControl class
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
`PLUGIN` that provides framework for building media control UI.
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -58,7 +55,7 @@ Description
|
|
|
58
55
|
|
|
59
56
|
</td><td>
|
|
60
57
|
|
|
61
|
-
|
|
58
|
+
Constructs a new instance of the `MediaControl` class
|
|
62
59
|
|
|
63
60
|
|
|
64
61
|
</td></tr>
|
|
@@ -104,8 +101,6 @@ number
|
|
|
104
101
|
|
|
105
102
|
</td><td>
|
|
106
103
|
|
|
107
|
-
**_(BETA)_**
|
|
108
|
-
|
|
109
104
|
|
|
110
105
|
</td></tr>
|
|
111
106
|
<tr><td>
|
|
@@ -125,7 +120,7 @@ boolean
|
|
|
125
120
|
|
|
126
121
|
</td><td>
|
|
127
122
|
|
|
128
|
-
|
|
123
|
+
Muted state
|
|
129
124
|
|
|
130
125
|
|
|
131
126
|
</td></tr>
|
|
@@ -146,7 +141,7 @@ number
|
|
|
146
141
|
|
|
147
142
|
</td><td>
|
|
148
143
|
|
|
149
|
-
|
|
144
|
+
Current volume \[0..100\]
|
|
150
145
|
|
|
151
146
|
|
|
152
147
|
</td></tr>
|
|
@@ -182,8 +177,6 @@ Description
|
|
|
182
177
|
|
|
183
178
|
</td><td>
|
|
184
179
|
|
|
185
|
-
**_(BETA)_**
|
|
186
|
-
|
|
187
180
|
|
|
188
181
|
</td></tr>
|
|
189
182
|
<tr><td>
|
|
@@ -196,7 +189,7 @@ Description
|
|
|
196
189
|
|
|
197
190
|
</td><td>
|
|
198
191
|
|
|
199
|
-
|
|
192
|
+
Hides the media control UI
|
|
200
193
|
|
|
201
194
|
|
|
202
195
|
</td></tr>
|
|
@@ -210,7 +203,7 @@ Description
|
|
|
210
203
|
|
|
211
204
|
</td><td>
|
|
212
205
|
|
|
213
|
-
|
|
206
|
+
Reenables the plugin disabled earlier with the [MediaControl.disable()](./player.mediacontrol.disable.md) method
|
|
214
207
|
|
|
215
208
|
|
|
216
209
|
</td></tr>
|
|
@@ -226,7 +219,7 @@ Description
|
|
|
226
219
|
|
|
227
220
|
</td><td>
|
|
228
221
|
|
|
229
|
-
|
|
222
|
+
Extend the default media control layout settings
|
|
230
223
|
|
|
231
224
|
|
|
232
225
|
</td></tr>
|
|
@@ -240,8 +233,6 @@ Description
|
|
|
240
233
|
|
|
241
234
|
</td><td>
|
|
242
235
|
|
|
243
|
-
**_(BETA)_**
|
|
244
|
-
|
|
245
236
|
|
|
246
237
|
</td></tr>
|
|
247
238
|
<tr><td>
|
|
@@ -254,8 +245,6 @@ Description
|
|
|
254
245
|
|
|
255
246
|
</td><td>
|
|
256
247
|
|
|
257
|
-
**_(BETA)_**
|
|
258
|
-
|
|
259
248
|
|
|
260
249
|
</td></tr>
|
|
261
250
|
<tr><td>
|
|
@@ -268,7 +257,7 @@ Description
|
|
|
268
257
|
|
|
269
258
|
</td><td>
|
|
270
259
|
|
|
271
|
-
|
|
260
|
+
Mounts a media control element at a specific location
|
|
272
261
|
|
|
273
262
|
|
|
274
263
|
</td></tr>
|
|
@@ -282,7 +271,7 @@ Description
|
|
|
282
271
|
|
|
283
272
|
</td><td>
|
|
284
273
|
|
|
285
|
-
|
|
274
|
+
Set the initial volume, which is preserved when playback is interrupted by an advertisement
|
|
286
275
|
|
|
287
276
|
|
|
288
277
|
</td></tr>
|
|
@@ -296,7 +285,7 @@ Description
|
|
|
296
285
|
|
|
297
286
|
</td><td>
|
|
298
287
|
|
|
299
|
-
|
|
288
|
+
Set the volume
|
|
300
289
|
|
|
301
290
|
|
|
302
291
|
</td></tr>
|
|
@@ -310,7 +299,7 @@ Description
|
|
|
310
299
|
|
|
311
300
|
</td><td>
|
|
312
301
|
|
|
313
|
-
|
|
302
|
+
Mount a media control to its configured location
|
|
314
303
|
|
|
315
304
|
|
|
316
305
|
</td></tr>
|
|
@@ -324,7 +313,7 @@ Description
|
|
|
324
313
|
|
|
325
314
|
</td><td>
|
|
326
315
|
|
|
327
|
-
|
|
316
|
+
Toggle the visibility of a media control element
|
|
328
317
|
|
|
329
318
|
|
|
330
319
|
</td></tr>
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## MediaControl.mount() method
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
Mounts a media control element at a specific location
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## MediaControl.setInitialVolume() method
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
Set the initial volume, which is preserved when playback is interrupted by an advertisement
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## MediaControl.slot() method
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
Mount a media control to its configured location
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## MediaControl.toggleElement() method
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
Toggle the visibility of a media control element
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## MediaControlElement type
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
Media control element. Each element's token in the media control layout settings determines where the element is rendered.
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## MediaControlSettings type
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
Specifies the layout of media control elements. Actual elements will be rendered according to the playback settings. Custom elements rendered by the plugins will be mounted at the specified locations.
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## MediaControlSlotMountPoint type
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
Identifies a location for mounting custom media control elements.
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## PlaybackRate.(constructor)
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
Constructs a new instance of the `PlaybackRate` class
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## PlaybackRate class
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
`PLUGIN` that allows changing the playback speed of the video.
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -73,7 +70,7 @@ Description
|
|
|
73
70
|
|
|
74
71
|
</td><td>
|
|
75
72
|
|
|
76
|
-
|
|
73
|
+
Constructs a new instance of the `PlaybackRate` class
|
|
77
74
|
|
|
78
75
|
|
|
79
76
|
</td></tr>
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## SeekTime class
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
`PLUGIN` that adds a seek time indicator when the mouse pointer is over the seek bar.
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -60,8 +57,6 @@ Description
|
|
|
60
57
|
|
|
61
58
|
</td><td>
|
|
62
59
|
|
|
63
|
-
**_(BETA)_**
|
|
64
|
-
|
|
65
60
|
|
|
66
61
|
</td></tr>
|
|
67
62
|
<tr><td>
|
|
@@ -81,8 +76,6 @@ string
|
|
|
81
76
|
|
|
82
77
|
</td><td>
|
|
83
78
|
|
|
84
|
-
**_(BETA)_**
|
|
85
|
-
|
|
86
79
|
|
|
87
80
|
</td></tr>
|
|
88
81
|
<tr><td>
|
|
@@ -102,8 +95,6 @@ string
|
|
|
102
95
|
|
|
103
96
|
</td><td>
|
|
104
97
|
|
|
105
|
-
**_(BETA)_**
|
|
106
|
-
|
|
107
98
|
|
|
108
99
|
</td></tr>
|
|
109
100
|
</tbody></table>
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## Thumbnails.(constructor)
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
Constructs a new instance of the `Thumbnails` class
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## Thumbnails class
|
|
6
6
|
|
|
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
|
-
>
|
|
9
|
-
|
|
10
7
|
`PLUGIN` that displays the thumbnails of the video when available.
|
|
11
8
|
|
|
12
9
|
**Signature:**
|
|
@@ -71,7 +68,7 @@ Description
|
|
|
71
68
|
|
|
72
69
|
</td><td>
|
|
73
70
|
|
|
74
|
-
|
|
71
|
+
Constructs a new instance of the `Thumbnails` class
|
|
75
72
|
|
|
76
73
|
|
|
77
74
|
</td></tr>
|
|
@@ -105,8 +102,6 @@ Description
|
|
|
105
102
|
|
|
106
103
|
</td><td>
|
|
107
104
|
|
|
108
|
-
**_(BETA)_**
|
|
109
|
-
|
|
110
105
|
|
|
111
106
|
</td></tr>
|
|
112
107
|
</tbody></table>
|