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

#include <qtmultimediaquicktypes_p.h>

Inheritance diagram for QtMultimediaPrivate::QCameraDeviceDerived:
Collaboration diagram for QtMultimediaPrivate::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 represents the same device as 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 149 of file qtmultimediaquicktypes_p.h.


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