Package-level declarations
Types
Link copied to clipboard
class CacheKeyAesCipherDataSourceFactory(cacheKeyFactory: CacheKeyFactory, secretKey: ByteArray, upstream: DataSource.Factory) : DataSource.Factory
This is an implementation of DataSource.Factory whose main goal is to create a DataSource which should be used for playback of content that is cached or offlined with aes encryption and a cache key, using a CacheKeyFactory.