public static string GetImagesDir(string VideoFile) { return(AppPaths.GetVideoDataDir(VideoFile)); }
public static string GetPositionsFilePath(string VideoFile) { return(Path.Combine(AppPaths.GetVideoDataDir(VideoFile), POSITIONS_FILE)); }
static string JsonFilePath(string VideoFile) { return(Path.Combine(AppPaths.GetVideoDataDir(VideoFile), JSON_FILE)); }