@gcorevideo/player 2.26.7 → 2.26.9
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/dist/core.js +1 -1
- package/dist/index.css +1189 -1189
- package/dist/index.embed.js +1 -0
- package/dist/index.js +2 -1
- package/dist/player.d.ts +18 -2
- package/docs/api/player.md +11 -11
- package/docs/api/player.thumbnails.md +1 -0
- package/docs/api/player.thumbnailspluginsettings.backdropheight.md +11 -0
- package/docs/api/player.thumbnailspluginsettings.backdropmaxopacity.md +11 -0
- package/docs/api/player.thumbnailspluginsettings.backdropminopacity.md +11 -0
- package/docs/api/player.thumbnailspluginsettings.md +154 -9
- package/docs/api/player.thumbnailspluginsettings.spotlightheight.md +11 -0
- package/docs/api/player.thumbnailspluginsettings.sprite.md +11 -0
- package/docs/api/player.thumbnailspluginsettings.vtt.md +13 -0
- package/lib/plugins/thumbnails/Thumbnails.d.ts +18 -2
- package/lib/plugins/thumbnails/Thumbnails.d.ts.map +1 -1
- package/lib/plugins/thumbnails/Thumbnails.js +1 -0
- package/package.json +1 -1
- package/src/plugins/thumbnails/Thumbnails.ts +20 -3
- package/temp/player.api.json +170 -16
- package/tsconfig.tsbuildinfo +1 -1
package/temp/player.api.json
CHANGED
|
@@ -9348,7 +9348,7 @@
|
|
|
9348
9348
|
{
|
|
9349
9349
|
"kind": "Class",
|
|
9350
9350
|
"canonicalReference": "@gcorevideo/player!Thumbnails:class",
|
|
9351
|
-
"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 * @public\n */\n",
|
|
9351
|
+
"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 *\n * @public\n */\n",
|
|
9352
9352
|
"excerptTokens": [
|
|
9353
9353
|
{
|
|
9354
9354
|
"kind": "Content",
|
|
@@ -9442,30 +9442,184 @@
|
|
|
9442
9442
|
"implementsTokenRanges": []
|
|
9443
9443
|
},
|
|
9444
9444
|
{
|
|
9445
|
-
"kind": "
|
|
9446
|
-
"canonicalReference": "@gcorevideo/player!ThumbnailsPluginSettings:
|
|
9447
|
-
"docComment": "/**\n * Plugin configuration options for the thumbnails plugin.\n *\n * @public\n */\n",
|
|
9445
|
+
"kind": "Interface",
|
|
9446
|
+
"canonicalReference": "@gcorevideo/player!ThumbnailsPluginSettings:interface",
|
|
9447
|
+
"docComment": "/**\n * Plugin configuration options for the thumbnails plugin.\n *\n * @remarks\n *\n * Example of a VTT file:\n * ```text\n * 1\n * 00:00:00,000 --> 00:00:10,000\n * 3dk4NsRt6vWsffEr_sprite.jpg#xywh=0,0,100,56\n *\n * 2\n * 00:00:10,000 --> 00:00:20,000\n * 3dk4NsRt6vWsffEr_sprite.jpg#xywh=100,0,100,56\n *\n * ```\n *\n * @public\n */\n",
|
|
9448
9448
|
"excerptTokens": [
|
|
9449
9449
|
{
|
|
9450
9450
|
"kind": "Content",
|
|
9451
|
-
"text": "export
|
|
9451
|
+
"text": "export interface ThumbnailsPluginSettings "
|
|
9452
|
+
}
|
|
9453
|
+
],
|
|
9454
|
+
"fileUrlPath": "src/plugins/thumbnails/Thumbnails.ts",
|
|
9455
|
+
"releaseTag": "Public",
|
|
9456
|
+
"name": "ThumbnailsPluginSettings",
|
|
9457
|
+
"preserveMemberOrder": false,
|
|
9458
|
+
"members": [
|
|
9459
|
+
{
|
|
9460
|
+
"kind": "PropertySignature",
|
|
9461
|
+
"canonicalReference": "@gcorevideo/player!ThumbnailsPluginSettings#backdropHeight:member",
|
|
9462
|
+
"docComment": "",
|
|
9463
|
+
"excerptTokens": [
|
|
9464
|
+
{
|
|
9465
|
+
"kind": "Content",
|
|
9466
|
+
"text": "backdropHeight?: "
|
|
9467
|
+
},
|
|
9468
|
+
{
|
|
9469
|
+
"kind": "Content",
|
|
9470
|
+
"text": "number"
|
|
9471
|
+
},
|
|
9472
|
+
{
|
|
9473
|
+
"kind": "Content",
|
|
9474
|
+
"text": ";"
|
|
9475
|
+
}
|
|
9476
|
+
],
|
|
9477
|
+
"isReadonly": false,
|
|
9478
|
+
"isOptional": true,
|
|
9479
|
+
"releaseTag": "Public",
|
|
9480
|
+
"name": "backdropHeight",
|
|
9481
|
+
"propertyTypeTokenRange": {
|
|
9482
|
+
"startIndex": 1,
|
|
9483
|
+
"endIndex": 2
|
|
9484
|
+
}
|
|
9452
9485
|
},
|
|
9453
9486
|
{
|
|
9454
|
-
"kind": "
|
|
9455
|
-
"
|
|
9487
|
+
"kind": "PropertySignature",
|
|
9488
|
+
"canonicalReference": "@gcorevideo/player!ThumbnailsPluginSettings#backdropMaxOpacity:member",
|
|
9489
|
+
"docComment": "",
|
|
9490
|
+
"excerptTokens": [
|
|
9491
|
+
{
|
|
9492
|
+
"kind": "Content",
|
|
9493
|
+
"text": "backdropMaxOpacity?: "
|
|
9494
|
+
},
|
|
9495
|
+
{
|
|
9496
|
+
"kind": "Content",
|
|
9497
|
+
"text": "number"
|
|
9498
|
+
},
|
|
9499
|
+
{
|
|
9500
|
+
"kind": "Content",
|
|
9501
|
+
"text": ";"
|
|
9502
|
+
}
|
|
9503
|
+
],
|
|
9504
|
+
"isReadonly": false,
|
|
9505
|
+
"isOptional": true,
|
|
9506
|
+
"releaseTag": "Public",
|
|
9507
|
+
"name": "backdropMaxOpacity",
|
|
9508
|
+
"propertyTypeTokenRange": {
|
|
9509
|
+
"startIndex": 1,
|
|
9510
|
+
"endIndex": 2
|
|
9511
|
+
}
|
|
9456
9512
|
},
|
|
9457
9513
|
{
|
|
9458
|
-
"kind": "
|
|
9459
|
-
"
|
|
9514
|
+
"kind": "PropertySignature",
|
|
9515
|
+
"canonicalReference": "@gcorevideo/player!ThumbnailsPluginSettings#backdropMinOpacity:member",
|
|
9516
|
+
"docComment": "",
|
|
9517
|
+
"excerptTokens": [
|
|
9518
|
+
{
|
|
9519
|
+
"kind": "Content",
|
|
9520
|
+
"text": "backdropMinOpacity?: "
|
|
9521
|
+
},
|
|
9522
|
+
{
|
|
9523
|
+
"kind": "Content",
|
|
9524
|
+
"text": "number"
|
|
9525
|
+
},
|
|
9526
|
+
{
|
|
9527
|
+
"kind": "Content",
|
|
9528
|
+
"text": ";"
|
|
9529
|
+
}
|
|
9530
|
+
],
|
|
9531
|
+
"isReadonly": false,
|
|
9532
|
+
"isOptional": true,
|
|
9533
|
+
"releaseTag": "Public",
|
|
9534
|
+
"name": "backdropMinOpacity",
|
|
9535
|
+
"propertyTypeTokenRange": {
|
|
9536
|
+
"startIndex": 1,
|
|
9537
|
+
"endIndex": 2
|
|
9538
|
+
}
|
|
9539
|
+
},
|
|
9540
|
+
{
|
|
9541
|
+
"kind": "PropertySignature",
|
|
9542
|
+
"canonicalReference": "@gcorevideo/player!ThumbnailsPluginSettings#spotlightHeight:member",
|
|
9543
|
+
"docComment": "",
|
|
9544
|
+
"excerptTokens": [
|
|
9545
|
+
{
|
|
9546
|
+
"kind": "Content",
|
|
9547
|
+
"text": "spotlightHeight?: "
|
|
9548
|
+
},
|
|
9549
|
+
{
|
|
9550
|
+
"kind": "Content",
|
|
9551
|
+
"text": "number"
|
|
9552
|
+
},
|
|
9553
|
+
{
|
|
9554
|
+
"kind": "Content",
|
|
9555
|
+
"text": ";"
|
|
9556
|
+
}
|
|
9557
|
+
],
|
|
9558
|
+
"isReadonly": false,
|
|
9559
|
+
"isOptional": true,
|
|
9560
|
+
"releaseTag": "Public",
|
|
9561
|
+
"name": "spotlightHeight",
|
|
9562
|
+
"propertyTypeTokenRange": {
|
|
9563
|
+
"startIndex": 1,
|
|
9564
|
+
"endIndex": 2
|
|
9565
|
+
}
|
|
9566
|
+
},
|
|
9567
|
+
{
|
|
9568
|
+
"kind": "PropertySignature",
|
|
9569
|
+
"canonicalReference": "@gcorevideo/player!ThumbnailsPluginSettings#sprite:member",
|
|
9570
|
+
"docComment": "",
|
|
9571
|
+
"excerptTokens": [
|
|
9572
|
+
{
|
|
9573
|
+
"kind": "Content",
|
|
9574
|
+
"text": "sprite: "
|
|
9575
|
+
},
|
|
9576
|
+
{
|
|
9577
|
+
"kind": "Content",
|
|
9578
|
+
"text": "string"
|
|
9579
|
+
},
|
|
9580
|
+
{
|
|
9581
|
+
"kind": "Content",
|
|
9582
|
+
"text": ";"
|
|
9583
|
+
}
|
|
9584
|
+
],
|
|
9585
|
+
"isReadonly": false,
|
|
9586
|
+
"isOptional": false,
|
|
9587
|
+
"releaseTag": "Public",
|
|
9588
|
+
"name": "sprite",
|
|
9589
|
+
"propertyTypeTokenRange": {
|
|
9590
|
+
"startIndex": 1,
|
|
9591
|
+
"endIndex": 2
|
|
9592
|
+
}
|
|
9593
|
+
},
|
|
9594
|
+
{
|
|
9595
|
+
"kind": "PropertySignature",
|
|
9596
|
+
"canonicalReference": "@gcorevideo/player!ThumbnailsPluginSettings#vtt:member",
|
|
9597
|
+
"docComment": "/**\n * The VTT file to use for the thumbnails.\n */\n",
|
|
9598
|
+
"excerptTokens": [
|
|
9599
|
+
{
|
|
9600
|
+
"kind": "Content",
|
|
9601
|
+
"text": "vtt: "
|
|
9602
|
+
},
|
|
9603
|
+
{
|
|
9604
|
+
"kind": "Content",
|
|
9605
|
+
"text": "string"
|
|
9606
|
+
},
|
|
9607
|
+
{
|
|
9608
|
+
"kind": "Content",
|
|
9609
|
+
"text": ";"
|
|
9610
|
+
}
|
|
9611
|
+
],
|
|
9612
|
+
"isReadonly": false,
|
|
9613
|
+
"isOptional": false,
|
|
9614
|
+
"releaseTag": "Public",
|
|
9615
|
+
"name": "vtt",
|
|
9616
|
+
"propertyTypeTokenRange": {
|
|
9617
|
+
"startIndex": 1,
|
|
9618
|
+
"endIndex": 2
|
|
9619
|
+
}
|
|
9460
9620
|
}
|
|
9461
9621
|
],
|
|
9462
|
-
"
|
|
9463
|
-
"releaseTag": "Public",
|
|
9464
|
-
"name": "ThumbnailsPluginSettings",
|
|
9465
|
-
"typeTokenRange": {
|
|
9466
|
-
"startIndex": 1,
|
|
9467
|
-
"endIndex": 2
|
|
9468
|
-
}
|
|
9622
|
+
"extendsTokenRanges": []
|
|
9469
9623
|
},
|
|
9470
9624
|
{
|
|
9471
9625
|
"kind": "Interface",
|