de.tubs.macs.applications.media
Class VideoPlayer

java.lang.Object
  |
  +--de.tubs.macs.applications.media.JMFPlayer
        |
        +--de.tubs.macs.applications.media.VideoPlayer

public class VideoPlayer
extends JMFPlayer


Fields inherited from class de.tubs.macs.applications.media.JMFPlayer
closedFlag, dataSource, initFlag, initThread, player, playerLock
 
Constructor Summary
VideoPlayer(java.lang.String title, javax.media.protocol.DataSource dataSource, boolean autoStart)
           
 
Method Summary
 void addListener(VideoPlayerListener listener)
           
protected  void callListeners()
           
 java.lang.String getTitle()
           
 java.awt.Component getVisualComponent()
           
 
Methods inherited from class de.tubs.macs.applications.media.JMFPlayer
close, configured, controllerUpdate, prefetched, realized, start, started, stop
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoPlayer

public VideoPlayer(java.lang.String title,
                   javax.media.protocol.DataSource dataSource,
                   boolean autoStart)
Method Detail

getTitle

public java.lang.String getTitle()

getVisualComponent

public java.awt.Component getVisualComponent()

addListener

public void addListener(VideoPlayerListener listener)

callListeners

protected void callListeners()