videoplayback/videoplaybackview/tsrc/testvideodisplayhandler/stub/inc/mpxvideoviewwrapper.h
--- a/videoplayback/videoplaybackview/tsrc/testvideodisplayhandler/stub/inc/mpxvideoviewwrapper.h Mon Sep 20 18:25:37 2010 +0300
+++ b/videoplayback/videoplaybackview/tsrc/testvideodisplayhandler/stub/inc/mpxvideoviewwrapper.h Tue Oct 05 09:26:49 2010 +0300
@@ -15,7 +15,7 @@
*
*/
-// Version : %version: 4 %
+// Version : %version: 6 %
@@ -30,8 +30,6 @@
#include <e32std.h> // TBuf
-#include "videoplaybackcontrol.hrh"
-
// Constants
// Forward Declarations
@@ -74,6 +72,8 @@
void SurfacedAttached( TBool aAttached );
+ void SetDefaultAspectRatio( int aspectRatio );
+
public: // data
VideoBasePlaybackView* iView;
@@ -82,6 +82,7 @@
TBool iClosePlayerAO;
TBool iForeground;
TBool iAttatched;
+ TInt iAspectRatio;
};
#endif // __MPXVIDEOVIEWWRAPPER_H__