UDashAdaptationSet constructor

const UDashAdaptationSet({
  1. required List<UDashRepresentation> representations,
  2. String? contentType,
  3. String? mimeType,
  4. String? language,
  5. List<String> roles = const <String>[],
  6. List<UDashContentProtection> protections = const <UDashContentProtection>[],
  7. UDashSegmentTemplate? template,
  8. String? baseUrl,
})

Implementation

const UDashAdaptationSet({required this.representations, this.contentType, this.mimeType, this.language, this.roles = const <String>[], this.protections = const <UDashContentProtection>[], this.template, this.baseUrl});