mmlibs/mmfw/src/Client/Video/mediaclientvideodisplaybody.h
changeset 57 1cbb0d5bf7f2
parent 26 c36d67f77f75
equal deleted inserted replaced
56:b6488ac24ddc 57:1cbb0d5bf7f2
   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);