stac.videoView
Class VideoReceiverPlugin_HTTP

java.lang.Object
  extended by stac.videoView.VideoReceiverPlugin
      extended by stac.videoView.VideoReceiverPlugin_HTTP
All Implemented Interfaces:
java.lang.Runnable

public class VideoReceiverPlugin_HTTP
extends VideoReceiverPlugin


Field Summary
 
Fields inherited from class stac.videoView.VideoReceiverPlugin
title
 
Constructor Summary
VideoReceiverPlugin_HTTP(java.lang.String title, java.util.ArrayList<java.lang.Object> params)
           
 
Method Summary
 void run()
          Implements the capture thread: get a frame from the FrameGrabber, and display it
 
Methods inherited from class stac.videoView.VideoReceiverPlugin
dispose, getActImage, getTitle, setImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoReceiverPlugin_HTTP

public VideoReceiverPlugin_HTTP(java.lang.String title,
                                java.util.ArrayList<java.lang.Object> params)
Method Detail

run

public void run()
Implements the capture thread: get a frame from the FrameGrabber, and display it