videoplayback/inc/mpxvideobaseplaybackview.h
branchRCL_3
changeset 18 baf439b22ddd
parent 16 67eb01668b0e
child 20 2d690156cf8f
--- a/videoplayback/inc/mpxvideobaseplaybackview.h	Wed Jun 09 09:44:23 2010 +0300
+++ b/videoplayback/inc/mpxvideobaseplaybackview.h	Mon Jun 21 15:43:03 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 
-// Version : %version: 23 %
+// Version : %version: 24 %
 
 
 // This file defines the API for VideoBasePlaybackView.dll
@@ -309,7 +309,7 @@
 
         void SetDisplayWindowL();
 
-        void CreateGeneralPlaybackCommandL( TMPXPlaybackCommand aCmd );
+        void CreateGeneralPlaybackCommandL( TMPXPlaybackCommand aCmd, TBool aDoSync = ETrue );
 
         void SetVideoRectL();
 
@@ -387,6 +387,8 @@
         TBool                               iKeyboardInFocus;
 
         HBufC*                              iClipName;
+        
+        TBool                               iSyncClose;
 };
 
 #endif  // __VIDEOBASEPLAYBACKVIEW_H__