|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ffmpeg_java.util.FrameDataToImage
public class FrameDataToImage
In progress
Constructor Summary | |
---|---|
FrameDataToImage()
|
Method Summary | |
---|---|
static java.awt.image.BufferedImage |
createImage(byte[] bytes,
int w,
int h)
Assumes frame data from ffmpeg with format AVCodecLibrary.PIX_FMT_RGB24 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FrameDataToImage()
Method Detail |
---|
public static java.awt.image.BufferedImage createImage(byte[] bytes, int w, int h)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |