BetterPlayerDrmConfiguration constructor

BetterPlayerDrmConfiguration({
  1. BetterPlayerDrmType? drmType,
  2. String? token,
  3. String? licenseUrl,
  4. String? certificateUrl,
  5. Map<String, String>? headers,
  6. String? clearKey,
})

Implementation

BetterPlayerDrmConfiguration(
    {this.drmType,
    this.token,
    this.licenseUrl,
    this.certificateUrl,
    this.headers,
    this.clearKey});