-
- All Implemented Interfaces:
public class AzureDRMConfiguration extends DRMPreIntegrationConfiguration
The configuration of the Azure Media Services DRM integration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAzureDRMConfiguration.BuilderThe builder for the Azure Media Service DRM configuration.
-
Field Summary
Fields Modifier and Type Field Description private final StringcertificateURLprivate final Stringtoken
-
Method Summary
Modifier and Type Method Description StringgetCertificateURL()The Azure certificate URL. StringgetToken()The Azure Media Services Authorization Token. booleanequals(Object o)inthashCode()-
Methods inherited from class com.theoplayer.android.api.source.drm.DRMConfiguration
getClearkey, getCustomIntegrationId, getFairplay, getIntegration, getIntegrationParameters, getPlayready, getWidevine -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-