FrameRateRange Struct
struct QCamera::FrameRateRangeA FrameRateRange represents a range of frame rates as minimum and maximum rate. More...
This struct was introduced in Qt 5.5.
Public Functions
FrameRateRange(qreal minimum, qreal maximum) | |
FrameRateRange() |
Public Variables
qreal | maximumFrameRate |
qreal | minimumFrameRate |
Detailed Description
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 Function Documentation
FrameRateRange::FrameRateRange(qreal minimum, qreal maximum)
Constructs a frame rate range with the given minimum and maximum frame rates.
FrameRateRange::FrameRateRange()
Constructs a null frame rate range, with both minimumFrameRate and maximumFrameRate equal to 0.0
.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.