Package | qnx.system |
Class | public final class QNXSystemPowerMode |
Inheritance | QNXSystemPowerMode ![]() |
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
Constant | Defined 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 |
NORMAL | Constant |
public static const NORMAL:String = normal
Indicates normal AIR player operation.
The player operates at the configured frame rate and renders normally.
STANDBY | Constant |
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.
THROTTLED | Constant |
public static const THROTTLED:String = throttled
Indicates that the Player operates at a maximum of 4fps and ceases to render.