public class AVCodecLibraryImageConverter extends java.lang.Object implements ImageConverter
| Constructor and Description |
|---|
AVCodecLibraryImageConverter() |
| Modifier and Type | Method and Description |
|---|---|
int |
img_convert(AVCodecLibrary.AVFrame dst,
int dst_pix_fmt,
AVCodecLibrary.AVFrame src,
int pix_fmt,
int width,
int height) |
public int img_convert(AVCodecLibrary.AVFrame dst, int dst_pix_fmt, AVCodecLibrary.AVFrame src, int pix_fmt, int width, int height)
img_convert in interface ImageConverter