Packageqnx.system
Classpublic final class QNXSystemPowerMode
InheritanceQNXSystemPowerMode Inheritance Object

The QNXSystemPowerMode class defines constants for the powerMode property of the QNXSystem class that is used to control AIR player operation that affects power consumption.

See also

QNXSystem


Public Constants
 ConstantDefined By
  NORMAL : String = normal
[static] Indicates normal AIR player operation.
QNXSystemPowerMode
  STANDBY : String = standby
[static] Indicates that all normal player activity ceases including onEnterFrame event handlers and timers.
QNXSystemPowerMode
  THROTTLED : String = throttled
[static] Indicates that the Player operates at a maximum of 4fps and ceases to render.
QNXSystemPowerMode
Constant Detail
NORMALConstant
public static const NORMAL:String = normal

Indicates normal AIR player operation.

The player operates at the configured frame rate and renders normally.

STANDBYConstant 
public static const STANDBY:String = standby

Indicates that all normal player activity ceases including onEnterFrame event handlers and timers.

The player will still react to external events and the QNXSystem.setAlarm timer, following which a single onEnterFrame call will be made along with any expired timer functions.

THROTTLEDConstant 
public static const THROTTLED:String = throttled

Indicates that the Player operates at a maximum of 4fps and ceases to render.