| Modifier and Type | Method and Description |
|---|---|
static VideoFrame |
VideoFrame.create(BufferedImage image) |
VideoFrame |
Decoder.decodeVideo(MediaPacket mediaPacket)
Decode a media packet with video frame data into a
VideoFrame. |
| Modifier and Type | Method and Description |
|---|---|
MediaPacket |
Muxer.addImage(VideoFrame frame) |
static BufferedImage |
Image.createImage(VideoFrame frame,
int type) |
MediaPacket |
Encoder.encodeVideo(VideoFrame frame) |
Copyright © 2013. All Rights Reserved.