Builder

class Builder(var licenseUrl: String? = null, var uuid: UUID? = null, var httpHeaders: MutableMap<String?, String?>? = null)

Constructors

Link copied to clipboard
constructor()
constructor(licenseUrl: String? = null, uuid: UUID? = null, httpHeaders: MutableMap<String?, String?>? = null)

Functions

Link copied to clipboard

Builds a DrmConfig with the values set on this Builder.

Link copied to clipboard

Sets the HTTP headers map that will be used when building the DrmConfig.

Link copied to clipboard

Sets the licenseUrl that will be used when building the DrmConfig.

Link copied to clipboard

Adds a HTTP header to the HTTP headers map that will be used when building the DrmConfig.

Link copied to clipboard

Sets the UUID that will be used when building the DrmConfig.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var uuid: UUID?