All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.examples.basics.JMFAudioOnly

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----ejmf.examples.basics.JMFAudioOnly

public class JMFAudioOnly
extends Applet
Illustrates an audio only Player


Constructor Index

 o JMFAudioOnly()

Method Index

 o destroy()
 o init()
This method is run when PlayerDriver is an applet.
 o main(String[])
 o start()

Constructors

 o JMFAudioOnly
 public JMFAudioOnly()

Methods

 o main
 public static void main(String args[])
 o init
 public void init()
This method is run when PlayerDriver is an applet.

Overrides:
init in class Applet
 o start
 public void start()
Overrides:
start in class Applet
 o destroy
 public void destroy()
Overrides:
destroy in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index