react-native-theoplayer
Version:
A THEOplayer video component for react-native.
39 lines (35 loc) • 771 B
JavaScript
;
/**
* The events types dispatched by the {@link CachingTask}.
*
* @category Caching
* @category Events
* @public
*/
export let 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