public @interface

CacheDataSource.Flags

implements java.lang.annotation.Annotation

 androidx.media3.datasource.cache.CacheDataSource.Flags

Overview

Flags controlling the CacheDataSource's behavior. Possible flag values are CacheDataSource.FLAG_BLOCK_ON_CACHE, CacheDataSource.FLAG_IGNORE_CACHE_ON_ERROR and CacheDataSource.FLAG_IGNORE_CACHE_FOR_UNSET_LENGTH_REQUESTS.

Summary