maximumFps

@get:MainThread
@get:RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
val maximumFps: Int?

The currently configured maximum FPS, or null if setMaximumFps was never called (or was followed by clearMaximumFps).