KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > media > engine > audio > AudioFileMedia


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

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

17 public class AudioFileMedia
18    extends MediaSupport
19 {
20
21 }
22
Popular Tags