mmlibs/mmfw/src/Client/Video/VideoPlayerBody.h
changeset 54 b68f3e90dca1
parent 15 c1e808730d6c
child 49 735348f59235
equal deleted inserted replaced
51:613e4e943120 54:b68f3e90dca1
   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);
   232 	TInt SurfaceCreated();
   234 	TInt SurfaceCreated();
   233 	TInt SurfaceParametersChanged();
   235 	TInt SurfaceParametersChanged();
   234 	TInt RemoveSurface(TBool aControllerEvent);
   236 	TInt RemoveSurface(TBool aControllerEvent);
   235 	TInt SetAllBackgroundSurfaces();
   237 	TInt SetAllBackgroundSurfaces();
   236 
   238