Browse Subversion Repository
Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as
Parent Directory
| Revision Log
| Patch
| 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) |
| 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 |
|
|
|