CacheDataSource.Flags
Artifact: androidx.media3:media3-datasource
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(flag = true, value = )
annotation CacheDataSource.Flags
Flags controlling the CacheDataSource's behavior. Possible flag values are FLAG_BLOCK_ON_CACHE
, FLAG_IGNORE_CACHE_ON_ERROR
and FLAG_IGNORE_CACHE_FOR_UNSET_LENGTH_REQUESTS
.