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
QCameraDeviceDerived Struct Reference

#include <qtmultimediaquicktypes_p.h>

+ Inheritance diagram for QCameraDeviceDerived:
+ Collaboration diagram for QCameraDeviceDerived:

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 ()
 Describes a camera device.
 
 QCameraDevice (const QCameraDevice &other)
 Constructs a copy of other.
 
QCameraDeviceoperator= (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 QCameraDevice is equal to other.
 
bool operator!= (const QCameraDevice &other) const
 Returns true if this QCameraDevice is different from 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< QSizephotoResolutions () const
 Returns a list of resolutions that the camera can use to capture still images.
 
QList< QCameraFormatvideoFormats () 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< QCameraFormatvideoFormats
 \qmlproperty CameraFormat QtMultimedia::cameraDevice::videoFormats
 
QtVideo::Rotation correctionAngle
 

Detailed Description

Definition at line 138 of file qtmultimediaquicktypes_p.h.


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