Beispiel #1
0
 public static string GetImagesDir(string VideoFile)
 {
     return(AppPaths.GetVideoDataDir(VideoFile));
 }
Beispiel #2
0
 public static string GetPositionsFilePath(string VideoFile)
 {
     return(Path.Combine(AppPaths.GetVideoDataDir(VideoFile), POSITIONS_FILE));
 }
Beispiel #3
0
 static string JsonFilePath(string VideoFile)
 {
     return(Path.Combine(AppPaths.GetVideoDataDir(VideoFile), JSON_FILE));
 }