Package 

Class AxinomDRMConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class AxinomDRMConfiguration.Builder

      The builder for the Axinom DRM configuration.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String token
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getToken() The Axinom authorization token.
      boolean equals(Object o)
      int hashCode()
      • 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
    • Constructor Detail