LicenseManagerFactory
interface LicenseManagerFactory
Contract of a factory that can be used to createLicenseManager LicenseManager instances.
Author
rsubramaniam
Functions
Link copied to clipboard
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