Merge pull request #2200 from MartijnKaijser/header_update
[vuplus_xbmc] / xbmc / cores / AudioEngine / AESinkFactory.h
index a5a7037..5444d2c 100644 (file)
@@ -40,6 +40,6 @@ class CAESinkFactory
 public:
   static void     ParseDevice(std::string &device, std::string &driver);
   static IAESink *Create(std::string &device, AEAudioFormat &desiredFormat, bool rawPassthrough);
-  static void     EnumerateEx(AESinkInfoList &list);
+  static void     EnumerateEx(AESinkInfoList &list, bool force = false); /* The force flag can be used to indicate the rescan devices */
 };