videoplayback/inc/mpxvideobaseplaybackview.h
branchRCL_3
changeset 18 baf439b22ddd
parent 16 67eb01668b0e
child 20 2d690156cf8f
equal deleted inserted replaced
16:67eb01668b0e 18:baf439b22ddd
    14 * Description:  MPX Video base playback view
    14 * Description:  MPX Video base playback view
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // Version : %version: 23 %
    19 // Version : %version: 24 %
    20 
    20 
    21 
    21 
    22 // This file defines the API for VideoBasePlaybackView.dll
    22 // This file defines the API for VideoBasePlaybackView.dll
    23 
    23 
    24 #ifndef __VIDEOBASEPLAYBACKVIEW_H__
    24 #ifndef __VIDEOBASEPLAYBACKVIEW_H__
   307         */
   307         */
   308         void DoHandleErrorPlaybackMessageL( TInt aError );
   308         void DoHandleErrorPlaybackMessageL( TInt aError );
   309 
   309 
   310         void SetDisplayWindowL();
   310         void SetDisplayWindowL();
   311 
   311 
   312         void CreateGeneralPlaybackCommandL( TMPXPlaybackCommand aCmd );
   312         void CreateGeneralPlaybackCommandL( TMPXPlaybackCommand aCmd, TBool aDoSync = ETrue );
   313 
   313 
   314         void SetVideoRectL();
   314         void SetVideoRectL();
   315 
   315 
   316         void DisplayFileDetailsDialogL();
   316         void DisplayFileDetailsDialogL();
   317 
   317 
   385         TBool                               iPdlReloading;
   385         TBool                               iPdlReloading;
   386         TBool                               iRealOneDelayedPlay;
   386         TBool                               iRealOneDelayedPlay;
   387         TBool                               iKeyboardInFocus;
   387         TBool                               iKeyboardInFocus;
   388 
   388 
   389         HBufC*                              iClipName;
   389         HBufC*                              iClipName;
       
   390         
       
   391         TBool                               iSyncClose;
   390 };
   392 };
   391 
   393 
   392 #endif  // __VIDEOBASEPLAYBACKVIEW_H__
   394 #endif  // __VIDEOBASEPLAYBACKVIEW_H__
   393 
   395 
   394 // EOF
   396 // EOF