mmlibs/mmfw/src/Client/Video/VideoPlayerBody.h
branchRCL_3
changeset 49 735348f59235
parent 40 f429a0a2075b
child 50 948c7f65f6d4
equal deleted inserted replaced
40:f429a0a2075b 49:735348f59235
   227 	void ConstructL();
   227 	void ConstructL();
   228 	TInt CheckSurfaceSupported();
   228 	TInt CheckSurfaceSupported();
   229 	TBool RectContains(const TRect& aLeft, const TRect& aRight);
   229 	TBool RectContains(const TRect& aLeft, const TRect& aRight);
   230 	void DoAddDisplayWindowL(RWsSession& aWs, TInt aDisplay, RWindowBase& aWindow,
   230 	void DoAddDisplayWindowL(RWsSession& aWs, TInt aDisplay, RWindowBase& aWindow,
   231 								const TRect& aClipRect, const TRect& aVideoExtent, RWindow* aWindow2);
   231 								const TRect& aClipRect, const TRect& aVideoExtent, RWindow* aWindow2);
   232 	void DoUpdateDisplayWindowL(RWsSession& aWs, RWindowBase& aWindow,
       
   233 	              const TRect& aClipRect, const TRect& aVideoExtent, RWindow* aWindow2);
       
   234 	TInt SurfaceCreated();
   232 	TInt SurfaceCreated();
   235 	TInt SurfaceParametersChanged();
   233 	TInt SurfaceParametersChanged();
   236 	TInt RemoveSurface(TBool aControllerEvent);
   234 	TInt RemoveSurface(TBool aControllerEvent);
   237 	TInt SetAllBackgroundSurfaces();
   235 	TInt SetAllBackgroundSurfaces();
   238 
   236