call abstract method
TRes
call({ - List<Input$StashConfigInput>? stashes,
- String? databasePath,
- String? backupDirectoryPath,
- String? deleteTrashPath,
- String? generatedPath,
- String? metadataPath,
- String? scrapersPath,
- String? pluginsPath,
- String? cachePath,
- String? blobsPath,
- Enum$BlobsStorageType? blobsStorage,
- String? ffmpegPath,
- String? ffprobePath,
- bool? calculateMD5,
- Enum$HashAlgorithm? videoFileNamingAlgorithm,
- int? parallelTasks,
- bool? previewAudio,
- int? previewSegments,
- double? previewSegmentDuration,
- String? previewExcludeStart,
- String? previewExcludeEnd,
- Enum$PreviewPreset? previewPreset,
- bool? transcodeHardwareAcceleration,
- Enum$StreamingResolutionEnum? maxTranscodeSize,
- Enum$StreamingResolutionEnum? maxStreamingTranscodeSize,
- List<String>? transcodeInputArgs,
- List<String>? transcodeOutputArgs,
- List<String>? liveTranscodeInputArgs,
- List<String>? liveTranscodeOutputArgs,
- bool? drawFunscriptHeatmapRange,
- bool? writeImageThumbnails,
- bool? createImageClipsFromVideos,
- String? username,
- String? password,
- int? maxSessionAge,
- String? logFile,
- bool? logOut,
- String? logLevel,
- bool? logAccess,
- int? logFileMaxSize,
- bool? createGalleriesFromFolders,
- String? galleryCoverRegex,
- List<String>? videoExtensions,
- List<String>? imageExtensions,
- List<String>? galleryExtensions,
- List<String>? excludes,
- List<String>? imageExcludes,
- String? customPerformerImageLocation,
- List<Input$StashBoxInput>? stashBoxes,
- String? pythonPath,
- List<Input$PackageSourceInput>? scraperPackageSources,
- List<Input$PackageSourceInput>? pluginPackageSources,
- int? spriteScreenshotSize,
- bool? useCustomSpriteInterval,
- double? spriteInterval,
- int? minimumSprites,
- int? maximumSprites,
})
Implementation
TRes call({
List<Input$StashConfigInput>? stashes,
String? databasePath,
String? backupDirectoryPath,
String? deleteTrashPath,
String? generatedPath,
String? metadataPath,
String? scrapersPath,
String? pluginsPath,
String? cachePath,
String? blobsPath,
Enum$BlobsStorageType? blobsStorage,
String? ffmpegPath,
String? ffprobePath,
bool? calculateMD5,
Enum$HashAlgorithm? videoFileNamingAlgorithm,
int? parallelTasks,
bool? previewAudio,
int? previewSegments,
double? previewSegmentDuration,
String? previewExcludeStart,
String? previewExcludeEnd,
Enum$PreviewPreset? previewPreset,
bool? transcodeHardwareAcceleration,
Enum$StreamingResolutionEnum? maxTranscodeSize,
Enum$StreamingResolutionEnum? maxStreamingTranscodeSize,
List<String>? transcodeInputArgs,
List<String>? transcodeOutputArgs,
List<String>? liveTranscodeInputArgs,
List<String>? liveTranscodeOutputArgs,
bool? drawFunscriptHeatmapRange,
bool? writeImageThumbnails,
bool? createImageClipsFromVideos,
String? username,
String? password,
int? maxSessionAge,
String? logFile,
bool? logOut,
String? logLevel,
bool? logAccess,
int? logFileMaxSize,
bool? createGalleriesFromFolders,
String? galleryCoverRegex,
List<String>? videoExtensions,
List<String>? imageExtensions,
List<String>? galleryExtensions,
List<String>? excludes,
List<String>? imageExcludes,
String? customPerformerImageLocation,
List<Input$StashBoxInput>? stashBoxes,
String? pythonPath,
List<Input$PackageSourceInput>? scraperPackageSources,
List<Input$PackageSourceInput>? pluginPackageSources,
int? spriteScreenshotSize,
bool? useCustomSpriteInterval,
double? spriteInterval,
int? minimumSprites,
int? maximumSprites,
});