Builder

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

Constructors

Link copied to clipboard
fun Builder()

Functions

Link copied to clipboard
fun build(): WidevineConfig

Builds a DrmConfig with the values set on this Builder.

Link copied to clipboard
fun httpHeaders(httpHeaders: HashMap<String?, String?>): DrmConfig.Builder

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

Link copied to clipboard
fun licenseUrl(licenseUrl: String): DrmConfig.Builder

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

Link copied to clipboard
fun putHttpHeader(key: String?, value: String?): DrmConfig.Builder

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

Link copied to clipboard
fun uuid(uuid: UUID?): DrmConfig.Builder

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

Properties

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