Abstract video frame data container.
More...
#include <VLCQtCore/AbstractVideoFrame.h>
Abstract video frame data container.
- Since
- VLC-Qt 1.1
VlcAbstractVideoFrame::VlcAbstractVideoFrame |
( |
int |
planeCount | ) |
|
bool VlcAbstractVideoFrame::isValid |
( |
| ) |
|
Validate frame.
- Returns
- true if frame has size greater than 0 in both dimensions
void VlcAbstractVideoFrame::setPitchesAndLines |
( |
unsigned * |
pitches, |
|
|
unsigned * |
lines |
|
) |
| |
Set pitches and lines helper.
- Parameters
-
Set pitches and lines helper.
- Parameters
-
QByteArray VlcAbstractVideoFrame::frameBuffer |
quint16 VlcAbstractVideoFrame::height |
std::vector<char *> VlcAbstractVideoFrame::planes |
std::vector<quint32> VlcAbstractVideoFrame::planeSizes |
quint16 VlcAbstractVideoFrame::width |
The documentation for this struct was generated from the following files:
- AbstractVideoFrame.h
- AbstractVideoFrame.cpp