@gcorevideo/player 2.19.14 → 2.19.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/assets/level-selector/list.ejs +2 -2
  2. package/dist/core.js +1 -1
  3. package/dist/index.css +1054 -1054
  4. package/dist/index.js +1232 -1154
  5. package/dist/player.d.ts +157 -22
  6. package/dist/plugins/index.css +634 -634
  7. package/dist/plugins/index.js +1024 -944
  8. package/docs/api/player.bottomgear.getelement.md +56 -0
  9. package/docs/api/player.bottomgear.md +51 -0
  10. package/docs/api/player.bottomgear.setcontent.md +56 -0
  11. package/docs/api/{player.subtitles.levelelement.md → player.gearevents.md} +11 -13
  12. package/docs/api/{player.sourcecontroller.name.md → player.gearitemelement.md} +5 -3
  13. package/docs/api/player.levelselector.md +9 -1
  14. package/docs/api/player.md +37 -0
  15. package/docs/api/{player.sourcecontroller.supportedversion.md → player.mediacontrol.getrightpanel.md} +11 -5
  16. package/docs/api/player.mediacontrol.md +14 -0
  17. package/docs/api/player.mediacontrolelement.md +1 -1
  18. package/docs/api/player.sourcecontroller.md +0 -90
  19. package/docs/api/player.spinnerevents.md +49 -0
  20. package/docs/api/player.spinnerthreebounce._constructor_.md +3 -0
  21. package/docs/api/player.spinnerthreebounce.hide.md +5 -0
  22. package/docs/api/player.spinnerthreebounce.md +14 -95
  23. package/docs/api/player.spinnerthreebounce.show.md +6 -37
  24. package/docs/api/player.subtitles.hide.md +5 -0
  25. package/docs/api/player.subtitles.md +23 -275
  26. package/docs/api/player.subtitles.show.md +5 -0
  27. package/lib/plugins/bottom-gear/BottomGear.d.ts +20 -1
  28. package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
  29. package/lib/plugins/bottom-gear/BottomGear.js +28 -7
  30. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.js +4 -4
  31. package/lib/plugins/level-selector/LevelSelector.d.ts +10 -3
  32. package/lib/plugins/level-selector/LevelSelector.d.ts.map +1 -1
  33. package/lib/plugins/level-selector/LevelSelector.js +20 -19
  34. package/lib/plugins/media-control/MediaControl.d.ts +6 -2
  35. package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
  36. package/lib/plugins/media-control/MediaControl.js +40 -39
  37. package/lib/plugins/source-controller/SourceController.d.ts +9 -0
  38. package/lib/plugins/source-controller/SourceController.d.ts.map +1 -1
  39. package/lib/plugins/source-controller/SourceController.js +11 -1
  40. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts +35 -1
  41. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts.map +1 -1
  42. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.js +46 -23
  43. package/lib/plugins/subtitles/Subtitles.d.ts +65 -16
  44. package/lib/plugins/subtitles/Subtitles.d.ts.map +1 -1
  45. package/lib/plugins/subtitles/Subtitles.js +131 -109
  46. package/package.json +1 -1
  47. package/src/plugins/bottom-gear/BottomGear.ts +26 -4
  48. package/src/plugins/clappr-nerd-stats/ClapprNerdStats.ts +4 -4
  49. package/src/plugins/level-selector/LevelSelector.ts +22 -19
  50. package/src/plugins/media-control/MediaControl.ts +43 -41
  51. package/src/plugins/source-controller/SourceController.ts +11 -1
  52. package/src/plugins/source-controller/__tests__/SourceController.test.ts +1 -1
  53. package/src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts +46 -22
  54. package/src/plugins/subtitles/Subtitles.ts +146 -155
  55. package/temp/player.api.json +293 -822
  56. package/tsconfig.tsbuildinfo +1 -1
  57. package/docs/api/player.sourcecontroller.version.md +0 -14
  58. package/docs/api/player.spinnerthreebounce.attributes.md +0 -14
  59. package/docs/api/player.spinnerthreebounce.name.md +0 -11
  60. package/docs/api/player.spinnerthreebounce.render.md +0 -15
  61. package/docs/api/player.spinnerthreebounce.supportedversion.md +0 -13
  62. package/docs/api/player.subtitles.attributes.md +0 -14
  63. package/docs/api/player.subtitles.bindevents.md +0 -15
  64. package/docs/api/player.subtitles.buttonelement.md +0 -15
  65. package/docs/api/player.subtitles.events.md +0 -14
  66. package/docs/api/player.subtitles.name.md +0 -11
  67. package/docs/api/player.subtitles.preselectedlanguage.md +0 -11
  68. package/docs/api/player.subtitles.reload.md +0 -15
  69. package/docs/api/player.subtitles.render.md +0 -15
  70. package/docs/api/player.subtitles.selectsubtitles.md +0 -15
  71. package/docs/api/player.subtitles.startlevelswitch.md +0 -15
  72. package/docs/api/player.subtitles.stoplevelswitch.md +0 -15
  73. package/docs/api/player.subtitles.supportedversion.md +0 -13
  74. package/docs/api/player.subtitles.template.md +0 -11
  75. package/docs/api/player.subtitles.templatestring.md +0 -11
  76. package/docs/api/player.subtitles.unbindevents.md +0 -15
  77. package/docs/api/player.subtitles.version.md +0 -11
