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