WidevineConfig constructor

const WidevineConfig({
  1. String? licenseUrl,
  2. Map<String, String>? httpHeaders,
  3. String prepareMessage(
    1. String keyMessage
    )?,
  4. String prepareLicense(
    1. String licenseResponse
    )?,
  5. String? preferredSecurityLevel,
  6. bool shouldKeepDrmSessionsAlive = false,
})

Implementation

const WidevineConfig({
  this.licenseUrl,
  this.httpHeaders,
  this.prepareMessage,
  this.prepareLicense,
  this.preferredSecurityLevel,
  this.shouldKeepDrmSessionsAlive = false,
});