UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

22 lines (20 loc) 441 B
"use strict"; /** * The types of cache storage supported by THEOplayer. * * @platform android * @category Caching * @public */ export let 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