[longomatch/fakelive: 8/24] Add enum for capturer types
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/fakelive: 8/24] Add enum for capturer types
- Date: Thu, 4 Mar 2010 21:42:36 +0000 (UTC)
commit e49f28c35f25584608c1d5dd0906b875272ba4c6
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Feb 17 22:19:33 2010 +0100
Add enum for capturer types
CesarPlayer/Capturer/GccType.cs | 29 +++++++++++++++++++++++++++++
CesarPlayer/CesarPlayer.mdp | 1 +
CesarPlayer/Makefile.am | 1 +
3 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/CesarPlayer/Capturer/GccType.cs b/CesarPlayer/Capturer/GccType.cs
new file mode 100644
index 0000000..2eb66da
--- /dev/null
+++ b/CesarPlayer/Capturer/GccType.cs
@@ -0,0 +1,29 @@
+//
+// 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.Capturer
+{
+
+ public enum CapturerType{
+ FAKE,
+ DVCAM,
+ WEBCAM,
+ }
+}
diff --git a/CesarPlayer/CesarPlayer.mdp b/CesarPlayer/CesarPlayer.mdp
index ef01a40..d135135 100644
--- a/CesarPlayer/CesarPlayer.mdp
+++ b/CesarPlayer/CesarPlayer.mdp
@@ -76,6 +76,7 @@
<File name="Utils/PreviewMediaFile.cs" subtype="Code" buildaction="Compile" />
<File name="Capturer/FakeCapturer.cs" subtype="Code" buildaction="Compile" />
<File name="Capturer/GstCameraCapturer.cs" subtype="Code" buildaction="Compile" />
+ <File name="Capturer/GccType.cs" subtype="Code" buildaction="Compile" />
</Contents>
<References>
<ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
diff --git a/CesarPlayer/Makefile.am b/CesarPlayer/Makefile.am
index f1149fc..a7ffed2 100644
--- a/CesarPlayer/Makefile.am
+++ b/CesarPlayer/Makefile.am
@@ -75,6 +75,7 @@ FILES = \
Utils/TimeString.cs \
Capturer/GccAudioEncoderType.cs \
Capturer/GccError.cs \
+ Capturer/GccType.cs \
Capturer/GccVideoEncoderType.cs \
Capturer/GccVideoMuxerType.cs \
Capturer/GstCameraCapturer.cs \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]