Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QAbstractVideoBuffer::MapData Struct Reference

#include <qabstractvideobuffer_p.h>

+ Collaboration diagram for QAbstractVideoBuffer::MapData:

Public Attributes

int nPlanes = 0
 
int bytesPerLine [4] = {}
 
uchardata [4] = {}
 
int size [4] = {}
 

Detailed Description

Definition at line 50 of file qabstractvideobuffer_p.h.

Member Data Documentation

◆ bytesPerLine

int QAbstractVideoBuffer::MapData::bytesPerLine[4] = {}

Definition at line 53 of file qabstractvideobuffer_p.h.

Referenced by QVideoFrame::bytesPerLine(), and QVideoFrame::map().

◆ data

uchar* QAbstractVideoBuffer::MapData::data[4] = {}

Definition at line 54 of file qabstractvideobuffer_p.h.

Referenced by QVideoFrame::bits(), QVideoFrame::bits(), and QVideoFrame::map().

◆ nPlanes

int QAbstractVideoBuffer::MapData::nPlanes = 0

◆ size

int QAbstractVideoBuffer::MapData::size[4] = {}

Definition at line 55 of file qabstractvideobuffer_p.h.

Referenced by QVideoFrame::map(), and QVideoFrame::mappedBytes().


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