java.lang.Object
io.qt.QtObject
io.qt.multimedia.QCameraDevice
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
General information about camera devices
Java wrapper for Qt class QCameraDevice
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QCameraDevice other) clone()
Creates and returns a copy of this object.final String
final boolean
equals
(QCameraDevice other) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QCameraDevice)
.final QByteArray
id()
final boolean
final boolean
isNull()
final QCameraDevice.Position
position()
toString()
Seeoperator<<(QDebug,
QCameraDevice) final QList
<QCameraFormat> Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QCameraDevice
public QCameraDevice() -
QCameraDevice
-
-
Method Details
-
description
-
id
-
isDefault
-
isNull
-
assign
-
equals
-
photoResolutions
-
position
-
videoFormats
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QCameraDevice)
. -
toString
See
operator<<(QDebug,
QCameraDevice) -
clone
Creates and returns a copy of this object.
-