HlsDownloadOptions class
Constructors
-
HlsDownloadOptions({String? downloadId, int retryAttempts = 3, HlsVariantSelection variantSelection = HlsVariantSelection.highestBandwidth, bool combineSegments = true, bool deleteSegmentsAfterCombine = true, bool keepTempFilesOnFailure = false, String outputFileExtension = 'mp4', String? outputDirectoryPath, BatchProgressCallback? batchProgressCallback, HlsLogLevel logLevel = HlsLogLevel.error, HlsLogCallback? logCallback})
-
const
Methods
-
copyWith({String? downloadId, int? retryAttempts, HlsVariantSelection? variantSelection, bool? combineSegments, bool? deleteSegmentsAfterCombine, bool? keepTempFilesOnFailure, String? outputFileExtension, String? outputDirectoryPath, BatchProgressCallback? batchProgressCallback, HlsLogLevel? logLevel, HlsLogCallback? logCallback})
→ HlsDownloadOptions
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited