DashConfiguration constructor
DashConfiguration({
- String? manifestEndpointPrefix,
- String? mpdLocation,
- OriginManifestType? originManifestType,
Implementation
DashConfiguration({
this.manifestEndpointPrefix,
this.mpdLocation,
this.originManifestType,
});