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
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
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
boolean
final String
Kotlin property getter.final QByteArray
getId()
Kotlin property getter.final QCameraDevice.Position
Kotlin property getter.final QList<QCameraFormat>
Kotlin property getter.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
-
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.
-
getDescription
Kotlin property getter. In Java use
description()
instead. -
getId
Kotlin property getter. In Java use
id()
instead. -
getPosition
Kotlin property getter. In Java use
position()
instead. -
getVideoFormats
Kotlin property getter. In Java use
videoFormats()
instead.
-