xmp and json sidecar support Alignment with Phares 8.0.118.14905 for Shared and Metadata A_Metadata Parameter constructors Removed force-property-last-write-time-to-creation-time House Cleaning
13 lines
366 B
C#
13 lines
366 B
C#
namespace View_by_Distance.Shared.Models.Stateless.Methods;
|
|
|
|
public interface IDlibDotNet
|
|
{
|
|
|
|
void Tick();
|
|
long Ticks { get; }
|
|
int? CurrentTick { get; }
|
|
string GetResultsFullGroupDirectories();
|
|
void ConstructProgressBar(int maxTicks, string message);
|
|
(string, string, string, string) GetResultsFullGroupDirectories(string outputResolution);
|
|
|
|
} |