Class ClearkeyKeySystemConfiguration.Builder

    • Constructor Detail

      • ClearkeyKeySystemConfiguration.Builder

        ClearkeyKeySystemConfiguration.Builder(String licenseAcquisitionURL)
        Parameters:
        licenseAcquisitionURL - The license acquisition URL.
    • Method Detail

      • headers

         final <Error class: unknown class> headers(Map<String, String> headers)

        Sets the map of HTTP headers for the license acquisition request.

        Parameters:
        headers - Map of HTTP headers.
      • useCredentials

         final <Error class: unknown class> useCredentials(Boolean useCredentials)

        Sets whether the player is allowed to use credentials for cross-origin requests.

        Parameters:
        useCredentials - Whether the player is allowed to use credentials for cross-origin requests.
      • queryParameters

         final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)

        Sets the map of query parameters for the license acquisition request.

        Parameters:
        queryParameters - Map of query parameters for the license acquisition requests.