@gcorevideo/player 2.23.0 → 2.23.2
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/bottom-gear/bottomgear.ejs +5 -2
- package/dist/core.js +1 -1
- package/dist/index.css +550 -550
- package/dist/index.js +45 -22
- package/dist/player.d.ts +67 -53
- package/docs/api/{player.mediacontrol.putelement.md → player.clips.gettext.md} +10 -23
- package/docs/api/player.clips.md +14 -0
- package/docs/api/player.md +9 -0
- package/docs/api/player.mediacontrol.md +0 -14
- package/docs/api/player.poster.md +2 -10
- package/docs/api/player.posterpluginsettings.md +16 -0
- package/docs/api/player.thumbnails._constructor_.md +50 -0
- package/docs/api/player.thumbnails.md +73 -0
- package/docs/api/player.thumbnails.render.md +18 -0
- package/docs/api/player.thumbnailspluginsettings.md +4 -4
- package/lib/plugins/bottom-gear/BottomGear.d.ts +5 -2
- package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
- package/lib/plugins/bottom-gear/BottomGear.js +33 -9
- package/lib/plugins/thumbnails/Thumbnails.d.ts.map +1 -1
- package/lib/plugins/thumbnails/Thumbnails.js +10 -11
- package/lib/testUtils.d.ts.map +1 -1
- package/lib/testUtils.js +1 -0
- package/package.json +5 -2
- package/src/plugins/bottom-gear/BottomGear.ts +35 -10
- package/src/plugins/bottom-gear/__tests__/BottomGear.test.ts +92 -55
- package/src/plugins/bottom-gear/__tests__/__snapshots__/BottomGear.test.ts.snap +4 -4
- package/src/plugins/thumbnails/Thumbnails.ts +18 -11
- package/src/plugins/thumbnails/__tests__/Thumbnails.test.ts +3 -3
- package/src/testUtils.ts +1 -0
- package/temp/player.api.json +144 -70
- package/tsconfig.tsbuildinfo +1 -1
package/temp/player.api.json
CHANGED
|
@@ -1293,6 +1293,55 @@
|
|
|
1293
1293
|
"isAbstract": false,
|
|
1294
1294
|
"name": "enable"
|
|
1295
1295
|
},
|
|
1296
|
+
{
|
|
1297
|
+
"kind": "Method",
|
|
1298
|
+
"canonicalReference": "@gcorevideo/player!Clips#getText:member(1)",
|
|
1299
|
+
"docComment": "/**\n * Get the text of the clip at the given time\n *\n * @param time - The time to get the text for\n *\n * @returns The text of the clip at the given time\n */\n",
|
|
1300
|
+
"excerptTokens": [
|
|
1301
|
+
{
|
|
1302
|
+
"kind": "Content",
|
|
1303
|
+
"text": "getText(time: "
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"kind": "Reference",
|
|
1307
|
+
"text": "TimeValue",
|
|
1308
|
+
"canonicalReference": "@gcorevideo/player!TimeValue:type"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"kind": "Content",
|
|
1312
|
+
"text": "): "
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"kind": "Content",
|
|
1316
|
+
"text": "string | undefined"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"kind": "Content",
|
|
1320
|
+
"text": ";"
|
|
1321
|
+
}
|
|
1322
|
+
],
|
|
1323
|
+
"isStatic": false,
|
|
1324
|
+
"returnTypeTokenRange": {
|
|
1325
|
+
"startIndex": 3,
|
|
1326
|
+
"endIndex": 4
|
|
1327
|
+
},
|
|
1328
|
+
"releaseTag": "Beta",
|
|
1329
|
+
"isProtected": false,
|
|
1330
|
+
"overloadIndex": 1,
|
|
1331
|
+
"parameters": [
|
|
1332
|
+
{
|
|
1333
|
+
"parameterName": "time",
|
|
1334
|
+
"parameterTypeTokenRange": {
|
|
1335
|
+
"startIndex": 1,
|
|
1336
|
+
"endIndex": 2
|
|
1337
|
+
},
|
|
1338
|
+
"isOptional": false
|
|
1339
|
+
}
|
|
1340
|
+
],
|
|
1341
|
+
"isOptional": false,
|
|
1342
|
+
"isAbstract": false,
|
|
1343
|
+
"name": "getText"
|
|
1344
|
+
},
|
|
1296
1345
|
{
|
|
1297
1346
|
"kind": "Method",
|
|
1298
1347
|
"canonicalReference": "@gcorevideo/player!Clips#render:member(1)",
|
|
@@ -3459,72 +3508,6 @@
|
|
|
3459
3508
|
"isProtected": false,
|
|
3460
3509
|
"isAbstract": false
|
|
3461
3510
|
},
|
|
3462
|
-
{
|
|
3463
|
-
"kind": "Method",
|
|
3464
|
-
"canonicalReference": "@gcorevideo/player!MediaControl#putElement:member(1)",
|
|
3465
|
-
"docComment": "/**\n * @deprecated\n *\n * Use {@link MediaControl.mount} instead\n *\n * @param name - \n *\n * @param element - \n */\n",
|
|
3466
|
-
"excerptTokens": [
|
|
3467
|
-
{
|
|
3468
|
-
"kind": "Content",
|
|
3469
|
-
"text": "putElement(name: "
|
|
3470
|
-
},
|
|
3471
|
-
{
|
|
3472
|
-
"kind": "Reference",
|
|
3473
|
-
"text": "MediaControlElement",
|
|
3474
|
-
"canonicalReference": "@gcorevideo/player!MediaControlElement:type"
|
|
3475
|
-
},
|
|
3476
|
-
{
|
|
3477
|
-
"kind": "Content",
|
|
3478
|
-
"text": ", element: "
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
"kind": "Reference",
|
|
3482
|
-
"text": "ZeptoResult",
|
|
3483
|
-
"canonicalReference": "@gcorevideo/player!ZeptoResult:type"
|
|
3484
|
-
},
|
|
3485
|
-
{
|
|
3486
|
-
"kind": "Content",
|
|
3487
|
-
"text": "): "
|
|
3488
|
-
},
|
|
3489
|
-
{
|
|
3490
|
-
"kind": "Content",
|
|
3491
|
-
"text": "void"
|
|
3492
|
-
},
|
|
3493
|
-
{
|
|
3494
|
-
"kind": "Content",
|
|
3495
|
-
"text": ";"
|
|
3496
|
-
}
|
|
3497
|
-
],
|
|
3498
|
-
"isStatic": false,
|
|
3499
|
-
"returnTypeTokenRange": {
|
|
3500
|
-
"startIndex": 5,
|
|
3501
|
-
"endIndex": 6
|
|
3502
|
-
},
|
|
3503
|
-
"releaseTag": "Beta",
|
|
3504
|
-
"isProtected": false,
|
|
3505
|
-
"overloadIndex": 1,
|
|
3506
|
-
"parameters": [
|
|
3507
|
-
{
|
|
3508
|
-
"parameterName": "name",
|
|
3509
|
-
"parameterTypeTokenRange": {
|
|
3510
|
-
"startIndex": 1,
|
|
3511
|
-
"endIndex": 2
|
|
3512
|
-
},
|
|
3513
|
-
"isOptional": false
|
|
3514
|
-
},
|
|
3515
|
-
{
|
|
3516
|
-
"parameterName": "element",
|
|
3517
|
-
"parameterTypeTokenRange": {
|
|
3518
|
-
"startIndex": 3,
|
|
3519
|
-
"endIndex": 4
|
|
3520
|
-
},
|
|
3521
|
-
"isOptional": false
|
|
3522
|
-
}
|
|
3523
|
-
],
|
|
3524
|
-
"isOptional": false,
|
|
3525
|
-
"isAbstract": false,
|
|
3526
|
-
"name": "putElement"
|
|
3527
|
-
},
|
|
3528
3511
|
{
|
|
3529
3512
|
"kind": "Method",
|
|
3530
3513
|
"canonicalReference": "@gcorevideo/player!MediaControl#setInitialVolume:member(1)",
|
|
@@ -6903,7 +6886,7 @@
|
|
|
6903
6886
|
{
|
|
6904
6887
|
"kind": "Class",
|
|
6905
6888
|
"canonicalReference": "@gcorevideo/player!Poster:class",
|
|
6906
|
-
"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
|
|
6889
|
+
"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 or not yet started, the media control UI is disabled and hidden. Media control gets activated once the metadata is loaded after playback is initiated. This plugin displays a big play button on top of the poster image to allow user to start playback. Note that the poster image, if specified via the player config, will be used to update video element's poster attribute by the HTML5-video-based playback module.\n *\n * Configuration options - {@link PosterPluginSettings}\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",
|
|
6907
6890
|
"excerptTokens": [
|
|
6908
6891
|
{
|
|
6909
6892
|
"kind": "Content",
|
|
@@ -6994,6 +6977,32 @@
|
|
|
6994
6977
|
},
|
|
6995
6978
|
"implementsTokenRanges": []
|
|
6996
6979
|
},
|
|
6980
|
+
{
|
|
6981
|
+
"kind": "TypeAlias",
|
|
6982
|
+
"canonicalReference": "@gcorevideo/player!PosterPluginSettings:type",
|
|
6983
|
+
"docComment": "",
|
|
6984
|
+
"excerptTokens": [
|
|
6985
|
+
{
|
|
6986
|
+
"kind": "Content",
|
|
6987
|
+
"text": "export type PosterPluginSettings = "
|
|
6988
|
+
},
|
|
6989
|
+
{
|
|
6990
|
+
"kind": "Content",
|
|
6991
|
+
"text": "{\n custom?: string;\n showForNoOp?: boolean;\n url?: string;\n showOnVideoEnd?: boolean;\n}"
|
|
6992
|
+
},
|
|
6993
|
+
{
|
|
6994
|
+
"kind": "Content",
|
|
6995
|
+
"text": ";"
|
|
6996
|
+
}
|
|
6997
|
+
],
|
|
6998
|
+
"fileUrlPath": "src/plugins/poster/Poster.ts",
|
|
6999
|
+
"releaseTag": "Public",
|
|
7000
|
+
"name": "PosterPluginSettings",
|
|
7001
|
+
"typeTokenRange": {
|
|
7002
|
+
"startIndex": 1,
|
|
7003
|
+
"endIndex": 2
|
|
7004
|
+
}
|
|
7005
|
+
},
|
|
6997
7006
|
{
|
|
6998
7007
|
"kind": "Interface",
|
|
6999
7008
|
"canonicalReference": "@gcorevideo/player!QualityLevel:interface",
|
|
@@ -8938,7 +8947,7 @@
|
|
|
8938
8947
|
{
|
|
8939
8948
|
"kind": "Class",
|
|
8940
8949
|
"canonicalReference": "@gcorevideo/player!Thumbnails:class",
|
|
8941
|
-
"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",
|
|
8950
|
+
"docComment": "/**\n * `PLUGIN` that displays the thumbnails of the video when available.\n *\n * @remarks\n *\n * The plugin needs specially crafted VTT file with a thumbnail sprite sheet to work. The VTT consist of timestamp records followed by a thumbnail area\n *\n * Configuration options - {@link ThumbnailsPluginSettings}\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",
|
|
8942
8951
|
"excerptTokens": [
|
|
8943
8952
|
{
|
|
8944
8953
|
"kind": "Content",
|
|
@@ -8959,7 +8968,72 @@
|
|
|
8959
8968
|
"isAbstract": false,
|
|
8960
8969
|
"name": "Thumbnails",
|
|
8961
8970
|
"preserveMemberOrder": false,
|
|
8962
|
-
"members": [
|
|
8971
|
+
"members": [
|
|
8972
|
+
{
|
|
8973
|
+
"kind": "Constructor",
|
|
8974
|
+
"canonicalReference": "@gcorevideo/player!Thumbnails:constructor(1)",
|
|
8975
|
+
"docComment": "/**\n * Constructs a new instance of the `Thumbnails` class\n */\n",
|
|
8976
|
+
"excerptTokens": [
|
|
8977
|
+
{
|
|
8978
|
+
"kind": "Content",
|
|
8979
|
+
"text": "constructor(core: "
|
|
8980
|
+
},
|
|
8981
|
+
{
|
|
8982
|
+
"kind": "Reference",
|
|
8983
|
+
"text": "Core",
|
|
8984
|
+
"canonicalReference": "@clappr/core!default:class"
|
|
8985
|
+
},
|
|
8986
|
+
{
|
|
8987
|
+
"kind": "Content",
|
|
8988
|
+
"text": ");"
|
|
8989
|
+
}
|
|
8990
|
+
],
|
|
8991
|
+
"releaseTag": "Beta",
|
|
8992
|
+
"isProtected": false,
|
|
8993
|
+
"overloadIndex": 1,
|
|
8994
|
+
"parameters": [
|
|
8995
|
+
{
|
|
8996
|
+
"parameterName": "core",
|
|
8997
|
+
"parameterTypeTokenRange": {
|
|
8998
|
+
"startIndex": 1,
|
|
8999
|
+
"endIndex": 2
|
|
9000
|
+
},
|
|
9001
|
+
"isOptional": false
|
|
9002
|
+
}
|
|
9003
|
+
]
|
|
9004
|
+
},
|
|
9005
|
+
{
|
|
9006
|
+
"kind": "Method",
|
|
9007
|
+
"canonicalReference": "@gcorevideo/player!Thumbnails#render:member(1)",
|
|
9008
|
+
"docComment": "",
|
|
9009
|
+
"excerptTokens": [
|
|
9010
|
+
{
|
|
9011
|
+
"kind": "Content",
|
|
9012
|
+
"text": "render(): "
|
|
9013
|
+
},
|
|
9014
|
+
{
|
|
9015
|
+
"kind": "Content",
|
|
9016
|
+
"text": "this"
|
|
9017
|
+
},
|
|
9018
|
+
{
|
|
9019
|
+
"kind": "Content",
|
|
9020
|
+
"text": ";"
|
|
9021
|
+
}
|
|
9022
|
+
],
|
|
9023
|
+
"isStatic": false,
|
|
9024
|
+
"returnTypeTokenRange": {
|
|
9025
|
+
"startIndex": 1,
|
|
9026
|
+
"endIndex": 2
|
|
9027
|
+
},
|
|
9028
|
+
"releaseTag": "Beta",
|
|
9029
|
+
"isProtected": false,
|
|
9030
|
+
"overloadIndex": 1,
|
|
9031
|
+
"parameters": [],
|
|
9032
|
+
"isOptional": false,
|
|
9033
|
+
"isAbstract": false,
|
|
9034
|
+
"name": "render"
|
|
9035
|
+
}
|
|
9036
|
+
],
|
|
8963
9037
|
"extendsTokenRange": {
|
|
8964
9038
|
"startIndex": 1,
|
|
8965
9039
|
"endIndex": 2
|
|
@@ -8977,7 +9051,7 @@
|
|
|
8977
9051
|
},
|
|
8978
9052
|
{
|
|
8979
9053
|
"kind": "Content",
|
|
8980
|
-
"text": "{\n backdropHeight
|
|
9054
|
+
"text": "{\n backdropHeight?: number;\n backdropMaxOpacity?: number;\n backdropMinOpacity?: number;\n spotlightHeight?: number;\n sprite: string;\n vtt: string;\n}"
|
|
8981
9055
|
},
|
|
8982
9056
|
{
|
|
8983
9057
|
"kind": "Content",
|