@flowplayer/player 3.34.3 → 3.35.0-rc
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/core.js +1 -1
- package/default.js +1 -1
- package/embed.js +2 -2
- package/flowplayer.css +1 -1
- package/package/core/events.d.ts +710 -0
- package/package/core/events.js +403 -0
- package/package/core.js +1 -0
- package/package/default.js +1 -0
- package/package/embed.js +7 -0
- package/package/flowplayer.css +1 -0
- package/package/index.d.ts +2238 -0
- package/package/plugins/ads.d.ts +4468 -0
- package/package/plugins/ads.js +7 -0
- package/package/plugins/airplay.d.ts +2152 -0
- package/package/plugins/airplay.js +1 -0
- package/package/plugins/analytics.d.ts +2146 -0
- package/package/plugins/analytics.js +1 -0
- package/package/plugins/asel.d.ts +2293 -0
- package/package/plugins/asel.js +1 -0
- package/package/plugins/audio.d.ts +2146 -0
- package/package/plugins/audio.js +1 -0
- package/package/plugins/chapters.d.ts +2155 -0
- package/package/plugins/chapters.js +1 -0
- package/package/plugins/chromecast.d.ts +2221 -0
- package/package/plugins/chromecast.js +1 -0
- package/package/plugins/comscore.d.ts +2146 -0
- package/package/plugins/comscore.js +1 -0
- package/package/plugins/consent.d.ts +2194 -0
- package/package/plugins/consent.js +1 -0
- package/package/plugins/context-menu.d.ts +2160 -0
- package/package/plugins/context-menu.js +1 -0
- package/package/plugins/cuepoints.d.ts +2270 -0
- package/package/plugins/cuepoints.js +1 -0
- package/package/plugins/dash.d.ts +2302 -0
- package/package/plugins/dash.js +2 -0
- package/package/plugins/drm.d.ts +2271 -0
- package/package/plugins/drm.js +1 -0
- package/package/plugins/endscreen.d.ts +2165 -0
- package/package/plugins/endscreen.js +1 -0
- package/package/plugins/fas.d.ts +2200 -0
- package/package/plugins/fas.js +1 -0
- package/package/plugins/float-on-scroll.d.ts +2234 -0
- package/package/plugins/float-on-scroll.js +1 -0
- package/package/plugins/ga4.d.ts +2146 -0
- package/package/plugins/ga4.js +1 -0
- package/package/plugins/gemius.d.ts +2171 -0
- package/package/plugins/gemius.js +1 -0
- package/package/plugins/google-analytics.d.ts +2146 -0
- package/package/plugins/google-analytics.js +1 -0
- package/package/plugins/hls.d.ts +2271 -0
- package/package/plugins/hls.js +1 -0
- package/package/plugins/id3.d.ts +2212 -0
- package/package/plugins/id3.js +1 -0
- package/package/plugins/iframe.d.ts +2147 -0
- package/package/plugins/iframe.js +1 -0
- package/package/plugins/keyboard.d.ts +2146 -0
- package/package/plugins/keyboard.js +1 -0
- package/package/plugins/media-session.d.ts +2146 -0
- package/package/plugins/media-session.js +1 -0
- package/package/plugins/message.d.ts +2205 -0
- package/package/plugins/message.js +1 -0
- package/package/plugins/ovp.d.ts +2208 -0
- package/package/plugins/ovp.js +1 -0
- package/package/plugins/playlist.d.ts +2465 -0
- package/package/plugins/playlist.js +1 -0
- package/package/plugins/preview.d.ts +2236 -0
- package/package/plugins/preview.js +1 -0
- package/package/plugins/qsel.d.ts +2236 -0
- package/package/plugins/qsel.js +1 -0
- package/package/plugins/qul.d.ts +2161 -0
- package/package/plugins/qul.js +1 -0
- package/package/plugins/rts.d.ts +2551 -0
- package/package/plugins/rts.js +25 -0
- package/package/plugins/share.d.ts +2181 -0
- package/package/plugins/share.js +1 -0
- package/package/plugins/speed.d.ts +2173 -0
- package/package/plugins/speed.js +1 -0
- package/package/plugins/ssai.d.ts +2502 -0
- package/package/plugins/ssai.js +7 -0
- package/package/plugins/subtitles.d.ts +2287 -0
- package/package/plugins/subtitles.js +1 -0
- package/package/plugins/thumbnails.d.ts +2164 -0
- package/package/plugins/thumbnails.js +1 -0
- package/package/plugins/tizen.d.ts +2152 -0
- package/package/plugins/tizen.js +1 -0
- package/package/plugins/vtsel.d.ts +2250 -0
- package/package/plugins/vtsel.js +1 -0
- package/package/plugins/webos.d.ts +2152 -0
- package/package/plugins/webos.js +1 -0
- package/package/util/loader.d.ts +2163 -0
- package/package/util/loader.js +63 -0
- package/package.json +2364 -1
- package/plugins/ads.js +1 -1
- package/plugins/analytics.js +1 -1
- package/plugins/ovp.js +1 -1
- package/plugins/rts.js +1 -1
- package/plugins/ssai.js +1 -1
|
@@ -0,0 +1,710 @@
|
|
|
1
|
+
/* Excluded from this release type: AUDIO_ONLY_SOURCE */
|
|
2
|
+
|
|
3
|
+
/* Excluded from this release type: BEFORE_PAUSE */
|
|
4
|
+
|
|
5
|
+
/* Excluded from this release type: BEFORE_PLAY */
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export declare const /**
|
|
11
|
+
@public
|
|
12
|
+
* when a new player is inserted into the HTML
|
|
13
|
+
*/ /**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
CAN_PLAY = "canplay";
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export declare const /**
|
|
22
|
+
@public
|
|
23
|
+
* when a new player is inserted into the HTML
|
|
24
|
+
*/ /**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
CLICK = "click";
|
|
28
|
+
|
|
29
|
+
/* Excluded from this release type: CONFIG */
|
|
30
|
+
|
|
31
|
+
/* Excluded from this release type: CONTENT_REAL_LOAD_START */
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export declare const /**
|
|
37
|
+
@public
|
|
38
|
+
* when a new player is inserted into the HTML
|
|
39
|
+
*/ /**
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
CONTEXT_MENU = "contextmenu";
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
* @deprecated
|
|
47
|
+
* when a cuepoint becomes inactive
|
|
48
|
+
*/
|
|
49
|
+
export declare const /**
|
|
50
|
+
@public
|
|
51
|
+
* when a new player is inserted into the HTML
|
|
52
|
+
*/ /**
|
|
53
|
+
* @public
|
|
54
|
+
* @deprecated
|
|
55
|
+
* when a cuepoint becomes inactive
|
|
56
|
+
*/
|
|
57
|
+
CUEPOINT_END = "cuepointend";
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
* @deprecated
|
|
62
|
+
* when a cuepoint is active
|
|
63
|
+
*/
|
|
64
|
+
export declare const /**
|
|
65
|
+
@public
|
|
66
|
+
* when a new player is inserted into the HTML
|
|
67
|
+
*/ /**
|
|
68
|
+
* @public
|
|
69
|
+
* @deprecated
|
|
70
|
+
* when a cuepoint is active
|
|
71
|
+
*/
|
|
72
|
+
CUEPOINT_START = "cuepointstart";
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
* @deprecated
|
|
77
|
+
* cuepoints parsing is asynchronous
|
|
78
|
+
* you cannot rely on them existing until
|
|
79
|
+
* this event is emitted
|
|
80
|
+
*/
|
|
81
|
+
export declare const /**
|
|
82
|
+
@public
|
|
83
|
+
* when a new player is inserted into the HTML
|
|
84
|
+
*/ /**
|
|
85
|
+
* @public
|
|
86
|
+
* @deprecated
|
|
87
|
+
* cuepoints parsing is asynchronous
|
|
88
|
+
* you cannot rely on them existing until
|
|
89
|
+
* this event is emitted
|
|
90
|
+
*/
|
|
91
|
+
CUEPOINTS = "cuepoints";
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
export declare const /**
|
|
97
|
+
@public
|
|
98
|
+
* when a new player is inserted into the HTML
|
|
99
|
+
*/ /**
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
DATA = "loadeddata";
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
export declare const /**
|
|
108
|
+
@public
|
|
109
|
+
* when a new player is inserted into the HTML
|
|
110
|
+
*/ /**
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
DBL_CLICK = "dblclick";
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
export declare const /**
|
|
119
|
+
@public
|
|
120
|
+
* when a new player is inserted into the HTML
|
|
121
|
+
*/ /**
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
DURATION_CHANGE = "durationchange";
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* @public
|
|
128
|
+
* when the player has started playing dvr content
|
|
129
|
+
*/
|
|
130
|
+
export declare const /**
|
|
131
|
+
@public
|
|
132
|
+
* when a new player is inserted into the HTML
|
|
133
|
+
*/ /**
|
|
134
|
+
* @public
|
|
135
|
+
* when the player has started playing dvr content
|
|
136
|
+
*/
|
|
137
|
+
DVR = "dvr";
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
export declare const /**
|
|
143
|
+
@public
|
|
144
|
+
* when a new player is inserted into the HTML
|
|
145
|
+
*/ /**
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
148
|
+
ENDED = "ended";
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* @public
|
|
152
|
+
*/
|
|
153
|
+
export declare const /**
|
|
154
|
+
@public
|
|
155
|
+
* when a new player is inserted into the HTML
|
|
156
|
+
*/ /**
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
ERROR = "error";
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* @public
|
|
163
|
+
*/
|
|
164
|
+
export declare const /**
|
|
165
|
+
@public
|
|
166
|
+
* when a new player is inserted into the HTML
|
|
167
|
+
*/ /**
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
FULLSCREEN_CHANGE = "fullscreenchange";
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
export declare const /**
|
|
176
|
+
@public
|
|
177
|
+
* when a new player is inserted into the HTML
|
|
178
|
+
*/ /**
|
|
179
|
+
* @public
|
|
180
|
+
*/
|
|
181
|
+
FULLSCREEN_ENTER = "fullscreenenter";
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
186
|
+
export declare const /**
|
|
187
|
+
@public
|
|
188
|
+
* when a new player is inserted into the HTML
|
|
189
|
+
*/ /**
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
FULLSCREEN_EXIT = "fullscreenexit";
|
|
193
|
+
|
|
194
|
+
/* Excluded from this release type: INTERSECTIONCHANGE */
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
export declare const /**
|
|
200
|
+
@public
|
|
201
|
+
* when a new player is inserted into the HTML
|
|
202
|
+
*/ /**
|
|
203
|
+
* @public
|
|
204
|
+
*/
|
|
205
|
+
KEYDOWN = "keydown";
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* @public
|
|
209
|
+
*/
|
|
210
|
+
export declare const /**
|
|
211
|
+
@public
|
|
212
|
+
* when a new player is inserted into the HTML
|
|
213
|
+
*/ /**
|
|
214
|
+
* @public
|
|
215
|
+
*/
|
|
216
|
+
KEYUP = "keyup";
|
|
217
|
+
|
|
218
|
+
/**
|
|
219
|
+
* @public
|
|
220
|
+
*/
|
|
221
|
+
export declare const /**
|
|
222
|
+
@public
|
|
223
|
+
* when a new player is inserted into the HTML
|
|
224
|
+
*/ /**
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
227
|
+
LANDSCAPE = "landscape";
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* @public
|
|
231
|
+
* when src is a livestream
|
|
232
|
+
*/
|
|
233
|
+
export declare const /**
|
|
234
|
+
@public
|
|
235
|
+
* when a new player is inserted into the HTML
|
|
236
|
+
*/ /**
|
|
237
|
+
* @public
|
|
238
|
+
* when src is a livestream
|
|
239
|
+
*/
|
|
240
|
+
LIVE = "live";
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* @public
|
|
244
|
+
*/
|
|
245
|
+
export declare const /**
|
|
246
|
+
@public
|
|
247
|
+
* when a new player is inserted into the HTML
|
|
248
|
+
*/ /**
|
|
249
|
+
* @public
|
|
250
|
+
*/
|
|
251
|
+
LOAD = "load";
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* @public
|
|
255
|
+
*/
|
|
256
|
+
export declare const /**
|
|
257
|
+
@public
|
|
258
|
+
* when a new player is inserted into the HTML
|
|
259
|
+
*/ /**
|
|
260
|
+
* @public
|
|
261
|
+
*/
|
|
262
|
+
LOAD_START = "loadstart";
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* @public
|
|
266
|
+
* general video events flowplayer uses internally
|
|
267
|
+
* https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Media_events
|
|
268
|
+
*/
|
|
269
|
+
export declare const /**
|
|
270
|
+
@public
|
|
271
|
+
* when a new player is inserted into the HTML
|
|
272
|
+
*/ /**
|
|
273
|
+
* @public
|
|
274
|
+
* general video events flowplayer uses internally
|
|
275
|
+
* https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Media_events
|
|
276
|
+
*/
|
|
277
|
+
METADATA = "loadedmetadata";
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
@public
|
|
281
|
+
* when a new player is inserted into the HTML
|
|
282
|
+
*/
|
|
283
|
+
export declare const /**
|
|
284
|
+
@public
|
|
285
|
+
* when a new player is inserted into the HTML
|
|
286
|
+
*/ /**
|
|
287
|
+
@public
|
|
288
|
+
* when a new player is inserted into the HTML
|
|
289
|
+
*/ MOUNT = "mount";
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* @public
|
|
293
|
+
*/
|
|
294
|
+
export declare const /**
|
|
295
|
+
@public
|
|
296
|
+
* when a new player is inserted into the HTML
|
|
297
|
+
*/ /**
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
300
|
+
MOUSE_DOWN = "mousedown";
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* @public
|
|
304
|
+
*/
|
|
305
|
+
export declare const /**
|
|
306
|
+
@public
|
|
307
|
+
* when a new player is inserted into the HTML
|
|
308
|
+
*/ /**
|
|
309
|
+
* @public
|
|
310
|
+
*/
|
|
311
|
+
MOUSE_ENTER = "mouseenter";
|
|
312
|
+
|
|
313
|
+
/**
|
|
314
|
+
* @public
|
|
315
|
+
*/
|
|
316
|
+
export declare const /**
|
|
317
|
+
@public
|
|
318
|
+
* when a new player is inserted into the HTML
|
|
319
|
+
*/ /**
|
|
320
|
+
* @public
|
|
321
|
+
*/
|
|
322
|
+
MOUSE_LEAVE = "mouseleave";
|
|
323
|
+
|
|
324
|
+
/**
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
327
|
+
export declare const /**
|
|
328
|
+
@public
|
|
329
|
+
* when a new player is inserted into the HTML
|
|
330
|
+
*/ /**
|
|
331
|
+
* @public
|
|
332
|
+
*/
|
|
333
|
+
MOUSE_MOVE = "mousemove";
|
|
334
|
+
|
|
335
|
+
/**
|
|
336
|
+
* @public
|
|
337
|
+
*/
|
|
338
|
+
export declare const /**
|
|
339
|
+
@public
|
|
340
|
+
* when a new player is inserted into the HTML
|
|
341
|
+
*/ /**
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
MOUSE_UP = "mouseup";
|
|
345
|
+
|
|
346
|
+
/* Excluded from this release type: NON_RECOVERABLE_ERROR */
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* @public
|
|
350
|
+
*/
|
|
351
|
+
export declare const /**
|
|
352
|
+
@public
|
|
353
|
+
* when a new player is inserted into the HTML
|
|
354
|
+
*/ /**
|
|
355
|
+
* @public
|
|
356
|
+
*/
|
|
357
|
+
PAUSE = "pause";
|
|
358
|
+
|
|
359
|
+
/**
|
|
360
|
+
* @public
|
|
361
|
+
*/
|
|
362
|
+
export declare const /**
|
|
363
|
+
@public
|
|
364
|
+
* when a new player is inserted into the HTML
|
|
365
|
+
*/ /**
|
|
366
|
+
* @public
|
|
367
|
+
*/
|
|
368
|
+
PLAY = "play";
|
|
369
|
+
|
|
370
|
+
/**
|
|
371
|
+
* @public
|
|
372
|
+
*/
|
|
373
|
+
export declare const /**
|
|
374
|
+
@public
|
|
375
|
+
* when a new player is inserted into the HTML
|
|
376
|
+
*/ /**
|
|
377
|
+
* @public
|
|
378
|
+
*/
|
|
379
|
+
PLAYING = "playing";
|
|
380
|
+
|
|
381
|
+
/* Excluded from this release type: PLUGIN_REGISTERED */
|
|
382
|
+
|
|
383
|
+
/**
|
|
384
|
+
* @public
|
|
385
|
+
*/
|
|
386
|
+
export declare const /**
|
|
387
|
+
@public
|
|
388
|
+
* when a new player is inserted into the HTML
|
|
389
|
+
*/ /**
|
|
390
|
+
* @public
|
|
391
|
+
*/
|
|
392
|
+
PORTRAIT = "portrait";
|
|
393
|
+
|
|
394
|
+
/**
|
|
395
|
+
* @public
|
|
396
|
+
*/
|
|
397
|
+
export declare const /**
|
|
398
|
+
@public
|
|
399
|
+
* when a new player is inserted into the HTML
|
|
400
|
+
*/ /**
|
|
401
|
+
* @public
|
|
402
|
+
*/
|
|
403
|
+
PROGRESS = "progress";
|
|
404
|
+
|
|
405
|
+
/**
|
|
406
|
+
* @public
|
|
407
|
+
* emitted whenever a list of qualities has been made available
|
|
408
|
+
* when index 0 is the highest quality and index 0+N is the lowest
|
|
409
|
+
*/
|
|
410
|
+
export declare const /**
|
|
411
|
+
@public
|
|
412
|
+
* when a new player is inserted into the HTML
|
|
413
|
+
*/ /**
|
|
414
|
+
* @public
|
|
415
|
+
* emitted whenever a list of qualities has been made available
|
|
416
|
+
* when index 0 is the highest quality and index 0+N is the lowest
|
|
417
|
+
*/
|
|
418
|
+
QUALITIES = "qualities";
|
|
419
|
+
|
|
420
|
+
/**
|
|
421
|
+
* @public
|
|
422
|
+
* emitted whenever the media changes quality
|
|
423
|
+
*/
|
|
424
|
+
export declare const /**
|
|
425
|
+
@public
|
|
426
|
+
* when a new player is inserted into the HTML
|
|
427
|
+
*/ /**
|
|
428
|
+
* @public
|
|
429
|
+
* emitted whenever the media changes quality
|
|
430
|
+
*/
|
|
431
|
+
QUALITY_CHANGE = "qualitychange";
|
|
432
|
+
|
|
433
|
+
/**
|
|
434
|
+
* @public
|
|
435
|
+
* emitted when it is safe to clean up a fp instance
|
|
436
|
+
*/
|
|
437
|
+
export declare const /**
|
|
438
|
+
@public
|
|
439
|
+
* when a new player is inserted into the HTML
|
|
440
|
+
*/ /**
|
|
441
|
+
* @public
|
|
442
|
+
* emitted when it is safe to clean up a fp instance
|
|
443
|
+
*/
|
|
444
|
+
REAP = "reap";
|
|
445
|
+
|
|
446
|
+
/**
|
|
447
|
+
* @public
|
|
448
|
+
*/
|
|
449
|
+
export declare const /**
|
|
450
|
+
@public
|
|
451
|
+
* when a new player is inserted into the HTML
|
|
452
|
+
*/ /**
|
|
453
|
+
* @deprecated please use Endscreen.events.RECOMMENDATIONS_READY / flowplayer.endscreen.events.RECOMMENDATIONS_READY
|
|
454
|
+
**/
|
|
455
|
+
/**
|
|
456
|
+
* @public
|
|
457
|
+
*/
|
|
458
|
+
RECOMMENDATIONS_READY = "recommendationsready";
|
|
459
|
+
|
|
460
|
+
/**
|
|
461
|
+
* @public
|
|
462
|
+
* emitted when an Error recovery is attempted
|
|
463
|
+
*/
|
|
464
|
+
export declare const /**
|
|
465
|
+
@public
|
|
466
|
+
* when a new player is inserted into the HTML
|
|
467
|
+
*/ /**
|
|
468
|
+
* @public
|
|
469
|
+
* emitted when an Error recovery is attempted
|
|
470
|
+
*/
|
|
471
|
+
RECOVER = "recover";
|
|
472
|
+
|
|
473
|
+
/* Excluded from this release type: REMOTE_SESSION_ENDED */
|
|
474
|
+
|
|
475
|
+
/* Excluded from this release type: REMOTE_SESSION_STARTED */
|
|
476
|
+
|
|
477
|
+
/* Excluded from this release type: RENDER_PLUGIN */
|
|
478
|
+
|
|
479
|
+
/**
|
|
480
|
+
* @public
|
|
481
|
+
*/
|
|
482
|
+
export declare const /**
|
|
483
|
+
@public
|
|
484
|
+
* when a new player is inserted into the HTML
|
|
485
|
+
*/ /**
|
|
486
|
+
* @public
|
|
487
|
+
*/
|
|
488
|
+
RESIZE = "resize";
|
|
489
|
+
|
|
490
|
+
/**
|
|
491
|
+
* @public
|
|
492
|
+
*/
|
|
493
|
+
export declare const /**
|
|
494
|
+
@public
|
|
495
|
+
* when a new player is inserted into the HTML
|
|
496
|
+
*/ /**
|
|
497
|
+
* @public
|
|
498
|
+
*/
|
|
499
|
+
RETRY = "retry";
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* @public
|
|
503
|
+
*/
|
|
504
|
+
export declare const /**
|
|
505
|
+
@public
|
|
506
|
+
* when a new player is inserted into the HTML
|
|
507
|
+
*/ /**
|
|
508
|
+
* @public
|
|
509
|
+
*/
|
|
510
|
+
SCROLL = "scroll";
|
|
511
|
+
|
|
512
|
+
/* Excluded from this release type: SEEK_CANCEL */
|
|
513
|
+
|
|
514
|
+
/* Excluded from this release type: SEEK_QUEUED */
|
|
515
|
+
|
|
516
|
+
/**
|
|
517
|
+
* @public
|
|
518
|
+
*/
|
|
519
|
+
export declare const /**
|
|
520
|
+
@public
|
|
521
|
+
* when a new player is inserted into the HTML
|
|
522
|
+
*/ /**
|
|
523
|
+
* @public
|
|
524
|
+
*/
|
|
525
|
+
SEEKED = "seeked";
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* @public
|
|
529
|
+
*/
|
|
530
|
+
export declare const /**
|
|
531
|
+
@public
|
|
532
|
+
* when a new player is inserted into the HTML
|
|
533
|
+
*/ /**
|
|
534
|
+
* @public
|
|
535
|
+
*/
|
|
536
|
+
SEEKING = "seeking";
|
|
537
|
+
|
|
538
|
+
/**
|
|
539
|
+
* @public
|
|
540
|
+
* @deprecated please use Qsel.events.SET_QUALITY
|
|
541
|
+
*/
|
|
542
|
+
export declare const /**
|
|
543
|
+
@public
|
|
544
|
+
* when a new player is inserted into the HTML
|
|
545
|
+
*/ /**
|
|
546
|
+
* @public
|
|
547
|
+
* @deprecated please use Qsel.events.SET_QUALITY
|
|
548
|
+
*/
|
|
549
|
+
SET_QUALITY = "quality:set";
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* @public
|
|
553
|
+
* emitted when a valid source is found prior to mounting
|
|
554
|
+
*/
|
|
555
|
+
export declare const /**
|
|
556
|
+
@public
|
|
557
|
+
* when a new player is inserted into the HTML
|
|
558
|
+
*/ /**
|
|
559
|
+
* @public
|
|
560
|
+
* emitted when a valid source is found prior to mounting
|
|
561
|
+
*/
|
|
562
|
+
SOURCE = "src";
|
|
563
|
+
|
|
564
|
+
/**
|
|
565
|
+
* @public
|
|
566
|
+
* emitted to handle playback related errors
|
|
567
|
+
*/
|
|
568
|
+
export declare const /**
|
|
569
|
+
@public
|
|
570
|
+
* when a new player is inserted into the HTML
|
|
571
|
+
*/ /**
|
|
572
|
+
* @public
|
|
573
|
+
* emitted to handle playback related errors
|
|
574
|
+
*/
|
|
575
|
+
STANDARD_ERROR = "flowplayer:error";
|
|
576
|
+
|
|
577
|
+
/* Excluded from this release type: STATE */
|
|
578
|
+
|
|
579
|
+
/**
|
|
580
|
+
* @public
|
|
581
|
+
*/
|
|
582
|
+
export declare const /**
|
|
583
|
+
@public
|
|
584
|
+
* when a new player is inserted into the HTML
|
|
585
|
+
*/ /**
|
|
586
|
+
* @public
|
|
587
|
+
*/
|
|
588
|
+
TIME_UPDATE = "timeupdate";
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
* @public
|
|
592
|
+
*/
|
|
593
|
+
export declare const /**
|
|
594
|
+
@public
|
|
595
|
+
* when a new player is inserted into the HTML
|
|
596
|
+
*/ /**
|
|
597
|
+
* @public
|
|
598
|
+
*/
|
|
599
|
+
TOUCH_CANCEL = "touchcancel";
|
|
600
|
+
|
|
601
|
+
/**
|
|
602
|
+
* @public
|
|
603
|
+
*/
|
|
604
|
+
export declare const /**
|
|
605
|
+
@public
|
|
606
|
+
* when a new player is inserted into the HTML
|
|
607
|
+
*/ /**
|
|
608
|
+
* @public
|
|
609
|
+
*/
|
|
610
|
+
TOUCH_END = "touchend";
|
|
611
|
+
|
|
612
|
+
/**
|
|
613
|
+
* @public
|
|
614
|
+
*/
|
|
615
|
+
export declare const /**
|
|
616
|
+
@public
|
|
617
|
+
* when a new player is inserted into the HTML
|
|
618
|
+
*/ /**
|
|
619
|
+
* @public
|
|
620
|
+
*/
|
|
621
|
+
TOUCH_MOVE = "touchmove";
|
|
622
|
+
|
|
623
|
+
/**
|
|
624
|
+
* @public
|
|
625
|
+
*/
|
|
626
|
+
export declare const /**
|
|
627
|
+
@public
|
|
628
|
+
* when a new player is inserted into the HTML
|
|
629
|
+
*/ /**
|
|
630
|
+
* @public
|
|
631
|
+
*/
|
|
632
|
+
TOUCH_START = "touchstart";
|
|
633
|
+
|
|
634
|
+
/**
|
|
635
|
+
* @public
|
|
636
|
+
* emitted when a video track is selected
|
|
637
|
+
*/
|
|
638
|
+
export declare const /**
|
|
639
|
+
@public
|
|
640
|
+
* when a new player is inserted into the HTML
|
|
641
|
+
*/ /**
|
|
642
|
+
* @public
|
|
643
|
+
* emitted when a video track is selected
|
|
644
|
+
*/
|
|
645
|
+
VIDEO_TRACK_SELECT = "tracks:video:select";
|
|
646
|
+
|
|
647
|
+
/**
|
|
648
|
+
* @public
|
|
649
|
+
* emitted whenever multiple video tracks are detected
|
|
650
|
+
*/
|
|
651
|
+
export declare const /**
|
|
652
|
+
@public
|
|
653
|
+
* when a new player is inserted into the HTML
|
|
654
|
+
*/ /**
|
|
655
|
+
* @public
|
|
656
|
+
* emitted whenever multiple video tracks are detected
|
|
657
|
+
*/
|
|
658
|
+
VIDEO_TRACKS = "videoTracks";
|
|
659
|
+
|
|
660
|
+
/**
|
|
661
|
+
* @public
|
|
662
|
+
* when a player enters the viewpoint
|
|
663
|
+
*/
|
|
664
|
+
export declare const /**
|
|
665
|
+
@public
|
|
666
|
+
* when a new player is inserted into the HTML
|
|
667
|
+
*/ /**
|
|
668
|
+
* @public
|
|
669
|
+
* when a player enters the viewpoint
|
|
670
|
+
*/
|
|
671
|
+
VIEW_ENTER = "viewenter";
|
|
672
|
+
|
|
673
|
+
/**
|
|
674
|
+
* @public
|
|
675
|
+
* when a player leaves the viewport
|
|
676
|
+
*/
|
|
677
|
+
export declare const /**
|
|
678
|
+
@public
|
|
679
|
+
* when a new player is inserted into the HTML
|
|
680
|
+
*/ /**
|
|
681
|
+
* @public
|
|
682
|
+
* when a player leaves the viewport
|
|
683
|
+
*/
|
|
684
|
+
VIEW_LEAVE = "viewleave";
|
|
685
|
+
|
|
686
|
+
/**
|
|
687
|
+
* @public
|
|
688
|
+
*/
|
|
689
|
+
export declare const /**
|
|
690
|
+
@public
|
|
691
|
+
* when a new player is inserted into the HTML
|
|
692
|
+
*/ /**
|
|
693
|
+
* @public
|
|
694
|
+
*/
|
|
695
|
+
VOLUME_CHANGE = "volumechange";
|
|
696
|
+
|
|
697
|
+
/**
|
|
698
|
+
* @public
|
|
699
|
+
*/
|
|
700
|
+
export declare const /**
|
|
701
|
+
@public
|
|
702
|
+
* when a new player is inserted into the HTML
|
|
703
|
+
*/ /**
|
|
704
|
+
* @public
|
|
705
|
+
*/
|
|
706
|
+
WAITING = "waiting";
|
|
707
|
+
|
|
708
|
+
/* Excluded from this release type: WEBKIT_NEEDKEY */
|
|
709
|
+
|
|
710
|
+
export { }
|