FrameRateRange Class
(QCamera::FrameRateRange)A FrameRateRange represents a range of frame rates as minimum and maximum rate. More...
Header: | #include <FrameRateRange> |
qmake: | QT += multimedia |
Since: | Qt 5.5 |
Public Functions
FrameRateRange() | |
FrameRateRange(qreal minimum, qreal maximum) |
Public Variables
qreal | maximumFrameRate |
qreal | minimumFrameRate |
Detailed Description
A FrameRateRange represents a range of frame rates as minimum and maximum rate.
If the minimum frame rate is equal to the maximum frame rate, the frame rate is fixed. If not, the actual frame rate fluctuates between the minimum and the maximum.
See also QCamera::supportedViewfinderFrameRateRanges() and QCameraViewfinderSettings.
Member Type Documentation
Property Documentation
Member Function Documentation
FrameRateRange::FrameRateRange()
Default constructs an instance of FrameRateRange.
FrameRateRange::FrameRateRange(qreal minimum, qreal maximum)
Default constructs an instance of FrameRateRange.
Member Variable Documentation
qreal FrameRateRange::maximumFrameRate
The maximum frame rate supported by the range, in frames per second.
qreal FrameRateRange::minimumFrameRate
The minimum frame rate supported by the range, in frames per second.