|
Class Summary |
| AVFrame |
Represents a pointer to a native FFmpeg AVFrame object. |
| AVFrameFormat |
Implements a VideoFormat for a Buffer carrying
AVFrame as its data. |
| ByteBuffer |
Represents a buffer of native memory with a specific size/capacity which
either contains a specific number of bytes of valid data or is free for
consumption. |
| FFmpeg |
|
| FinalizableAVFrame |
Represents an AVFrame used to provide captured media data in native
format without representing the very frame data in the Java heap. |
| ImageScaler |
Codec that scales images from one size to another. |
| SwScaler |
Implements a Codec which uses libswscale to scale images and convert
between color spaces (typically, RGB and YUV). |