videoplayback/inc/mpxvideobaseplaybackview.h
branchRCL_3
changeset 11 5294c000a26d
parent 10 ce5ada96ab30
child 14 8970fbd719ec
--- a/videoplayback/inc/mpxvideobaseplaybackview.h	Fri Mar 12 15:43:00 2010 +0200
+++ b/videoplayback/inc/mpxvideobaseplaybackview.h	Mon Mar 15 12:40:47 2010 +0200
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: 17 %
+// Version : %version: 18 %
 
 
 // This file defines the API for VideoBasePlaybackView.dll
@@ -204,6 +204,11 @@
 
         inline void HandleOpenL( const CMPXCollectionPlaylist& /*aPlaylist*/, TInt /*aError*/ ) {}
 
+        /*
+         *  Handle actions when the surface is being removed
+         */
+        void RemoveBackgroundSurfaceL();
+
     public:
         /**
         * Set property
@@ -342,6 +347,8 @@
         TInt OpenDrmFileHandleL( RFile& aFile );
         void LaunchDRMDetailsL();
 
+        void HandleRealOneBitmapTimeoutL();
+
 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
         TInt OpenDrmFileHandle64L( RFile64& aFile );
 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
@@ -366,6 +373,7 @@
         TBool                               iPlaylistView;
         TBool                               iCollectionMediaRequested;
         TBool                               iPdlReloading;
+        TBool                               iRealOneDelayedPlay;
 
         HBufC*                              iClipName;
 };