![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtmultimediaquicktypes_p.h>
Additional Inherited Members | |
| Public Types inherited from QCameraDevice | |
| enum | Position { UnspecifiedPosition , BackFace , FrontFace } |
| This enum specifies the physical position of the camera on the system hardware. More... | |
| Public Member Functions inherited from QCameraDevice | |
| QCameraDevice () | |
| \qmlvaluetype cameraDevice\inqmlmodule QtMultimedia | |
| QCameraDevice (const QCameraDevice &other) | |
| Constructs a copy of other. | |
| QCameraDevice & | operator= (const QCameraDevice &other) |
| Sets the QCameraDevice object to be equal to other. | |
| ~QCameraDevice () | |
| Destroys the QCameraDevice. | |
| bool | operator== (const QCameraDevice &other) const |
| Returns true if this \l QCameraDevice represents the same device as other. | |
| bool | operator!= (const QCameraDevice &other) const |
| Returns true if this QCameraDevice does not represent the same device as other. | |
| bool | isNull () const |
| Returns true if this QCameraDevice is null or invalid. | |
| QByteArray | id () const |
| QString | description () const |
| bool | isDefault () const |
| Position | position () const |
| QList< QSize > | photoResolutions () const |
| Returns a list of resolutions that the camera can use to capture still images. | |
| QList< QCameraFormat > | videoFormats () const |
| QtVideo::Rotation | correctionAngle () const |
| Properties inherited from QCameraDevice | |
| QByteArray | id |
| \qmlproperty string QtMultimedia::cameraDevice::id | |
| QString | description |
| \qmlproperty string QtMultimedia::cameraDevice::description | |
| bool | isDefault |
| \qmlproperty bool QtMultimedia::cameraDevice::isDefault | |
| Position | position |
| \qmlproperty enumeration QtMultimedia::cameraDevice::position | |
| QList< QCameraFormat > | videoFormats |
| \qmlproperty CameraFormat QtMultimedia::cameraDevice::videoFormats | |
| QtVideo::Rotation | correctionAngle |
Definition at line 149 of file qtmultimediaquicktypes_p.h.