--- a/videoplayback/videohelix/inc/mpxvideoplayerutility.h Thu Jul 15 18:41:27 2010 +0300
+++ b/videoplayback/videohelix/inc/mpxvideoplayerutility.h Thu Aug 19 09:57:17 2010 +0300
@@ -15,7 +15,8 @@
*
*/
-// Version : %version: 13 %
+
+// Version : %version: 14 %
#ifndef __MPXVIDEOPLAYERUTILITY__
@@ -103,16 +104,16 @@
void SetPlayVelocityL( TInt aVelocity );
void GetVideoLoadingProgressL( TInt& aPercentageProgress );
-
+
void GetFrameL();
//
// MMMFControllerEventMonitorObserver Implementation
//
void HandleEvent( const TMMFEvent& aEvent );
-
+
CFbsBitmap& GetBitmap();
-
+
void RunL();
void DoCancel();
@@ -124,7 +125,8 @@
TInt VideoSurfaceCreated();
TInt SurfaceParametersChanged();
- TInt RemoveSurface();
+ void RemoveSurface();
+ TInt RemoveSurfaceFromHelix( TSurfaceId aSurfaceId );
void SendSurfaceCommandL( TInt aCmd );
@@ -168,7 +170,7 @@
CMMFControllerEventMonitor* iControllerEventMonitor;
TBool iDirectScreenAccessAbort;
-
+
CFbsBitmap* iPosterFrameBitmap;
};