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 -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QCameraDevice other) clone()Creates and returns a copy of this object.final QtVideo.Rotationfinal Stringfinal booleanequals(QCameraDevice other) booleaninthashCode()Returns the objects's hash code computed byqHash(QCameraDevice).final QByteArrayid()final booleanfinal booleanisNull()final QCameraDevice.Positionposition()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
-
correctionAngle
-
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.
-