OfflineOptionEntryState

enum OfflineOptionEntryState : Enum<OfflineOptionEntryState>

Contains the states an OfflineOptionEntry can have.

Entries

Link copied to clipboard

The download of the OfflineOptionEntry failed and was not restarted yet. Once restarted it will transit back to Downloading.

Link copied to clipboard

The OfflineOptionEntry is not downloaded. However, some data may be still cached.

Link copied to clipboard

The download of the OfflineOptionEntry is suspended, and is only partly downloaded yet.

Link copied to clipboard

The data of the OfflineOptionEntry are currently deleted.

Link copied to clipboard

The OfflineOptionEntry is currently downloading.

Link copied to clipboard

The OfflineOptionEntry is downloaded and ready for offline playback.