mmlibs/mmfw/src/Client/Video/mediaclientvideodisplaybody.h
branchRCL_3
changeset 40 f429a0a2075b
parent 23 545d349d14da
child 49 735348f59235
equal deleted inserted replaced
39:3f0ddfac3ede 40:f429a0a2075b
   102 	
   102 	
   103 	void AddDisplayL(MMMFSurfaceEventHandler& aEventHandler);
   103 	void AddDisplayL(MMMFSurfaceEventHandler& aEventHandler);
   104 	void AddDisplayWindowL(const RWindowBase* aWindow, const TRect& aClipRect, const TRect& aCropRegion, const TRect& aVideoExtent,
   104 	void AddDisplayWindowL(const RWindowBase* aWindow, const TRect& aClipRect, const TRect& aCropRegion, const TRect& aVideoExtent,
   105 							TReal32 aScaleWidth, TReal32 aScaleHeight, TVideoRotation aRotation,
   105 							TReal32 aScaleWidth, TReal32 aScaleHeight, TVideoRotation aRotation,
   106 							TAutoScaleType aAutoScaleType, TInt aHorizPos, TInt aVertPos, RWindow* aWindow2);
   106 							TAutoScaleType aAutoScaleType, TInt aHorizPos, TInt aVertPos, RWindow* aWindow2);
       
   107 	void UpdateDisplayWindowL(const RWindowBase* aWindow, const TRect& aClipRect, const TRect& aCropRegion, const TRect& aVideoExtent, 
       
   108                             TReal32 aScaleWidth, TReal32 aScaleHeight, TVideoRotation aRotation, 
       
   109                             TAutoScaleType aAutoScaleType, TInt aHorizPos, TInt aVertPos, RWindow* aWindow2);
   107 	void RemoveDisplay();
   110 	void RemoveDisplay();
   108 	TInt RemoveDisplayWindow(const RWindowBase& aWindow);
   111 	TInt RemoveDisplayWindow(const RWindowBase& aWindow);
   109 	
   112 	
   110 	TInt SurfaceCreated(const TSurfaceId& aSurfaceId, const TRect& aCropRect, TVideoAspectRatio aAspectRatio, const TRect& aCropRegion);
   113 	TInt SurfaceCreated(const TSurfaceId& aSurfaceId, const TRect& aCropRect, TVideoAspectRatio aAspectRatio, const TRect& aCropRegion);
   111 	TInt SurfaceParametersChanged(const TSurfaceId& aSurfaceId, const TRect& aCropRect, TVideoAspectRatio aAspectRatio);
   114 	TInt SurfaceParametersChanged(const TSurfaceId& aSurfaceId, const TRect& aCropRect, TVideoAspectRatio aAspectRatio);