UNPKG

@flowplayer/player

Version:
711 lines (638 loc) 12.1 kB
/* Excluded from this release type: AUDIO_ONLY_SOURCE */ /* Excluded from this release type: BEFORE_PAUSE */ /* Excluded from this release type: BEFORE_PLAY */ /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ CAN_PLAY = "canplay"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ CLICK = "click"; /* Excluded from this release type: CONFIG */ /* Excluded from this release type: CONTENT_REAL_LOAD_START */ /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ CONTEXT_MENU = "contextmenu"; /** * @public * @deprecated * when a cuepoint becomes inactive */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * @deprecated * when a cuepoint becomes inactive */ CUEPOINT_END = "cuepointend"; /** * @public * @deprecated * when a cuepoint is active */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * @deprecated * when a cuepoint is active */ CUEPOINT_START = "cuepointstart"; /** * @public * @deprecated * cuepoints parsing is asynchronous * you cannot rely on them existing until * this event is emitted */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * @deprecated * cuepoints parsing is asynchronous * you cannot rely on them existing until * this event is emitted */ CUEPOINTS = "cuepoints"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ DATA = "loadeddata"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ DBL_CLICK = "dblclick"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ DURATION_CHANGE = "durationchange"; /** * @public * when the player has started playing dvr content */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * when the player has started playing dvr content */ DVR = "dvr"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ ENDED = "ended"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ ERROR = "error"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ FULLSCREEN_CHANGE = "fullscreenchange"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ FULLSCREEN_ENTER = "fullscreenenter"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ FULLSCREEN_EXIT = "fullscreenexit"; /* Excluded from this release type: INTERSECTIONCHANGE */ /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ KEYDOWN = "keydown"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ KEYUP = "keyup"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ LANDSCAPE = "landscape"; /** * @public * when src is a livestream */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * when src is a livestream */ LIVE = "live"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ LOAD = "load"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ LOAD_START = "loadstart"; /** * @public * general video events flowplayer uses internally * https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Media_events */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * general video events flowplayer uses internally * https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Media_events */ METADATA = "loadedmetadata"; /** @public * when a new player is inserted into the HTML */ export declare const /** @public * when a new player is inserted into the HTML */ /** @public * when a new player is inserted into the HTML */ MOUNT = "mount"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ MOUSE_DOWN = "mousedown"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ MOUSE_ENTER = "mouseenter"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ MOUSE_LEAVE = "mouseleave"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ MOUSE_MOVE = "mousemove"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ MOUSE_UP = "mouseup"; /* Excluded from this release type: NON_RECOVERABLE_ERROR */ /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ PAUSE = "pause"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ PLAY = "play"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ PLAYING = "playing"; /* Excluded from this release type: PLUGIN_REGISTERED */ /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ PORTRAIT = "portrait"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ PROGRESS = "progress"; /** * @public * emitted whenever a list of qualities has been made available * when index 0 is the highest quality and index 0+N is the lowest */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * emitted whenever a list of qualities has been made available * when index 0 is the highest quality and index 0+N is the lowest */ QUALITIES = "qualities"; /** * @public * emitted whenever the media changes quality */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * emitted whenever the media changes quality */ QUALITY_CHANGE = "qualitychange"; /** * @public * emitted when it is safe to clean up a fp instance */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * emitted when it is safe to clean up a fp instance */ REAP = "reap"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @deprecated please use Endscreen.events.RECOMMENDATIONS_READY / flowplayer.endscreen.events.RECOMMENDATIONS_READY **/ /** * @public */ RECOMMENDATIONS_READY = "recommendationsready"; /** * @public * emitted when an Error recovery is attempted */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * emitted when an Error recovery is attempted */ RECOVER = "recover"; /* Excluded from this release type: REMOTE_SESSION_ENDED */ /* Excluded from this release type: REMOTE_SESSION_STARTED */ /* Excluded from this release type: RENDER_PLUGIN */ /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ RESIZE = "resize"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ RETRY = "retry"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ SCROLL = "scroll"; /* Excluded from this release type: SEEK_CANCEL */ /* Excluded from this release type: SEEK_QUEUED */ /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ SEEKED = "seeked"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ SEEKING = "seeking"; /** * @public * @deprecated please use Qsel.events.SET_QUALITY */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * @deprecated please use Qsel.events.SET_QUALITY */ SET_QUALITY = "quality:set"; /** * @public * emitted when a valid source is found prior to mounting */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * emitted when a valid source is found prior to mounting */ SOURCE = "src"; /** * @public * emitted to handle playback related errors */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * emitted to handle playback related errors */ STANDARD_ERROR = "flowplayer:error"; /* Excluded from this release type: STATE */ /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ TIME_UPDATE = "timeupdate"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ TOUCH_CANCEL = "touchcancel"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ TOUCH_END = "touchend"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ TOUCH_MOVE = "touchmove"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ TOUCH_START = "touchstart"; /** * @public * emitted when a video track is selected */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * emitted when a video track is selected */ VIDEO_TRACK_SELECT = "tracks:video:select"; /** * @public * emitted whenever multiple video tracks are detected */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * emitted whenever multiple video tracks are detected */ VIDEO_TRACKS = "videoTracks"; /** * @public * when a player enters the viewpoint */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * when a player enters the viewpoint */ VIEW_ENTER = "viewenter"; /** * @public * when a player leaves the viewport */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public * when a player leaves the viewport */ VIEW_LEAVE = "viewleave"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ VOLUME_CHANGE = "volumechange"; /** * @public */ export declare const /** @public * when a new player is inserted into the HTML */ /** * @public */ WAITING = "waiting"; /* Excluded from this release type: WEBKIT_NEEDKEY */ export { }