UDashContentProtection constructor

const UDashContentProtection({
  1. required String schemeIdUri,
  2. String? value,
  3. String? defaultKid,
  4. String? pssh,
})

Implementation

const UDashContentProtection({required this.schemeIdUri, this.value, this.defaultKid, this.pssh});