MsSmoothGroupSettings constructor
MsSmoothGroupSettings({
- List<
MsSmoothAdditionalManifest> ? additionalManifests, - MsSmoothAudioDeduplication? audioDeduplication,
- String? destination,
- DestinationSettings? destinationSettings,
- MsSmoothEncryptionSettings? encryption,
- int? fragmentLength,
- MsSmoothManifestEncoding? manifestEncoding,
Implementation
MsSmoothGroupSettings({
this.additionalManifests,
this.audioDeduplication,
this.destination,
this.destinationSettings,
this.encryption,
this.fragmentLength,
this.manifestEncoding,
});