mmlibs/mmfw/src/Client/Video/mediaclientvideodisplaybody.h
branchRCL_3
changeset 50 948c7f65f6d4
parent 49 735348f59235
equal deleted inserted replaced
49:735348f59235 50:948c7f65f6d4
   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);