java.lang.Object
io.qt.QtObject
io.qt.multimedia.QCameraInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
General information about camera devices
Java wrapper for Qt's class QCameraInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionOverloaded constructor forQCameraInfo(io.qt.core.QByteArray)
withname = new io.qt.core.QByteArray()
.QCameraInfo
(QByteArray name) QCameraInfo
(QCameraInfo other) QCameraInfo
(QCamera camera) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QCameraInfo other) static QList<QCameraInfo>
Overloaded function foravailableCameras(io.qt.multimedia.QCamera.Position)
withposition = io.qt.multimedia.QCamera.Position.UnspecifiedPosition
.static QList<QCameraInfo>
availableCameras
(QCamera.Position position) clone()
static QCameraInfo
final String
final String
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
final boolean
isNull()
final int
final QCamera.Position
position()
toString()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QCameraInfo
public QCameraInfo()Overloaded constructor for
QCameraInfo(io.qt.core.QByteArray)
withname = new io.qt.core.QByteArray()
. -
QCameraInfo
-
QCameraInfo
-
QCameraInfo
-
QCameraInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
description
-
deviceName
-
isNull
-
assign
-
orientation
-
position
-
availableCameras
Overloaded function for
availableCameras(io.qt.multimedia.QCamera.Position)
withposition = io.qt.multimedia.QCamera.Position.UnspecifiedPosition
. -
availableCameras
-
defaultCamera
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-