[Pkg-javascript-commits] [jarisplayer] 04/80: added InputType class

Jonas Smedegaard dr at jones.dk
Tue May 10 08:45:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository jarisplayer.

commit de81267df303f4c2e7bf7952bb7dca4ee5bafe28
Author: jgmylm <jgmylm at edf201c3-a14d-0410-a11e-aa85364efa9f>
Date:   Tue Mar 9 05:02:48 2010 +0000

    added InputType class
    
    git-svn-id: https://jaris.svn.sourceforge.net/svnroot/jaris/trunk@4 edf201c3-a14d-0410-a11e-aa85364efa9f
---
 src/jaris/player/InputType.hx | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/src/jaris/player/InputType.hx b/src/jaris/player/InputType.hx
new file mode 100644
index 0000000..6a8a2ae
--- /dev/null
+++ b/src/jaris/player/InputType.hx
@@ -0,0 +1,29 @@
+/**    
+ * @author Jefferson González
+ * @copyright 2010 Jefferson González
+ *
+ * @license 
+ * This file is part of Jaris FLV Player.
+ *
+ * Jaris FLV Player is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License or GNU LESSER GENERAL 
+ * PUBLIC LICENSE as published by the Free Software Foundation, either version 
+ * 3 of the License, or (at your option) any later version.
+ *
+ * Jaris FLV Player 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 and 
+ * GNU LESSER GENERAL PUBLIC LICENSE along with Jaris FLV Player.  If not, 
+ * see <http://www.gnu.org/licenses/>.
+ */
+
+package jaris.player;
+
+class InputType 
+{
+	public static var AUDIO = "audio";
+	public static var VIDEO = "video";
+}
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jarisplayer.git



More information about the Pkg-javascript-commits mailing list