java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QCameraInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QCameraInfo extends QtObject implements Cloneable
General information about camera devices
Java wrapper for Qt class QCameraInfo
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QCameraInfo()
Overloaded constructor forQCameraInfo(io.qt.core.QByteArray)
withname = new io.qt.core.QByteArray()
.QCameraInfo(QByteArray name)
QCameraInfo(QCamera camera)
QCameraInfo(QCameraInfo other)
protected
QCameraInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description static QList<QCameraInfo>
availableCameras()
Overloaded function foravailableCameras(io.qt.multimedia.QCamera.Position)
withposition = io.qt.multimedia.QCamera.Position.UnspecifiedPosition
.static QList<QCameraInfo>
availableCameras(QCamera.Position position)
QCameraInfo
clone()
static QCameraInfo
defaultCamera()
String
description()
String
deviceName()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isNull()
int
orientation()
QCamera.Position
position()
String
toString()
-
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
-
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 native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-