Parameter | Description |
---|---|
cpu | The new performance level. Can be Constants.UnknownPerformanceLevel or range of Constants.MinCpuPerformanceLevel, IDevicePerformanceLevelControl.MaxCpuPerformanceLevel]. If Feature.CpuPerformanceLevel is not supported (see AdaptivePerformanceSubsystem.Capabilities), this parameter is ignored. |
gpu | The new performance level. Can be Constants.UnknownPerformanceLevel or range of Constants.MinCpuPerformanceLevel, IDevicePerformanceLevelControl.MaxGpuPerformanceLevel]. If Feature.GpuPerformanceLevel is not supported (see AdaptivePerformanceSubsystem.Capabilities), this parameter is ignored. |
bool Returns true on success. When this fails, it means that the system took control of the active performance levels.
Request a performance level change. If Constants.UnknownPerformanceLevel is passed, the subsystem picks the level to be used.