![]() |
Qt 6.x
The Qt SDK
|
#include <qcameradevice_p.h>
Public Member Functions | |
QCameraFormat | create () |
![]() | |
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 | |
Public Attributes | |
QVideoFrameFormat::PixelFormat | pixelFormat |
QSize | resolution |
float | minFrameRate = 0 |
float | maxFrameRate = 0 |
![]() | |
QAtomicInt | ref |
Definition at line 24 of file qcameradevice_p.h.
|
inline |
Definition at line 32 of file qcameradevice_p.h.
float QCameraFormatPrivate::maxFrameRate = 0 |
Definition at line 30 of file qcameradevice_p.h.
Referenced by QCameraFormat::maxFrameRate(), and QCameraFormat::operator==().
float QCameraFormatPrivate::minFrameRate = 0 |
Definition at line 29 of file qcameradevice_p.h.
Referenced by QCameraFormat::minFrameRate(), and QCameraFormat::operator==().
QVideoFrameFormat::PixelFormat QCameraFormatPrivate::pixelFormat |
Definition at line 27 of file qcameradevice_p.h.
Referenced by QCameraFormat::operator==().
QSize QCameraFormatPrivate::resolution |
Definition at line 28 of file qcameradevice_p.h.
Referenced by createCameraDevice(), QCameraFormat::operator==(), and QCameraFormat::resolution().