react-native-theoplayer
Version:
A THEOplayer video component for react-native.
40 lines (39 loc) • 896 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CachingTaskEventType = void 0;
/**
* The events types dispatched by the {@link CachingTask}.
*
* @category Caching
* @category Events
* @public
*/
let CachingTaskEventType = exports.CachingTaskEventType = /*#__PURE__*/function (CachingTaskEventType) {
CachingTaskEventType["progress"] = "progress";
CachingTaskEventType["statechange"] = "statechange";
return CachingTaskEventType;
}({});
/**
* The events dispatched by the {@link CachingTask}.
*
* @category Caching
* @category Events
* @public
*/
/**
* Dispatched when the progress of a caching task is updated.
*
* @category Caching
* @category Events
* @public
*/
/**
* Dispatched when the status of a caching task is changed.
*
* @category Caching
* @category Events
* @public
*/
//# sourceMappingURL=CachingTaskEvent.js.map