java.lang.Object
io.qt.QtObject
io.qt.multimedia.QCameraFormat
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Describes a video format supported by a camera device
Java wrapper for Qt class QCameraFormat
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QCameraFormat other) clone()Creates and returns a copy of this object.final booleanequals(QCameraFormat other) booleaninthashCode()Returns the objects's hash code computed byqHash(QCameraFormat).final booleanisNull()final floatfinal floatfinal QSizeMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QCameraFormat
public QCameraFormat() -
QCameraFormat
-
-
Method Details
-
isNull
-
maxFrameRate
-
minFrameRate
-
assign
-
equals
-
pixelFormat
-
resolution
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QCameraFormat). -
clone
Creates and returns a copy of this object.
-