UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

45 lines (40 loc) 914 B
"use strict"; /** * The event types dispatched by the {@link MediaCacheAPI | cache API}. * * @category Caching * @category Events * @public */ export let CacheEventType = /*#__PURE__*/function (CacheEventType) { CacheEventType["statechange"] = "statechange"; CacheEventType["addtask"] = "addtask"; CacheEventType["removetask"] = "removetask"; return CacheEventType; }({}); /** * The events dispatched by the {@link MediaCacheAPI | cache API}. * * @category Caching * @category Events * @public */ /** * CacheStatusChangeEvent is dispatched when the status of a caching task is updated. * * @category Caching * @public */ /** * AddCachingTaskEvent is dispatched when a caching task is added. * * @category Caching * @public */ /** * RemoveCachingTaskEvent is dispatched when a caching task is removed. * * @category Caching * @public */ //# sourceMappingURL=CacheEvent.js.map