Enumeration StorageType

The types of cache storage supported by THEOplayer.

Remarks


- Available only on Android.

Enumeration Members

Enumeration Members

LEGACY: "legacy"

Write to the legacy cache.

Remarks


- This was the default for all caching tasks created in THEOplayer version 8.x and earlier.
- Sources cached with this storage type can be played in both the default playback pipeline and the Media3 playback pipeline.
- This cache storage will be removed in THEOplayer version 10.

MEDIA3: "media3"

Write to the Media3 cache.

Remarks


- This is the default starting with THEOplayer version 9.0.
- Sources cached with this storage type can only be played in the [Media3 playback pipeline][PlaybackPipeline.MEDIA3].