MsSmoothGroupSettings constructor

MsSmoothGroupSettings({
  1. List<MsSmoothAdditionalManifest>? additionalManifests,
  2. MsSmoothAudioDeduplication? audioDeduplication,
  3. String? destination,
  4. DestinationSettings? destinationSettings,
  5. MsSmoothEncryptionSettings? encryption,
  6. int? fragmentLength,
  7. MsSmoothManifestEncoding? manifestEncoding,
})

Implementation

MsSmoothGroupSettings({
  this.additionalManifests,
  this.audioDeduplication,
  this.destination,
  this.destinationSettings,
  this.encryption,
  this.fragmentLength,
  this.manifestEncoding,
});