![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcameradevice_p.h>
Public Member Functions | |
| QCameraFormat | create () |
| Public Member Functions inherited from QSharedData | |
| QSharedData () noexcept | |
| Constructs a QSharedData object with a reference count of 0. | |
| QSharedData (const QSharedData &) noexcept | |
| Constructs a QSharedData object with reference count 0. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Static Public Member Functions | |
| static QVideoFrameFormat::ColorRange | getColorRange (const QCameraFormat &format) |
| static const QCameraFormatPrivate * | handle (const QCameraFormat &format) |
Public Attributes | |
| QVideoFrameFormat::PixelFormat | pixelFormat = QVideoFrameFormat::Format_Invalid |
| QSize | resolution |
| float | minFrameRate = 0 |
| float | maxFrameRate = 0 |
| QVideoFrameFormat::ColorRange | colorRange = QVideoFrameFormat::ColorRange_Unknown |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 23 of file qcameradevice_p.h.
|
inline |
Definition at line 43 of file qcameradevice_p.h.
|
inlinestatic |
Definition at line 32 of file qcameradevice_p.h.
|
inlinestatic |
Definition at line 38 of file qcameradevice_p.h.
| QVideoFrameFormat::ColorRange QCameraFormatPrivate::colorRange = QVideoFrameFormat::ColorRange_Unknown |
Definition at line 30 of file qcameradevice_p.h.
| float QCameraFormatPrivate::maxFrameRate = 0 |
Definition at line 29 of file qcameradevice_p.h.
| float QCameraFormatPrivate::minFrameRate = 0 |
Definition at line 28 of file qcameradevice_p.h.
| QVideoFrameFormat::PixelFormat QCameraFormatPrivate::pixelFormat = QVideoFrameFormat::Format_Invalid |
Definition at line 26 of file qcameradevice_p.h.
| QSize QCameraFormatPrivate::resolution |
Definition at line 27 of file qcameradevice_p.h.