Package 

Class KeySystemConfiguration

  • All Implemented Interfaces:

    
    public class KeySystemConfiguration
    
                        

    The configuration of a key system which will be used during the licensing process with a given DRM server.

    • Constructor Detail

      • KeySystemConfiguration

        KeySystemConfiguration(String licenseAcquisitionURL)
        Creates a key system configuration.
        Parameters:
        licenseAcquisitionURL - The license acquisition URL.
      • KeySystemConfiguration

        KeySystemConfiguration(String licenseAcquisitionURL, Map<String, String> headers, boolean useCredentials, Map<String, String> queryParameters)
        Creates a key system configuration.
        Parameters:
        licenseAcquisitionURL - The license acquisition URL.
        headers - Map of HTTP headers for the license acquisition request.
        useCredentials - Whether the player is allowed to use credentials for cross-origin requests.
        queryParameters - Map of query parameters for the license acquisition request.