public class

QTVideoControlServiceImpl

extends AbstractVideoControlService
implements ImageCaptureService
java.lang.Object
   ↳ vars.shared.ui.video.AbstractVideoControlService
     ↳ vars.quicktime.QTVideoControlServiceImpl

Summary

Public Constructors
QTVideoControlServiceImpl()
Public Methods
Image capture(String timecode)
void connect(Object... args)
void dispose()
Cleanup resources
JDialog getConnectionDialog()
VideoTime requestVideoTime()
void seek(String timecode)
void showSettingsDialog()
[Expand]
Inherited Methods
From class vars.shared.ui.video.AbstractVideoControlService
From class java.lang.Object
From interface org.mbari.vcr.IVCR
From interface vars.shared.ui.video.ImageCaptureService
From interface vars.shared.ui.video.VideoControlService

Public Constructors

public QTVideoControlServiceImpl ()

Public Methods

public Image capture (String timecode)

public void connect (Object... args)

Parameters
args The first argument is the string URL of the movie to open. The 2nd argument is a TimeSource object that indicates which timecode track to read from while annotating the movie file.

public void dispose ()

Cleanup resources

public JDialog getConnectionDialog ()

public VideoTime requestVideoTime ()

public void seek (String timecode)

public void showSettingsDialog ()