Frame buffer descriptor. More...
#include <WAAVE.h>
Frame buffer descriptor.
Decribe frame buffers where the engine decode video frames. This is the type returned by the getBuffer method of the streaming object.
Data Fields | |
int | width |
The frame width. | |
int | height |
The frame height. | |
enum PixelFormat | format |
The frame pixel format, see ffmpeg documentation. | |
uint8_t * | data [4] |
The frame planes If you have just one plane use data[0]. | |
int | linesize [4] |
The corresponding plane linesizein bytes If you have just one plane use linesize[0]. |