暂时没有提供相关接口。
在Stage下只有以下设置
/**全速模式,以60的帧率运行。*/
public static const FRAME_FAST:String = "fast";
/**慢速模式,以30的帧率运行。*/
public static const FRAME_SLOW:String = "slow";
/**自动模式,以30的帧率运行,但鼠标活动后会自动加速到60,鼠标不动2秒后降低为30帧,以节省消耗。*/
public static const FRAME_MOUSE:String = "mouse";
/**休眠模式,以1的帧率运行*/
public static const FRAME_SLEEP:String = "sleep";