Video frame data container.
#include <VLCQtCore/VideoFrame.h>
Public Member Functions | |
VlcVideoFrame () | |
VlcVideoFrame constructor. More... | |
Public Attributes | |
bool | inited |
unsigned int | width |
unsigned int | height |
unsigned int | planeCount |
QByteArray | plane [4] |
int | pitch [4] |
int | visiblePitch [4] |
int | lines [4] |
int | visibleLines [4] |
VlcVideoFrame::VlcVideoFrame | ( | ) |
This construction ensures default data is set.
unsigned int VlcVideoFrame::height |
frame height
bool VlcVideoFrame::inited |
initialisation status
int VlcVideoFrame::lines[4] |
lines count
int VlcVideoFrame::pitch[4] |
pitch information
QByteArray VlcVideoFrame::plane[4] |
plane data
unsigned int VlcVideoFrame::planeCount |
plane count
int VlcVideoFrame::visibleLines[4] |
visible lines count
int VlcVideoFrame::visiblePitch[4] |
visible pitch information
unsigned int VlcVideoFrame::width |
frame width