/// <summary>
 /// Constructor of VlcStartupOptions
 /// </summary>
 public VlcStartupOptions()
 {
     IgnoreConfig       = false;
     ScreenSaverEnabled = false;
     UserAgent          = "";
     LogOptions         = new VlcLogOptions();
     ShowLoggerConsole  = false;
     Options            = new StringCollection();
 }
 /// <summary>
 /// Constructor of VlcStartupOptions
 /// </summary>
 public VlcStartupOptions()
 {
     IgnoreConfig = false;
     ScreenSaverEnabled = false;
     UserAgent = "";
     LogOptions = new VlcLogOptions();
     ShowLoggerConsole = false;
     Options = new StringCollection();
 }