Package com.theoplayer.android.api.cache
Interface CachingTaskLicense
-
- All Implemented Interfaces:
public interface CachingTaskLicense
The caching task license which can be used to renew the license.
-
-
Method Summary
Modifier and Type Method Description abstract void
renew()
Renew all the licenses associated with this task. abstract void
renew(DRMConfiguration drmConfiguration)
Renew all the licenses associated with this task. -
-
Method Detail
-
renew
abstract void renew()
Renew all the licenses associated with this task.
- Uses the DRM configuration provided at task creation for license renewal.
-
renew
abstract void renew(DRMConfiguration drmConfiguration)
Renew all the licenses associated with this task.
- Parameters:
drmConfiguration
- The DRMConfiguration which will be used for license renewal.
-
-
-
-