@@ -955,7 +955,7 @@
955
955
  {
956
956
  "kind": "Class",
957
957
  "canonicalReference": "@gcorevideo/player!BottomGear:class",
958
- "docComment": "/**\n * Adds the gear button that triggers extra options menu on the right side of the {@link MediaControl | media control} UI\n *\n * @remarks\n *\n * The plugins provides a base for attaching custom settings UI in the gear menu\n *\n * @beta\n */\n",
958
+ "docComment": "/**\n * Adds the gear button that triggers extra options menu on the right side of the {@link MediaControl | media control} UI\n *\n * @remarks\n *\n * The plugins provides a base for attaching custom settings UI in the gear menu\n *\n * Depends on:\n *\n * - {@link MediaControl | media_control}\n *\n * @beta\n */\n",
959
959
  "excerptTokens": [
960
960
  {
961
961
  "kind": "Content",
@@ -976,7 +976,111 @@
976
976
  "isAbstract": false,
977
977
  "name": "BottomGear",
978
978
  "preserveMemberOrder": false,
979
- "members": [],
979
+ "members": [
980
+ {
981
+ "kind": "Method",
982
+ "canonicalReference": "@gcorevideo/player!BottomGear#getElement:member(1)",
983
+ "docComment": "/**\n * @param name - Name of a gear menu placeholder item to attach custom UI\n *\n * @returns Zepto result of the element\n */\n",
984
+ "excerptTokens": [
985
+ {
986
+ "kind": "Content",
987
+ "text": "getElement(name: "
988
+ },
989
+ {
990
+ "kind": "Reference",
991
+ "text": "GearItemElement",
992
+ "canonicalReference": "@gcorevideo/player!GearItemElement:type"
993
+ },
994
+ {
995
+ "kind": "Content",
996
+ "text": "): "
997
+ },
998
+ {
999
+ "kind": "Reference",
1000
+ "text": "ZeptoResult",
1001
+ "canonicalReference": "@gcorevideo/player!ZeptoResult:type"
1002
+ },
1003
+ {
1004
+ "kind": "Content",
1005
+ "text": " | null"
1006
+ },
1007
+ {
1008
+ "kind": "Content",
1009
+ "text": ";"
1010
+ }
1011
+ ],
1012
+ "isStatic": false,
1013
+ "returnTypeTokenRange": {
1014
+ "startIndex": 3,
1015
+ "endIndex": 5
1016
+ },
1017
+ "releaseTag": "Beta",
1018
+ "isProtected": false,
1019
+ "overloadIndex": 1,
1020
+ "parameters": [
1021
+ {
1022
+ "parameterName": "name",
1023
+ "parameterTypeTokenRange": {
1024
+ "startIndex": 1,
1025
+ "endIndex": 2
1026
+ },
1027
+ "isOptional": false
1028
+ }
1029
+ ],
1030
+ "isOptional": false,
1031
+ "isAbstract": false,
1032
+ "name": "getElement"
1033
+ },
1034
+ {
1035
+ "kind": "Method",
1036
+ "canonicalReference": "@gcorevideo/player!BottomGear#setContent:member(1)",
1037
+ "docComment": "/**\n * Replaces the content of the gear menu\n *\n * @param content - Zepto result of the element\n */\n",
1038
+ "excerptTokens": [
1039
+ {
1040
+ "kind": "Content",
1041
+ "text": "setContent(content: "
1042
+ },
1043
+ {
1044
+ "kind": "Reference",
1045
+ "text": "ZeptoResult",
1046
+ "canonicalReference": "@gcorevideo/player!ZeptoResult:type"
1047
+ },
1048
+ {
1049
+ "kind": "Content",
1050
+ "text": "): "
1051
+ },
1052
+ {
1053
+ "kind": "Content",
1054
+ "text": "void"
1055
+ },
1056
+ {
1057
+ "kind": "Content",
1058
+ "text": ";"
1059
+ }
1060
+ ],
1061
+ "isStatic": false,
1062
+ "returnTypeTokenRange": {
1063
+ "startIndex": 3,
1064
+ "endIndex": 4
1065
+ },
1066
+ "releaseTag": "Beta",
1067
+ "isProtected": false,
1068
+ "overloadIndex": 1,
1069
+ "parameters": [
1070
+ {
1071
+ "parameterName": "content",
1072
+ "parameterTypeTokenRange": {
1073
+ "startIndex": 1,
1074
+ "endIndex": 2
1075
+ },
1076
+ "isOptional": false
1077
+ }
1078
+ ],
1079
+ "isOptional": false,
1080
+ "isAbstract": false,
1081
+ "name": "setContent"
1082
+ }
1083
+ ],
980
1084
  "extendsTokenRange": {
981
1085
  "startIndex": 1,
982
1086
  "endIndex": 2
@@ -3733,6 +3837,70 @@
3733
3837
  },
3734
3838
  "implementsTokenRanges": []
3735
3839
  },
3840
+ {
3841
+ "kind": "Enum",
3842
+ "canonicalReference": "@gcorevideo/player!GearEvents:enum",
3843
+ "docComment": "/**\n * Custom events emitted by the plugin\n */\n",
3844
+ "excerptTokens": [
3845
+ {
3846
+ "kind": "Content",
3847
+ "text": "export declare enum GearEvents "
3848
+ }
3849
+ ],
3850
+ "fileUrlPath": "src/plugins/bottom-gear/BottomGear.ts",
3851
+ "releaseTag": "Public",
3852
+ "name": "GearEvents",
3853
+ "preserveMemberOrder": false,
3854
+ "members": [
3855
+ {
3856
+ "kind": "EnumMember",
3857
+ "canonicalReference": "@gcorevideo/player!GearEvents.MEDIACONTROL_GEAR_RENDERED:member",
3858
+ "docComment": "/**\n * Emitted when the gear menu is rendered\n */\n",
3859
+ "excerptTokens": [
3860
+ {
3861
+ "kind": "Content",
3862
+ "text": "MEDIACONTROL_GEAR_RENDERED = "
3863
+ },
3864
+ {
3865
+ "kind": "Content",
3866
+ "text": "\"mediacontrol:gear:rendered\""
3867
+ }
3868
+ ],
3869
+ "initializerTokenRange": {
3870
+ "startIndex": 1,
3871
+ "endIndex": 2
3872
+ },
3873
+ "releaseTag": "Public",
3874
+ "name": "MEDIACONTROL_GEAR_RENDERED"
3875
+ }
3876
+ ]
3877
+ },
3878
+ {
3879
+ "kind": "TypeAlias",
3880
+ "canonicalReference": "@gcorevideo/player!GearItemElement:type",
3881
+ "docComment": "/**\n * An element inside the gear menu\n *\n * @beta\n */\n",
3882
+ "excerptTokens": [
3883
+ {
3884
+ "kind": "Content",
3885
+ "text": "export type GearItemElement = "
3886
+ },
3887
+ {
3888
+ "kind": "Content",
3889
+ "text": "'quality' | 'rate' | 'nerd'"
3890
+ },
3891
+ {
3892
+ "kind": "Content",
3893
+ "text": ";"
3894
+ }
3895
+ ],
3896
+ "fileUrlPath": "src/plugins/bottom-gear/BottomGear.ts",
3897
+ "releaseTag": "Beta",
3898
+ "name": "GearItemElement",
3899
+ "typeTokenRange": {
3900
+ "startIndex": 1,
3901
+ "endIndex": 2
3902
+ }
3903
+ },
3736
3904
  {
3737
3905
  "kind": "Class",
3738
3906
  "canonicalReference": "@gcorevideo/player!GoogleAnalytics:class",
@@ -4434,7 +4602,7 @@
4434
4602
  {
4435
4603
  "kind": "Class",
4436
4604
  "canonicalReference": "@gcorevideo/player!LevelSelector:class",
4437
- "docComment": "/**\n * A {@link MediaControl | media control} plugin that provides a UI to control the quality level of the playback.\n *\n * @remarks\n *\n * The plugin is rendered as a button in the {@link BottomGear | gear menu}. When clicked, it shows a list of quality levels to choose from.\n *\n * Configuration options:\n *\n * - `labels`: The labels to show in the level selector. [video resolution]: string\n *\n * - `restrictResolution`: The maximum resolution to allow in the level selector.\n *\n * @example\n * ```ts\n * new Player({\n * levelSelector: {\n * restrictResolution: 360,\n * labels: { 360: 'SD', 720: 'HD' },\n * },\n * })\n * ```\n *\n * @beta\n */\n",
4605
+ "docComment": "/**\n * A {@link MediaControl | media control} plugin that provides a UI to control the quality level of the playback.\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl}\n *\n * - {@link BottomGear}\n *\n * The plugin is rendered as an item in the gear menu.\n *\n * When clicked, it shows a list of quality levels to choose from.\n *\n * Configuration options:\n *\n * - `labels`: The labels to show in the level selector. [video resolution]: string\n *\n * - `restrictResolution`: The maximum resolution to allow in the level selector.\n *\n * @example\n * ```ts\n * new Player({\n * levelSelector: {\n * restrictResolution: 360,\n * labels: { 360: 'SD', 720: 'HD' },\n * },\n * })\n * ```\n *\n * @beta\n */\n",
4438
4606
  "excerptTokens": [
4439
4607
  {
4440
4608
  "kind": "Content",
@@ -5007,6 +5175,37 @@
5007
5175
  "isAbstract": false,
5008
5176
  "name": "getElement"
5009
5177
  },
5178
+ {
5179
+ "kind": "Method",
5180
+ "canonicalReference": "@gcorevideo/player!MediaControl#getRightPanel:member(1)",
5181
+ "docComment": "/**\n * Get the right panel area to append custom elements to\n *\n * @returns ZeptoSelector of the right panel element\n */\n",
5182
+ "excerptTokens": [
5183
+ {
5184
+ "kind": "Content",
5185
+ "text": "getRightPanel(): "
5186
+ },
5187
+ {
5188
+ "kind": "Content",
5189
+ "text": "any"
5190
+ },
5191
+ {
5192
+ "kind": "Content",
5193
+ "text": ";"
5194
+ }
5195
+ ],
5196
+ "isStatic": false,
5197
+ "returnTypeTokenRange": {
5198
+ "startIndex": 1,
5199
+ "endIndex": 2
5200
+ },
5201
+ "releaseTag": "Beta",
5202
+ "isProtected": false,
5203
+ "overloadIndex": 1,
5204
+ "parameters": [],
5205
+ "isOptional": false,
5206
+ "isAbstract": false,
5207
+ "name": "getRightPanel"
5208
+ },
5010
5209
  {
5011
5210
  "kind": "Property",
5012
5211
  "canonicalReference": "@gcorevideo/player!MediaControl#muted:member",
@@ -5180,7 +5379,7 @@
5180
5379
  },
5181
5380
  {
5182
5381
  "kind": "Content",
5183
- "text": "'bottomGear' | 'clipText' | 'pip' | 'playbackRate' | 'seekBarContainer'"
5382
+ "text": "'bottomGear' | 'clipText' | 'gear' | 'pip' | 'playbackRate' | 'seekBarContainer' | 'subtitlesSelector'"
5184
5383
  },
5185
5384
  {
5186
5385
  "kind": "Content",
@@ -10743,149 +10942,97 @@
10743
10942
  "isOptional": false
10744
10943
  }
10745
10944
  ]
10746
- },
10945
+ }
10946
+ ],
10947
+ "extendsTokenRange": {
10948
+ "startIndex": 1,
10949
+ "endIndex": 2
10950
+ },
10951
+ "implementsTokenRanges": []
10952
+ },
10953
+ {
10954
+ "kind": "Enum",
10955
+ "canonicalReference": "@gcorevideo/player!SpinnerEvents:enum",
10956
+ "docComment": "/**\n * Custom events emitted by the plugin\n */\n",
10957
+ "excerptTokens": [
10747
10958
  {
10748
- "kind": "Property",
10749
- "canonicalReference": "@gcorevideo/player!SourceController#name:member",
10750
- "docComment": "",
10959
+ "kind": "Content",
10960
+ "text": "export declare enum SpinnerEvents "
10961
+ }
10962
+ ],
10963
+ "fileUrlPath": "src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts",
10964
+ "releaseTag": "Public",
10965
+ "name": "SpinnerEvents",
10966
+ "preserveMemberOrder": false,
10967
+ "members": [
10968
+ {
10969
+ "kind": "EnumMember",
10970
+ "canonicalReference": "@gcorevideo/player!SpinnerEvents.SYNC:member",
10971
+ "docComment": "/**\n * Emitted at the end of the spinner animation cycle to facilitate smooth UI updates, e.g. {@link SourceController} listens to this event to reload the source when the spinner is hidden\n */\n",
10751
10972
  "excerptTokens": [
10752
10973
  {
10753
10974
  "kind": "Content",
10754
- "text": "get name(): "
10755
- },
10756
- {
10757
- "kind": "Content",
10758
- "text": "string"
10975
+ "text": "SYNC = "
10759
10976
  },
10760
10977
  {
10761
10978
  "kind": "Content",
10762
- "text": ";"
10979
+ "text": "\"plugins:spinner:sync\""
10763
10980
  }
10764
10981
  ],
10765
- "isReadonly": true,
10766
- "isOptional": false,
10767
- "releaseTag": "Beta",
10768
- "name": "name",
10769
- "propertyTypeTokenRange": {
10982
+ "initializerTokenRange": {
10770
10983
  "startIndex": 1,
10771
10984
  "endIndex": 2
10772
10985
  },
10773
- "isStatic": false,
10774
- "isProtected": false,
10775
- "isAbstract": false
10986
+ "releaseTag": "Public",
10987
+ "name": "SYNC"
10988
+ }
10989
+ ]
10990
+ },
10991
+ {
10992
+ "kind": "Class",
10993
+ "canonicalReference": "@gcorevideo/player!SpinnerThreeBounce:class",
10994
+ "docComment": "/**\n * Shows a pending operation indicator when playback is buffering or in other appropriate cases\n *\n * @remarks\n *\n * The plugin emits\n *\n * @beta\n */\n",
10995
+ "excerptTokens": [
10996
+ {
10997
+ "kind": "Content",
10998
+ "text": "export declare class SpinnerThreeBounce extends "
10776
10999
  },
10777
11000
  {
10778
- "kind": "Property",
10779
- "canonicalReference": "@gcorevideo/player!SourceController#supportedVersion:member",
10780
- "docComment": "",
11001
+ "kind": "Reference",
11002
+ "text": "UIContainerPlugin",
11003
+ "canonicalReference": "@gcorevideo/player!~UIContainerPlugin"
11004
+ },
11005
+ {
11006
+ "kind": "Content",
11007
+ "text": " "
11008
+ }
11009
+ ],
11010
+ "fileUrlPath": "src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts",
11011
+ "releaseTag": "Beta",
11012
+ "isAbstract": false,
11013
+ "name": "SpinnerThreeBounce",
11014
+ "preserveMemberOrder": false,
11015
+ "members": [
11016
+ {
11017
+ "kind": "Constructor",
11018
+ "canonicalReference": "@gcorevideo/player!SpinnerThreeBounce:constructor(1)",
11019
+ "docComment": "/**\n * Constructs a new instance of the `SpinnerThreeBounce` class\n */\n",
10781
11020
  "excerptTokens": [
10782
11021
  {
10783
11022
  "kind": "Content",
10784
- "text": "get supportedVersion(): "
11023
+ "text": "constructor(container: "
10785
11024
  },
10786
11025
  {
10787
- "kind": "Content",
10788
- "text": "{\n min: string;\n }"
11026
+ "kind": "Reference",
11027
+ "text": "Container",
11028
+ "canonicalReference": "@clappr/core!default:class"
10789
11029
  },
10790
11030
  {
10791
11031
  "kind": "Content",
10792
- "text": ";"
11032
+ "text": ");"
10793
11033
  }
10794
11034
  ],
10795
- "isReadonly": true,
10796
- "isOptional": false,
10797
11035
  "releaseTag": "Beta",
10798
- "name": "supportedVersion",
10799
- "propertyTypeTokenRange": {
10800
- "startIndex": 1,
10801
- "endIndex": 2
10802
- },
10803
- "isStatic": false,
10804
- "isProtected": false,
10805
- "isAbstract": false
10806
- },
10807
- {
10808
- "kind": "Property",
10809
- "canonicalReference": "@gcorevideo/player!SourceController.version:member",
10810
- "docComment": "",
10811
- "excerptTokens": [
10812
- {
10813
- "kind": "Content",
10814
- "text": "static get version(): "
10815
- },
10816
- {
10817
- "kind": "Content",
10818
- "text": "string"
10819
- },
10820
- {
10821
- "kind": "Content",
10822
- "text": ";"
10823
- }
10824
- ],
10825
- "isReadonly": true,
10826
- "isOptional": false,
10827
- "releaseTag": "Beta",
10828
- "name": "version",
10829
- "propertyTypeTokenRange": {
10830
- "startIndex": 1,
10831
- "endIndex": 2
10832
- },
10833
- "isStatic": true,
10834
- "isProtected": false,
10835
- "isAbstract": false
10836
- }
10837
- ],
10838
- "extendsTokenRange": {
10839
- "startIndex": 1,
10840
- "endIndex": 2
10841
- },
10842
- "implementsTokenRanges": []
10843
- },
10844
- {
10845
- "kind": "Class",
10846
- "canonicalReference": "@gcorevideo/player!SpinnerThreeBounce:class",
10847
- "docComment": "",
10848
- "excerptTokens": [
10849
- {
10850
- "kind": "Content",
10851
- "text": "export declare class SpinnerThreeBounce extends "
10852
- },
10853
- {
10854
- "kind": "Reference",
10855
- "text": "UIContainerPlugin",
10856
- "canonicalReference": "@gcorevideo/player!~UIContainerPlugin"
10857
- },
10858
- {
10859
- "kind": "Content",
10860
- "text": " "
10861
- }
10862
- ],
10863
- "fileUrlPath": "src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts",
10864
- "releaseTag": "Public",
10865
- "isAbstract": false,
10866
- "name": "SpinnerThreeBounce",
10867
- "preserveMemberOrder": false,
10868
- "members": [
10869
- {
10870
- "kind": "Constructor",
10871
- "canonicalReference": "@gcorevideo/player!SpinnerThreeBounce:constructor(1)",
10872
- "docComment": "/**\n * Constructs a new instance of the `SpinnerThreeBounce` class\n */\n",
10873
- "excerptTokens": [
10874
- {
10875
- "kind": "Content",
10876
- "text": "constructor(container: "
10877
- },
10878
- {
10879
- "kind": "Reference",
10880
- "text": "Container",
10881
- "canonicalReference": "@clappr/core!default:class"
10882
- },
10883
- {
10884
- "kind": "Content",
10885
- "text": ");"
10886
- }
10887
- ],
10888
- "releaseTag": "Public",
10889
11036
  "isProtected": false,
10890
11037
  "overloadIndex": 1,
10891
11038
  "parameters": [
@@ -10899,40 +11046,10 @@
10899
11046
  }
10900
11047
  ]
10901
11048
  },
10902
- {
10903
- "kind": "Property",
10904
- "canonicalReference": "@gcorevideo/player!SpinnerThreeBounce#attributes:member",
10905
- "docComment": "",
10906
- "excerptTokens": [
10907
- {
10908
- "kind": "Content",
10909
- "text": "get attributes(): "
10910
- },
10911
- {
10912
- "kind": "Content",
10913
- "text": "{\n 'data-spinner': string;\n class: string;\n }"
10914
- },
10915
- {
10916
- "kind": "Content",
10917
- "text": ";"
10918
- }
10919
- ],
10920
- "isReadonly": true,
10921
- "isOptional": false,
10922
- "releaseTag": "Public",
10923
- "name": "attributes",
10924
- "propertyTypeTokenRange": {
10925
- "startIndex": 1,
10926
- "endIndex": 2
10927
- },
10928
- "isStatic": false,
10929
- "isProtected": false,
10930
- "isAbstract": false
10931
- },
10932
11049
  {
10933
11050
  "kind": "Method",
10934
11051
  "canonicalReference": "@gcorevideo/player!SpinnerThreeBounce#hide:member(1)",
10935
- "docComment": "",
11052
+ "docComment": "/**\n * Hides the spinner\n */\n",
10936
11053
  "excerptTokens": [
10937
11054
  {
10938
11055
  "kind": "Content",
@@ -10952,7 +11069,7 @@
10952
11069
  "startIndex": 1,
10953
11070
  "endIndex": 2
10954
11071
  },
10955
- "releaseTag": "Public",
11072
+ "releaseTag": "Beta",
10956
11073
  "isProtected": false,
10957
11074
  "overloadIndex": 1,
10958
11075
  "parameters": [],
@@ -10960,48 +11077,18 @@
10960
11077
  "isAbstract": false,
10961
11078
  "name": "hide"
10962
11079
  },
10963
- {
10964
- "kind": "Property",
10965
- "canonicalReference": "@gcorevideo/player!SpinnerThreeBounce#name:member",
10966
- "docComment": "",
10967
- "excerptTokens": [
10968
- {
10969
- "kind": "Content",
10970
- "text": "get name(): "
10971
- },
10972
- {
10973
- "kind": "Content",
10974
- "text": "string"
10975
- },
10976
- {
10977
- "kind": "Content",
10978
- "text": ";"
10979
- }
10980
- ],
10981
- "isReadonly": true,
10982
- "isOptional": false,
10983
- "releaseTag": "Public",
10984
- "name": "name",
10985
- "propertyTypeTokenRange": {
10986
- "startIndex": 1,
10987
- "endIndex": 2
10988
- },
10989
- "isStatic": false,
10990
- "isProtected": false,
10991
- "isAbstract": false
10992
- },
10993
11080
  {
10994
11081
  "kind": "Method",
10995
- "canonicalReference": "@gcorevideo/player!SpinnerThreeBounce#render:member(1)",
10996
- "docComment": "",
11082
+ "canonicalReference": "@gcorevideo/player!SpinnerThreeBounce#show:member(1)",
11083
+ "docComment": "/**\n * Shows the spinner\n */\n",
10997
11084
  "excerptTokens": [
10998
11085
  {
10999
11086
  "kind": "Content",
11000
- "text": "render(): "
11087
+ "text": "show(): "
11001
11088
  },
11002
11089
  {
11003
11090
  "kind": "Content",
11004
- "text": "this"
11091
+ "text": "void"
11005
11092
  },
11006
11093
  {
11007
11094
  "kind": "Content",
@@ -11013,91 +11100,13 @@
11013
11100
  "startIndex": 1,
11014
11101
  "endIndex": 2
11015
11102
  },
11016
- "releaseTag": "Public",
11103
+ "releaseTag": "Beta",
11017
11104
  "isProtected": false,
11018
11105
  "overloadIndex": 1,
11019
11106
  "parameters": [],
11020
11107
  "isOptional": false,
11021
11108
  "isAbstract": false,
11022
- "name": "render"
11023
- },
11024
- {
11025
- "kind": "Method",
11026
- "canonicalReference": "@gcorevideo/player!SpinnerThreeBounce#show:member(1)",
11027
- "docComment": "",
11028
- "excerptTokens": [
11029
- {
11030
- "kind": "Content",
11031
- "text": "show(immediate?: "
11032
- },
11033
- {
11034
- "kind": "Content",
11035
- "text": "boolean"
11036
- },
11037
- {
11038
- "kind": "Content",
11039
- "text": "): "
11040
- },
11041
- {
11042
- "kind": "Content",
11043
- "text": "void"
11044
- },
11045
- {
11046
- "kind": "Content",
11047
- "text": ";"
11048
- }
11049
- ],
11050
- "isStatic": false,
11051
- "returnTypeTokenRange": {
11052
- "startIndex": 3,
11053
- "endIndex": 4
11054
- },
11055
- "releaseTag": "Public",
11056
- "isProtected": false,
11057
- "overloadIndex": 1,
11058
- "parameters": [
11059
- {
11060
- "parameterName": "immediate",
11061
- "parameterTypeTokenRange": {
11062
- "startIndex": 1,
11063
- "endIndex": 2
11064
- },
11065
- "isOptional": true
11066
- }
11067
- ],
11068
- "isOptional": false,
11069
- "isAbstract": false,
11070
11109
  "name": "show"
11071
- },
11072
- {
11073
- "kind": "Property",
11074
- "canonicalReference": "@gcorevideo/player!SpinnerThreeBounce#supportedVersion:member",
11075
- "docComment": "",
11076
- "excerptTokens": [
11077
- {
11078
- "kind": "Content",
11079
- "text": "get supportedVersion(): "
11080
- },
11081
- {
11082
- "kind": "Content",
11083
- "text": "{\n min: string;\n }"
11084
- },
11085
- {
11086
- "kind": "Content",
11087
- "text": ";"
11088
- }
11089
- ],
11090
- "isReadonly": true,
11091
- "isOptional": false,
11092
- "releaseTag": "Public",
11093
- "name": "supportedVersion",
11094
- "propertyTypeTokenRange": {
11095
- "startIndex": 1,
11096
- "endIndex": 2
11097
- },
11098
- "isStatic": false,
11099
- "isProtected": false,
11100
- "isAbstract": false
11101
11110
  }
11102
11111
  ],
11103
11112
  "extendsTokenRange": {
@@ -11265,7 +11274,7 @@
11265
11274
  {
11266
11275
  "kind": "Class",
11267
11276
  "canonicalReference": "@gcorevideo/player!Subtitles:class",
11268
- "docComment": "",
11277
+ "docComment": "/**\n * A {@link MediaControl | media control} plugin that provides a UI to select the subtitles when available.\n *\n * @remarks\n *\n * Depends on:\n *\n * - {@link MediaControl}\n *\n * Configuration options:\n *\n * - subtitles.language - The language of the subtitles to select by default.\n *\n * @example\n * ```ts\n * import { Subtitles } from '@gcorevideo/player'\n *\n * Player.registerPlugin(Subtitles)\n *\n * new Player({\n * ...\n * subtitles: {\n * language: 'en',\n * },\n * })\n * ```\n *\n * @beta\n */\n",
11269
11278
  "excerptTokens": [
11270
11279
  {
11271
11280
  "kind": "Content",
@@ -11282,371 +11291,46 @@
11282
11291
  }
11283
11292
  ],
11284
11293
  "fileUrlPath": "src/plugins/subtitles/Subtitles.ts",
11285
- "releaseTag": "Public",
11294
+ "releaseTag": "Beta",
11286
11295
  "isAbstract": false,
11287
11296
  "name": "Subtitles",
11288
11297
  "preserveMemberOrder": false,
11289
11298
  "members": [
11290
11299
  {
11291
- "kind": "Property",
11292
- "canonicalReference": "@gcorevideo/player!Subtitles#attributes:member",
11293
- "docComment": "",
11300
+ "kind": "Method",
11301
+ "canonicalReference": "@gcorevideo/player!Subtitles#hide:member(1)",
11302
+ "docComment": "/**\n * Hides the subtitles menu and the subtitles.\n */\n",
11294
11303
  "excerptTokens": [
11295
11304
  {
11296
11305
  "kind": "Content",
11297
- "text": "get attributes(): "
11306
+ "text": "hide(): "
11298
11307
  },
11299
11308
  {
11300
11309
  "kind": "Content",
11301
- "text": "{\n class: string;\n 'data-subtitles': string;\n }"
11310
+ "text": "void"
11302
11311
  },
11303
11312
  {
11304
11313
  "kind": "Content",
11305
11314
  "text": ";"
11306
11315
  }
11307
11316
  ],
11308
- "isReadonly": true,
11309
- "isOptional": false,
11310
- "releaseTag": "Public",
11311
- "name": "attributes",
11312
- "propertyTypeTokenRange": {
11317
+ "isStatic": false,
11318
+ "returnTypeTokenRange": {
11313
11319
  "startIndex": 1,
11314
11320
  "endIndex": 2
11315
11321
  },
11316
- "isStatic": false,
11322
+ "releaseTag": "Beta",
11317
11323
  "isProtected": false,
11318
- "isAbstract": false
11319
- },
11320
- {
11321
- "kind": "Method",
11322
- "canonicalReference": "@gcorevideo/player!Subtitles#bindEvents:member(1)",
11323
- "docComment": "",
11324
- "excerptTokens": [
11325
- {
11326
- "kind": "Content",
11327
- "text": "bindEvents(): "
11328
- },
11329
- {
11330
- "kind": "Content",
11331
- "text": "void"
11332
- },
11333
- {
11334
- "kind": "Content",
11335
- "text": ";"
11336
- }
11337
- ],
11338
- "isStatic": false,
11339
- "returnTypeTokenRange": {
11340
- "startIndex": 1,
11341
- "endIndex": 2
11342
- },
11343
- "releaseTag": "Public",
11344
- "isProtected": false,
11345
- "overloadIndex": 1,
11346
- "parameters": [],
11347
- "isOptional": false,
11348
- "isAbstract": false,
11349
- "name": "bindEvents"
11350
- },
11351
- {
11352
- "kind": "Method",
11353
- "canonicalReference": "@gcorevideo/player!Subtitles#buttonElement:member(1)",
11354
- "docComment": "",
11355
- "excerptTokens": [
11356
- {
11357
- "kind": "Content",
11358
- "text": "buttonElement(): "
11359
- },
11360
- {
11361
- "kind": "Reference",
11362
- "text": "ZeptoResult",
11363
- "canonicalReference": "@gcorevideo/player!ZeptoResult:type"
11364
- },
11365
- {
11366
- "kind": "Content",
11367
- "text": ";"
11368
- }
11369
- ],
11370
- "isStatic": false,
11371
- "returnTypeTokenRange": {
11372
- "startIndex": 1,
11373
- "endIndex": 2
11374
- },
11375
- "releaseTag": "Public",
11376
- "isProtected": false,
11377
- "overloadIndex": 1,
11378
- "parameters": [],
11379
- "isOptional": false,
11380
- "isAbstract": false,
11381
- "name": "buttonElement"
11382
- },
11383
- {
11384
- "kind": "Property",
11385
- "canonicalReference": "@gcorevideo/player!Subtitles#events:member",
11386
- "docComment": "",
11387
- "excerptTokens": [
11388
- {
11389
- "kind": "Content",
11390
- "text": "get events(): "
11391
- },
11392
- {
11393
- "kind": "Content",
11394
- "text": "{\n 'click [data-subtitles-select]': string;\n 'click [data-subtitles-button]': string;\n }"
11395
- },
11396
- {
11397
- "kind": "Content",
11398
- "text": ";"
11399
- }
11400
- ],
11401
- "isReadonly": true,
11402
- "isOptional": false,
11403
- "releaseTag": "Public",
11404
- "name": "events",
11405
- "propertyTypeTokenRange": {
11406
- "startIndex": 1,
11407
- "endIndex": 2
11408
- },
11409
- "isStatic": false,
11410
- "isProtected": false,
11411
- "isAbstract": false
11412
- },
11413
- {
11414
- "kind": "Method",
11415
- "canonicalReference": "@gcorevideo/player!Subtitles#hide:member(1)",
11416
- "docComment": "",
11417
- "excerptTokens": [
11418
- {
11419
- "kind": "Content",
11420
- "text": "hide(): "
11421
- },
11422
- {
11423
- "kind": "Content",
11424
- "text": "void"
11425
- },
11426
- {
11427
- "kind": "Content",
11428
- "text": ";"
11429
- }
11430
- ],
11431
- "isStatic": false,
11432
- "returnTypeTokenRange": {
11433
- "startIndex": 1,
11434
- "endIndex": 2
11435
- },
11436
- "releaseTag": "Public",
11437
- "isProtected": false,
11438
- "overloadIndex": 1,
11439
- "parameters": [],
11440
- "isOptional": false,
11441
- "isAbstract": false,
11442
- "name": "hide"
11443
- },
11444
- {
11445
- "kind": "Method",
11446
- "canonicalReference": "@gcorevideo/player!Subtitles#levelElement:member(1)",
11447
- "docComment": "",
11448
- "excerptTokens": [
11449
- {
11450
- "kind": "Content",
11451
- "text": "levelElement(id?: "
11452
- },
11453
- {
11454
- "kind": "Content",
11455
- "text": "string"
11456
- },
11457
- {
11458
- "kind": "Content",
11459
- "text": "): "
11460
- },
11461
- {
11462
- "kind": "Reference",
11463
- "text": "ZeptoResult",
11464
- "canonicalReference": "@gcorevideo/player!ZeptoResult:type"
11465
- },
11466
- {
11467
- "kind": "Content",
11468
- "text": ";"
11469
- }
11470
- ],
11471
- "isStatic": false,
11472
- "returnTypeTokenRange": {
11473
- "startIndex": 3,
11474
- "endIndex": 4
11475
- },
11476
- "releaseTag": "Public",
11477
- "isProtected": false,
11478
- "overloadIndex": 1,
11479
- "parameters": [
11480
- {
11481
- "parameterName": "id",
11482
- "parameterTypeTokenRange": {
11483
- "startIndex": 1,
11484
- "endIndex": 2
11485
- },
11486
- "isOptional": true
11487
- }
11488
- ],
11489
- "isOptional": false,
11490
- "isAbstract": false,
11491
- "name": "levelElement"
11492
- },
11493
- {
11494
- "kind": "Property",
11495
- "canonicalReference": "@gcorevideo/player!Subtitles#name:member",
11496
- "docComment": "",
11497
- "excerptTokens": [
11498
- {
11499
- "kind": "Content",
11500
- "text": "get name(): "
11501
- },
11502
- {
11503
- "kind": "Content",
11504
- "text": "string"
11505
- },
11506
- {
11507
- "kind": "Content",
11508
- "text": ";"
11509
- }
11510
- ],
11511
- "isReadonly": true,
11512
- "isOptional": false,
11513
- "releaseTag": "Public",
11514
- "name": "name",
11515
- "propertyTypeTokenRange": {
11516
- "startIndex": 1,
11517
- "endIndex": 2
11518
- },
11519
- "isStatic": false,
11520
- "isProtected": false,
11521
- "isAbstract": false
11522
- },
11523
- {
11524
- "kind": "Property",
11525
- "canonicalReference": "@gcorevideo/player!Subtitles#preselectedLanguage:member",
11526
- "docComment": "",
11527
- "excerptTokens": [
11528
- {
11529
- "kind": "Content",
11530
- "text": "get preselectedLanguage(): "
11531
- },
11532
- {
11533
- "kind": "Content",
11534
- "text": "string"
11535
- },
11536
- {
11537
- "kind": "Content",
11538
- "text": ";"
11539
- }
11540
- ],
11541
- "isReadonly": true,
11542
- "isOptional": false,
11543
- "releaseTag": "Public",
11544
- "name": "preselectedLanguage",
11545
- "propertyTypeTokenRange": {
11546
- "startIndex": 1,
11547
- "endIndex": 2
11548
- },
11549
- "isStatic": false,
11550
- "isProtected": false,
11551
- "isAbstract": false
11552
- },
11553
- {
11554
- "kind": "Method",
11555
- "canonicalReference": "@gcorevideo/player!Subtitles#reload:member(1)",
11556
- "docComment": "",
11557
- "excerptTokens": [
11558
- {
11559
- "kind": "Content",
11560
- "text": "reload(): "
11561
- },
11562
- {
11563
- "kind": "Content",
11564
- "text": "void"
11565
- },
11566
- {
11567
- "kind": "Content",
11568
- "text": ";"
11569
- }
11570
- ],
11571
- "isStatic": false,
11572
- "returnTypeTokenRange": {
11573
- "startIndex": 1,
11574
- "endIndex": 2
11575
- },
11576
- "releaseTag": "Public",
11577
- "isProtected": false,
11578
- "overloadIndex": 1,
11579
- "parameters": [],
11580
- "isOptional": false,
11581
- "isAbstract": false,
11582
- "name": "reload"
11583
- },
11584
- {
11585
- "kind": "Method",
11586
- "canonicalReference": "@gcorevideo/player!Subtitles#render:member(1)",
11587
- "docComment": "",
11588
- "excerptTokens": [
11589
- {
11590
- "kind": "Content",
11591
- "text": "render(): "
11592
- },
11593
- {
11594
- "kind": "Content",
11595
- "text": "this"
11596
- },
11597
- {
11598
- "kind": "Content",
11599
- "text": ";"
11600
- }
11601
- ],
11602
- "isStatic": false,
11603
- "returnTypeTokenRange": {
11604
- "startIndex": 1,
11605
- "endIndex": 2
11606
- },
11607
- "releaseTag": "Public",
11608
- "isProtected": false,
11609
- "overloadIndex": 1,
11610
- "parameters": [],
11611
- "isOptional": false,
11612
- "isAbstract": false,
11613
- "name": "render"
11614
- },
11615
- {
11616
- "kind": "Method",
11617
- "canonicalReference": "@gcorevideo/player!Subtitles#selectSubtitles:member(1)",
11618
- "docComment": "",
11619
- "excerptTokens": [
11620
- {
11621
- "kind": "Content",
11622
- "text": "selectSubtitles(): "
11623
- },
11624
- {
11625
- "kind": "Content",
11626
- "text": "void"
11627
- },
11628
- {
11629
- "kind": "Content",
11630
- "text": ";"
11631
- }
11632
- ],
11633
- "isStatic": false,
11634
- "returnTypeTokenRange": {
11635
- "startIndex": 1,
11636
- "endIndex": 2
11637
- },
11638
- "releaseTag": "Public",
11639
- "isProtected": false,
11640
- "overloadIndex": 1,
11641
- "parameters": [],
11642
- "isOptional": false,
11643
- "isAbstract": false,
11644
- "name": "selectSubtitles"
11324
+ "overloadIndex": 1,
11325
+ "parameters": [],
11326
+ "isOptional": false,
11327
+ "isAbstract": false,
11328
+ "name": "hide"
11645
11329
  },
11646
11330
  {
11647
11331
  "kind": "Method",
11648
11332
  "canonicalReference": "@gcorevideo/player!Subtitles#show:member(1)",
11649
- "docComment": "",
11333
+ "docComment": "/**\n * Shows the subtitles menu and the subtitles.\n */\n",
11650
11334
  "excerptTokens": [
11651
11335
  {
11652
11336
  "kind": "Content",
@@ -11666,226 +11350,13 @@
11666
11350
  "startIndex": 1,
11667
11351
  "endIndex": 2
11668
11352
  },
11669
- "releaseTag": "Public",
11353
+ "releaseTag": "Beta",
11670
11354
  "isProtected": false,
11671
11355
  "overloadIndex": 1,
11672
11356
  "parameters": [],
11673
11357
  "isOptional": false,
11674
11358
  "isAbstract": false,
11675
11359
  "name": "show"
11676
- },
11677
- {
11678
- "kind": "Method",
11679
- "canonicalReference": "@gcorevideo/player!Subtitles#startLevelSwitch:member(1)",
11680
- "docComment": "",
11681
- "excerptTokens": [
11682
- {
11683
- "kind": "Content",
11684
- "text": "startLevelSwitch(): "
11685
- },
11686
- {
11687
- "kind": "Content",
11688
- "text": "void"
11689
- },
11690
- {
11691
- "kind": "Content",
11692
- "text": ";"
11693
- }
11694
- ],
11695
- "isStatic": false,
11696
- "returnTypeTokenRange": {
11697
- "startIndex": 1,
11698
- "endIndex": 2
11699
- },
11700
- "releaseTag": "Public",
11701
- "isProtected": false,
11702
- "overloadIndex": 1,
11703
- "parameters": [],
11704
- "isOptional": false,
11705
- "isAbstract": false,
11706
- "name": "startLevelSwitch"
11707
- },
11708
- {
11709
- "kind": "Method",
11710
- "canonicalReference": "@gcorevideo/player!Subtitles#stopLevelSwitch:member(1)",
11711
- "docComment": "",
11712
- "excerptTokens": [
11713
- {
11714
- "kind": "Content",
11715
- "text": "stopLevelSwitch(): "
11716
- },
11717
- {
11718
- "kind": "Content",
11719
- "text": "void"
11720
- },
11721
- {
11722
- "kind": "Content",
11723
- "text": ";"
11724
- }
11725
- ],
11726
- "isStatic": false,
11727
- "returnTypeTokenRange": {
11728
- "startIndex": 1,
11729
- "endIndex": 2
11730
- },
11731
- "releaseTag": "Public",
11732
- "isProtected": false,
11733
- "overloadIndex": 1,
11734
- "parameters": [],
11735
- "isOptional": false,
11736
- "isAbstract": false,
11737
- "name": "stopLevelSwitch"
11738
- },
11739
- {
11740
- "kind": "Property",
11741
- "canonicalReference": "@gcorevideo/player!Subtitles#supportedVersion:member",
11742
- "docComment": "",
11743
- "excerptTokens": [
11744
- {
11745
- "kind": "Content",
11746
- "text": "get supportedVersion(): "
11747
- },
11748
- {
11749
- "kind": "Content",
11750
- "text": "{\n min: string;\n }"
11751
- },
11752
- {
11753
- "kind": "Content",
11754
- "text": ";"
11755
- }
11756
- ],
11757
- "isReadonly": true,
11758
- "isOptional": false,
11759
- "releaseTag": "Public",
11760
- "name": "supportedVersion",
11761
- "propertyTypeTokenRange": {
11762
- "startIndex": 1,
11763
- "endIndex": 2
11764
- },
11765
- "isStatic": false,
11766
- "isProtected": false,
11767
- "isAbstract": false
11768
- },
11769
- {
11770
- "kind": "Property",
11771
- "canonicalReference": "@gcorevideo/player!Subtitles#template:member",
11772
- "docComment": "",
11773
- "excerptTokens": [
11774
- {
11775
- "kind": "Content",
11776
- "text": "get template(): "
11777
- },
11778
- {
11779
- "kind": "Content",
11780
- "text": "any"
11781
- },
11782
- {
11783
- "kind": "Content",
11784
- "text": ";"
11785
- }
11786
- ],
11787
- "isReadonly": true,
11788
- "isOptional": false,
11789
- "releaseTag": "Public",
11790
- "name": "template",
11791
- "propertyTypeTokenRange": {
11792
- "startIndex": 1,
11793
- "endIndex": 2
11794
- },
11795
- "isStatic": false,
11796
- "isProtected": false,
11797
- "isAbstract": false
11798
- },
11799
- {
11800
- "kind": "Property",
11801
- "canonicalReference": "@gcorevideo/player!Subtitles#templateString:member",
11802
- "docComment": "",
11803
- "excerptTokens": [
11804
- {
11805
- "kind": "Content",
11806
- "text": "get templateString(): "
11807
- },
11808
- {
11809
- "kind": "Content",
11810
- "text": "any"
11811
- },
11812
- {
11813
- "kind": "Content",
11814
- "text": ";"
11815
- }
11816
- ],
11817
- "isReadonly": true,
11818
- "isOptional": false,
11819
- "releaseTag": "Public",
11820
- "name": "templateString",
11821
- "propertyTypeTokenRange": {
11822
- "startIndex": 1,
11823
- "endIndex": 2
11824
- },
11825
- "isStatic": false,
11826
- "isProtected": false,
11827
- "isAbstract": false
11828
- },
11829
- {
11830
- "kind": "Method",
11831
- "canonicalReference": "@gcorevideo/player!Subtitles#unBindEvents:member(1)",
11832
- "docComment": "",
11833
- "excerptTokens": [
11834
- {
11835
- "kind": "Content",
11836
- "text": "unBindEvents(): "
11837
- },
11838
- {
11839
- "kind": "Content",
11840
- "text": "void"
11841
- },
11842
- {
11843
- "kind": "Content",
11844
- "text": ";"
11845
- }
11846
- ],
11847
- "isStatic": false,
11848
- "returnTypeTokenRange": {
11849
- "startIndex": 1,
11850
- "endIndex": 2
11851
- },
11852
- "releaseTag": "Public",
11853
- "isProtected": false,
11854
- "overloadIndex": 1,
11855
- "parameters": [],
11856
- "isOptional": false,
11857
- "isAbstract": false,
11858
- "name": "unBindEvents"
11859
- },
11860
- {
11861
- "kind": "Property",
11862
- "canonicalReference": "@gcorevideo/player!Subtitles.version:member",
11863
- "docComment": "",
11864
- "excerptTokens": [
11865
- {
11866
- "kind": "Content",
11867
- "text": "static get version(): "
11868
- },
11869
- {
11870
- "kind": "Content",
11871
- "text": "string"
11872
- },
11873
- {
11874
- "kind": "Content",
11875
- "text": ";"
11876
- }
11877
- ],
11878
- "isReadonly": true,
11879
- "isOptional": false,
11880
- "releaseTag": "Public",
11881
- "name": "version",
11882
- "propertyTypeTokenRange": {
11883
- "startIndex": 1,
11884
- "endIndex": 2
11885
- },
11886
- "isStatic": true,
11887
- "isProtected": false,
11888
- "isAbstract": false
11889
11360
  }
11890
11361
  ],
11891
11362
  "extendsTokenRange": {