HlsGroupSettings constructor
HlsGroupSettings({
- List<
HlsAdMarkers> ? adMarkers, - List<
HlsAdditionalManifest> ? additionalManifests, - HlsAudioOnlyHeader? audioOnlyHeader,
- String? baseUrl,
- HlsClientCache? clientCache,
- HlsCodecSpecification? codecSpecification,
- String? destination,
- DestinationSettings? destinationSettings,
- HlsDirectoryStructure? directoryStructure,
- HlsEncryptionSettings? encryption,
- HlsManifestCompression? manifestCompression,
- HlsManifestDurationFormat? manifestDurationFormat,
- double? minFinalSegmentLength,
- int? minSegmentLength,
- HlsOutputSelection? outputSelection,
- HlsProgramDateTime? programDateTime,
- int? programDateTimePeriod,
- HlsSegmentControl? segmentControl,
- int? segmentLength,
- int? segmentsPerSubdirectory,
- HlsStreamInfResolution? streamInfResolution,
- HlsTimedMetadataId3Frame? timedMetadataId3Frame,
- int? timedMetadataId3Period,
- int? timestampDeltaMilliseconds,
Implementation
HlsGroupSettings({
this.adMarkers,
this.additionalManifests,
this.audioOnlyHeader,
this.baseUrl,
this.captionLanguageMappings,
this.captionLanguageSetting,
this.clientCache,
this.codecSpecification,
this.destination,
this.destinationSettings,
this.directoryStructure,
this.encryption,
this.manifestCompression,
this.manifestDurationFormat,
this.minFinalSegmentLength,
this.minSegmentLength,
this.outputSelection,
this.programDateTime,
this.programDateTimePeriod,
this.segmentControl,
this.segmentLength,
this.segmentsPerSubdirectory,
this.streamInfResolution,
this.timedMetadataId3Frame,
this.timedMetadataId3Period,
this.timestampDeltaMilliseconds,
});