Example #1
0
 public VlcManager()
 {
     PluginsPath = CommonStrings.PLUGINS_PATH_DEFAULT_VALUE;
     ScreenSaverEnabled = false;
     LogOptions = new VlcLogOptions();
     IgnoreConfig = true;
 }
Example #2
0
 public VlcManager()
 {
     PluginsPath = CommonStrings.PLUGINS_PATH_DEFAULT_VALUE;
     if (IsInstalled) PluginsPath = Path.Combine(vlcPath, "plugins");
     ScreenSaverEnabled = false;
     LogOptions = new VlcLogOptions();
     IgnoreConfig = true;
 }