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