DashConfigurationForPut constructor

DashConfigurationForPut({
  1. String? mpdLocation,
  2. OriginManifestType? originManifestType,
})

Implementation

DashConfigurationForPut({
  this.mpdLocation,
  this.originManifestType,
});