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