[longomatch] Add new Constants class



commit 55bca5067343d9c4aa0832cf5652492090c24f6e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Jun 5 19:06:58 2010 +0200

    Add new Constants class

 CesarPlayer/Common/Constants.cs |   28 ++++++++++++++++++++++++++++
 CesarPlayer/Makefile.am         |    1 +
 2 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/CesarPlayer/Common/Constants.cs b/CesarPlayer/Common/Constants.cs
new file mode 100644
index 0000000..0053eec
--- /dev/null
+++ b/CesarPlayer/Common/Constants.cs
@@ -0,0 +1,28 @@
+// 
+//  Copyright (C) 2010 Andoni Morales Alastruey
+// 
+//  This program is free software; you can redistribute it and/or modify
+//  it under the terms of the GNU General Public License as published by
+//  the Free Software Foundation; either version 2 of the License, or
+//  (at your option) any later version.
+// 
+//  This program is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+//  GNU General Public License for more details.
+//  
+//  You should have received a copy of the GNU General Public License
+//  along with this program; if not, write to the Free Software
+//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+// 
+
+using System;
+
+namespace LongoMatch.Video.Common
+{
+	
+	class Constants{
+		public const string DV1394SRC_PROP = "guid";
+		public const string DSHOWVIDEOSINK_PROP = "device-name";
+	}
+}
diff --git a/CesarPlayer/Makefile.am b/CesarPlayer/Makefile.am
index 1b60e8d..4545a57 100644
--- a/CesarPlayer/Makefile.am
+++ b/CesarPlayer/Makefile.am
@@ -46,6 +46,7 @@ all: $(ASSEMBLY) $(PROGRAMFILES)
 FILES = \
 	AssemblyInfo.cs \
 	gtk-gui/generated.cs \
+	Common/Constants.cs\
 	Common/Enum.cs\
 	Common/Handlers.cs\
 	Player/GstPlayer.cs \



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