-
The default frame rate. This can be either 30 FPS or 60 FPS, depending on device capabilities.
Declaration
Swift
case normal = -1
-
A conservative frame rate; typically 30 FPS.
Declaration
Swift
case lowPower = 30
-
The maximum supported frame rate; typically 60 FPS.
Declaration
Swift
case maximum = 0