java.lang.Object
io.qt.QtObject
io.qt.multimedia.QCameraInfo
- All Implemented Interfaces:
QtObjectInterface,Cloneable
General information about camera devices
Java wrapper for Qt class QCameraInfo
- Since:
- This class was introduced in Qt 5.3.
-
Constructor Summary
ConstructorsConstructorDescriptionOverloaded constructor forQCameraInfo(io.qt.core.QByteArray)withname = new io.qt.core.QByteArray().QCameraInfo(byte [] name) Overloaded constructor forQCameraInfo(io.qt.core.QByteArray).QCameraInfo(QByteArray name) QCameraInfo(QCameraInfo other) QCameraInfo(QCamera camera) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(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()Creates and returns a copy of this object.static QCameraInfofinal Stringfinal Stringfinal booleanequals(QCameraInfo other) booleaninthashCode()Returns the objects's hash code computed byqHash(QCameraInfo).final booleanisNull()final intfinal QCamera.Positionposition()toString()Seeoperator<<(QDebug,QCameraInfo) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QCameraInfo
- Parameters:
name-
-
QCameraInfo
- Parameters:
camera-
-
QCameraInfo
- Parameters:
other-
-
QCameraInfo
public QCameraInfo()Overloaded constructor for
QCameraInfo(io.qt.core.QByteArray)withname = new io.qt.core.QByteArray(). -
QCameraInfo
public QCameraInfo(byte [] name) Overloaded constructor for
QCameraInfo(io.qt.core.QByteArray).
-
-
Method Details
-
description
- Returns:
-
deviceName
- Returns:
-
isNull
- Returns:
-
assign
- Parameters:
other-
-
equals
- Parameters:
other-- Returns:
-
orientation
- Returns:
-
position
- Returns:
-
availableCameras
- Parameters:
position-- Returns:
-
defaultCamera
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QCameraInfo). -
toString
See
operator<<(QDebug,QCameraInfo) -
clone
Creates and returns a copy of this object.
-
availableCameras
Overloaded function for
availableCameras(io.qt.multimedia.QCamera.Position)withposition = io.qt.multimedia.QCamera.Position.UnspecifiedPosition.
-