LicenseManagerFactory

Contract of a factory that can be used to createLicenseManager LicenseManager instances.

Author

rsubramaniam

Functions

Link copied to clipboard
abstract fun createLicenseManager(video: Video, source: Source): LicenseManager
Creates a new instance of LicenseManager, which can be used to acquire, renew or releases (Offline) playback DRM license for a specific video source.
abstract fun createLicenseManager(video: Video, source: Source, properties: Map<String, String>): LicenseManager