org.hfbk.vid.VideoFetcher Class Reference

Collaboration diagram for org.hfbk.vid.VideoFetcher:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VideoFetcher (String url)
void run ()

Public Attributes

AVStreamingThread streamer = null

Package Attributes

String url

Static Package Attributes

static int count

Detailed Description

a background Thread to open a media file. field "streamer" must be polled and presents the video if file is opened successfully.

Author:
Paul

Definition at line 15 of file VideoFetcher.java.


Constructor & Destructor Documentation

org.hfbk.vid.VideoFetcher.VideoFetcher ( String  url  ) 

starts a new fetcher for given url.

Parameters:
url 

Definition at line 36 of file VideoFetcher.java.


Member Function Documentation

void org.hfbk.vid.VideoFetcher.run (  ) 

Definition at line 43 of file VideoFetcher.java.

References org.hfbk.vid.VideoFetcher.count, org.hfbk.vid.VideoFetcher.streamer, and org.hfbk.vid.VideoFetcher.url.


Member Data Documentation

int org.hfbk.vid.VideoFetcher.count [static, package]

amount of currently movie opening threads. used to limit access stress to video source sites.

Definition at line 21 of file VideoFetcher.java.

Referenced by org.hfbk.vid.VideoFetcher.run().

AVStreamingThread org.hfbk.vid.VideoFetcher.streamer = null

the streamer if successfully opened, null until then and forever if opening fails.

Definition at line 27 of file VideoFetcher.java.

Referenced by org.hfbk.vis.visnode.VisVideoImage.renderSelf(), org.hfbk.vis.visnode.VisVideo.renderSelf(), org.hfbk.vis.visnode.VisAudio.renderSelf(), and org.hfbk.vid.VideoFetcher.run().

String org.hfbk.vid.VideoFetcher.url [package]

Definition at line 29 of file VideoFetcher.java.

Referenced by org.hfbk.vid.VideoFetcher.run().


The documentation for this class was generated from the following file:
Generated on Tue Apr 7 17:58:03 2009 for visclient by  doxygen 1.5.1