KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > media > engine > video > VideoCapturingMedia


1 /*
2  * JBoss, the OpenSource J2EE webOS
3  *
4  * Distributable under LGPL license.
5  * See terms of license at gnu.org.
6  */

7
8 package org.jboss.media.engine.video;
9
10 import org.jboss.media.engine.MediaSupport;
11
12 /**
13  * @version <tt>$Revision: 1.1 $</tt>
14  * @author <a HREF="mailto:spyridon_samothrakis@yahoo.com">Spyridon Samothrakis</a>
15  */

16 public class VideoCapturingMedia
17    extends MediaSupport
18 {
19
20 }
21
Popular Tags