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
QT_BEGIN_NAMESPACE::SwsFrameData Struct Reference
+ Collaboration diagram for QT_BEGIN_NAMESPACE::SwsFrameData:

Public Attributes

std::array< uchar *, arraySize > bits
 
std::array< int, arraySize > stride
 

Static Public Attributes

static constexpr int arraySize = 4
 

Detailed Description

Definition at line 87 of file qffmpegconverter.cpp.

Member Data Documentation

◆ arraySize

constexpr int QT_BEGIN_NAMESPACE::SwsFrameData::arraySize = 4
staticconstexpr

Definition at line 89 of file qffmpegconverter.cpp.

◆ bits

std::array<uchar *, arraySize> QT_BEGIN_NAMESPACE::SwsFrameData::bits

Definition at line 90 of file qffmpegconverter.cpp.

Referenced by QT_BEGIN_NAMESPACE::getSwsData().

◆ stride

std::array<int, arraySize> QT_BEGIN_NAMESPACE::SwsFrameData::stride

Definition at line 91 of file qffmpegconverter.cpp.


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