|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectj2d.video.flv.impl.Capturer
public class Capturer
Constructor Summary | |
---|---|
Capturer(java.io.OutputStream os,
java.awt.Dimension caputreSize)
|
Method Summary | |
---|---|
java.awt.image.BufferedImage |
newFrame()
Creates new frame optimized for this capturer |
void |
writeFrame(java.awt.image.BufferedImage image,
int timestamp)
Writes Image to capture stream |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Capturer(java.io.OutputStream os, java.awt.Dimension caputreSize) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public java.awt.image.BufferedImage newFrame()
Capture
newFrame
in interface Capture
public void writeFrame(java.awt.image.BufferedImage image, int timestamp) throws java.io.IOException
Capture
writeFrame
in interface Capture
image
- Image to writetimestamp
- Time stamp in milliseconds
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |