DashManifest constructor

DashManifest({
  1. ManifestLayout? manifestLayout,
  2. String? manifestName,
  3. int? minBufferTimeSeconds,
  4. Profile? profile,
  5. StreamSelection? streamSelection,
})

Implementation

DashManifest({
  this.manifestLayout,
  this.manifestName,
  this.minBufferTimeSeconds,
  this.profile,
  this.streamSelection,
});