[longomatch] Add a property to config for MultiCamera support.



commit 3afd2daf441300beb62c54a85e7c3c8a862bfb24
Author: Julien Moutte <julien fluendo com>
Date:   Thu Apr 9 14:36:35 2015 +0200

    Add a property to config for MultiCamera support.

 LongoMatch.Core/Config.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Core/Config.cs b/LongoMatch.Core/Config.cs
index e9d9d65..0f8aa3c 100644
--- a/LongoMatch.Core/Config.cs
+++ b/LongoMatch.Core/Config.cs
@@ -267,6 +267,11 @@ namespace LongoMatch
                        set;
                }
 
+               static public bool SupportsMultiCamera {
+                       get;
+                       set;
+               }
+
                static public bool SupportsFullHD {
                        get;
                        set;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]