UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

45 lines (44 loc) 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CacheEventType = void 0; /** * The event types dispatched by the {@link MediaCacheAPI | cache API}. * * @category Caching * @category Events * @public */ let CacheEventType = exports.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