Waave
An audio video engine
 All Data Structures Functions Variables Groups Pages
Data Fields
WVStreamingBuffer Struct Reference

Frame buffer descriptor. More...

#include <WAAVE.h>


Detailed Description

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].

The documentation for this struct was generated from the following file: