Develop and Download Open Source Software

Browse Subversion Repository

Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 830 by mineap, Fri May 4 20:35:35 2012 UTC revision 832 by mineap, Sat May 5 21:50:20 2012 UTC
# Line 422  package org.mineap.nndd.player Line 422  package org.mineap.nndd.player
422                          }                          }
423                                                    
424                          this.videoPlayer.videoController.resetAlpha(true);                          this.videoPlayer.videoController.resetAlpha(true);
425                            this.videoPlayer.updateFrameRate();
426                                                    
427                          var value:String = ConfigManager.getInstance().getItem("isLengthwisePreferred");                          var value:String = ConfigManager.getInstance().getItem("isLengthwisePreferred");
428                          if (value != null)                          if (value != null)
# Line 3739  package org.mineap.nndd.player Line 3740  package org.mineap.nndd.player
3740                   */                   */
3741                  public function changeFps(fps:Number):void{                  public function changeFps(fps:Number):void{
3742                          this.commentTimer.delay = 1000/fps;                          this.commentTimer.delay = 1000/fps;
3743                            this.videoPlayer.updateFrameRate();
3744                  }                  }
3745                                    
3746                  /**                  /**

Legend:
Removed from v.830  
changed lines
  Added in v.832

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26