DrmConfigs constructor

const DrmConfigs({
  1. DrmType type = DrmType.none,
  2. String? licenseServerUrl,
  3. LicenseCallback? licenseCallback,
})

Creates a new DrmConfigs.

Implementation

const DrmConfigs({
  this.type = DrmType.none,
  this.licenseServerUrl,
  this.licenseCallback,
});