Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 88 of file qffmpegconverter.cpp.

Member Data Documentation

◆ arraySize

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

Definition at line 90 of file qffmpegconverter.cpp.

◆ bits

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

Definition at line 91 of file qffmpegconverter.cpp.

◆ stride

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

Definition at line 92 of file qffmpegconverter.cpp.


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