public class MultiPuppeteer extends Object implements VideoDisplayListener<MBFImage>
| Constructor and Description |
|---|
MultiPuppeteer()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterUpdate(VideoDisplay<MBFImage> display)
Called when the video display is updated and the next frame
is displayed
|
void |
beforeUpdate(MBFImage frame)
Called when the video is about to update
|
static void |
main(String[] args)
The main method.
|
public MultiPuppeteer() throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionpublic void afterUpdate(VideoDisplay<MBFImage> display)
VideoDisplayListenerafterUpdate in interface VideoDisplayListener<MBFImage>display - the video displaypublic void beforeUpdate(MBFImage frame)
VideoDisplayListenerbeforeUpdate in interface VideoDisplayListener<MBFImage>frame - the frame about to be displayedpublic static void main(String[] args) throws MalformedURLException, IOException
args - IOExceptionMalformedURLException