java.lang.Object
io.qt.QtObject
io.qt.multimedia.QCamera.FrameRateRange
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QCamera
A FrameRateRange represents a range of frame rates as minimum and maximum rate
Java wrapper for Qt class QCamera::FrameRateRange
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.boolean
Seeoperator==(QCamera::FrameRateRange,
QCamera::FrameRateRange) final double
Kotlin property getter.final double
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QCamera::FrameRateRange)
.final double
final double
final void
setMaximumFrameRate
(double maximumFrameRate) final void
setMinimumFrameRate
(double minimumFrameRate) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
FrameRateRange
public FrameRateRange() -
FrameRateRange
public FrameRateRange(double minimum, double maximum)
-
-
Method Details
-
setMaximumFrameRate
-
maximumFrameRate
-
setMinimumFrameRate
-
minimumFrameRate
-
equals
See
operator==(QCamera::FrameRateRange,
QCamera::FrameRateRange) -
hashCode
Returns the objects's hash code computed byqHash(QCamera::FrameRateRange)
. -
clone
Creates and returns a copy of this object.
-
getMaximumFrameRate
Kotlin property getter. In Java use
maximumFrameRate()
instead. -
getMinimumFrameRate
Kotlin property getter. In Java use
minimumFrameRate()
instead.
-