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