mmlibs/mmfw/src/Client/Video/VideoPlayerBody.h
changeset 57 1cbb0d5bf7f2
parent 15 c1e808730d6c
child 49 735348f59235
equal deleted inserted replaced
56:b6488ac24ddc 57:1cbb0d5bf7f2
   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