UDashAdaptationSet constructor
const
UDashAdaptationSet({
- required List<
UDashRepresentation> representations, - String? contentType,
- String? mimeType,
- String? language,
- List<
String> roles = const <String>[], - List<
UDashContentProtection> protections = const <UDashContentProtection>[], - UDashSegmentTemplate? template,
- 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});