Example #1
0
 public static void Init()
 {
     ExternalUtil.LoadExternalTool("adb", ref _adbPath, "adbPath");
 }
Example #2
0
 public static void Init()
 {
     ExternalUtil.LoadExternalTool("ffmpeg", ref _ffmpegPath, "ffmpegPath");
     ExternalUtil.LoadExternalTool("neroAacEnc", ref _neroAacEncPath, "neroAacEncPath");
 }