branch | RCL_3 |
changeset 49 | 735348f59235 |
parent 40 | f429a0a2075b |
child 50 | 948c7f65f6d4 |
40:f429a0a2075b | 49:735348f59235 |
---|---|
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. |
|
157 |
154 |
158 Note removing the last window on a display will deregister the display |
155 Note removing the last window on a display will deregister the display |
159 |
156 |
160 @param aWindow |
157 @param aWindow |
161 The display window. |
158 The display window. |