videoplayback/hbvideoplaybackview/tsrc/testvideodisplayhandler/stub/inc/mediaclientvideodisplay.h
changeset 52 e3cecb93e76a
parent 47 45e72b57a2fd
child 59 a76e86df7ccd
--- a/videoplayback/hbvideoplaybackview/tsrc/testvideodisplayhandler/stub/inc/mediaclientvideodisplay.h	Tue Jul 06 14:17:50 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-// All rights reserved.
-// This component and the accompanying materials are made available
-// under the terms of "Eclipse Public License v1.0"
-// which accompanies this distribution, and is available
-// at the URL "http://www.eclipse.org/legal/epl-v10.html".
-//
-// Initial Contributors:
-// Nokia Corporation - initial contribution.
-//
-// Contributors:
-//
-// Description:  Stub declaration for CMediaClientVideoDisplay
-//
-
-
-#ifndef MEDIACLIENTVIDEODISPLAY_H
-#define MEDIACLIENTVIDEODISPLAY_H
-
-#include <w32std.h>
-#include <mmf/common/mmfvideosurfacecustomcommands.h>
-
-CMediaClientVideoDisplay : public CBase
-	{
-public:
-
-	static CMediaClientVideoDisplay* NewL(TInt aDisplayId);
-	
-	~CMediaClientVideoDisplay();
-	
-	CMediaClientVideoDisplay();
-	
-	void AddDisplayWindowL(const RWindowBase* aWindow, const TRect& aClipRect, const TRect& aCropRegion,
-							           const TRect& aVideoExtent, TReal32 aScaleWidth, TReal32 aScaleHeight,
-							           TVideoRotation aRotation, TAutoScaleType aAutoScaleType, 
-							           TInt aHorizPos, TInt aVertPos, RWindow* aWindow2);
-	
-	
-	void RemoveSurface();
-	
-	TInt SurfaceCreated(const TSurfaceId& aSurfaceId, const TRect& aCropRect, TVideoAspectRatio aAspectRatio, const TRect& aCropRegion);
-							
-	TInt SurfaceParametersChanged(const TSurfaceId& aSurfaceId, const TRect& aCropRect, TVideoAspectRatio aAspectRatio);
-
-	TInt RedrawWindows(const TRect& aCropRegion);
-	
-	void SetVideoExtentL(const RWindowBase& aWindow, const TRect& aVideoExtent, const TRect& aCropRegion);
-	
-	void SetAutoScaleL(TAutoScaleType aScaleType, TInt aHorizPos, TInt aVertPos, const TRect& aCropRegion);
-			
-	};
-
-#endif // MEDIACLIENTVIDEODISPLAY_H
-