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 485 by mineap, Fri Apr 8 16:45:43 2011 UTC revision 487 by mineap, Sat Apr 9 13:16:04 2011 UTC
# Line 1167  package org.mineap.nndd.player Line 1167  package org.mineap.nndd.player
1167                  }                  }
1168    
1169                  /**                  /**
1170                     *
1171                     * @param isSmoothing
1172                     *
1173                     */
1174                    public function setVideoSmoothing(isSmoothing:Boolean):void{
1175                            
1176                            if(videoDisplay != null && videoDisplay.videoObject != null){
1177                                    videoDisplay.videoObject.smoothing = isSmoothing;
1178                            }
1179                            
1180                    }
1181                    
1182                    /**
1183                   * videoDisplayの大きさを動画にあわせ、同時にウィンドウの大きさを変更します。                   * videoDisplayの大きさを動画にあわせ、同時にウィンドウの大きさを変更します。
1184                   * フルスクリーン時に呼ばれても何もしません。                   * フルスクリーン時に呼ばれても何もしません。
1185                   */                               */            
# Line 1200  package org.mineap.nndd.player Line 1213  package org.mineap.nndd.player
1213                                                                                                    
1214                                                  if(this.windowType == PlayerController.WINDOW_TYPE_FLV && this.videoDisplay != null && this.videoDisplay.videoObject != null){                                                  if(this.windowType == PlayerController.WINDOW_TYPE_FLV && this.videoDisplay != null && this.videoDisplay.videoObject != null){
1215                                                          //FLV再生か?                                                          //FLV再生か?
1216                                                          this.videoDisplay.videoObject.smoothing = true;                                                          
1217                                                            // スムージングを設定
1218                                                            
1219                                                            this.videoDisplay.videoObject.smoothing = videoInfoView.isSmoothing;
1220                                                                                                                    
1221                                                          if(this.videoInfoView.selectedResizeType == VideoInfoView.RESIZE_TYPE_NICO && this.videoDisplay.videoObject.videoHeight > 0){                                                          if(this.videoInfoView.selectedResizeType == VideoInfoView.RESIZE_TYPE_NICO && this.videoDisplay.videoObject.videoHeight > 0){
1222                                                                                                                                    

Legend:
Removed from v.485  
changed lines
  Added in v.487

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