FrameRateRange

PyQt5.QtMultimedia.QCamera.FrameRateRange

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.

Attributes

maximumFrameRate: float

The maximum frame rate supported by the range, in frames per second.


minimumFrameRate: float

TODO

Methods

__init__()

TODO


__init__(FrameRateRange)

TODO


__init__(float, float)

TODO


__eq__(FrameRateRange) → bool

TODO


__ne__(FrameRateRange) → bool

TODO