UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

25 lines (24 loc) 550 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StorageType = void 0; /** * The types of cache storage supported by THEOplayer. * * @platform android * @category Caching * @public */ let StorageType = exports.StorageType = /*#__PURE__*/function (StorageType) { StorageType["LEGACY"] = "legacy"; StorageType["MEDIA3"] = "media3"; return StorageType; }({}); /** * Describes the configuration of a caching task. * * @category Caching * @public */ //# sourceMappingURL=CachingTaskParameters.js.map