changeset 54 | b68f3e90dca1 |
parent 13 | efebd1779a59 |
child 49 | 735348f59235 |
51:613e4e943120 | 54:b68f3e90dca1 |
---|---|
147 { |
147 { |
148 iBody->AddDisplayWindowL(aWindow, aClipRect, aCropRegion, aVideoExtent, aScaleWidth, aScaleHeight, aRotation,aAutoScaleType, aHorizPos, aVertPos, aWindow2); |
148 iBody->AddDisplayWindowL(aWindow, aClipRect, aCropRegion, aVideoExtent, aScaleWidth, aScaleHeight, aRotation,aAutoScaleType, aHorizPos, aVertPos, aWindow2); |
149 } |
149 } |
150 |
150 |
151 /** |
151 /** |
152 Removes a window that is currently being used to display the video picture. The window must |
152 Removes a window that is currently being used to display the video picture. The window must |
153 have previously been added with AddDisplayWindowL(). |
153 have previously been added with AddDisplayWindowL(). |
154 |
|
155 Note Depending on underlying implementation it may also remove any graphics resources associated |
|
156 with video playback on this window. |
|
154 |
157 |
155 Note removing the last window on a display will deregister the display |
158 Note removing the last window on a display will deregister the display |
156 |
159 |
157 @param aWindow |
160 @param aWindow |
158 The display window. |
161 The display window. |