videoplayback/inc/mpxvideoplaybackdisplayhandler.h
branchRCL_3
changeset 10 112a725ff2c2
parent 9 5294c000a26d
child 12 7f2b2a65da29
equal deleted inserted replaced
9:5294c000a26d 10:112a725ff2c2
    14 * Description:   Implementation of video playback display handler
    14 * Description:   Implementation of video playback display handler
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // Version : %version: 8 %
    19 // Version : %version: 9 %
    20 
    20 
    21 
    21 
    22 #ifndef __CMPXVIDEOPLAYBACKDISPLAYHANDLER_H__
    22 #ifndef __CMPXVIDEOPLAYBACKDISPLAYHANDLER_H__
    23 #define __CMPXVIDEOPLAYBACKDISPLAYHANDLER_H__
    23 #define __CMPXVIDEOPLAYBACKDISPLAYHANDLER_H__
    24 
    24 
    69 
    69 
    70         void HandleVideoDisplaySyncMessageL( CMPXMessage* aMessage );
    70         void HandleVideoDisplaySyncMessageL( CMPXMessage* aMessage );
    71 
    71 
    72         TInt SetAspectRatioL( TMPXVideoPlaybackCommand aCmd );
    72         TInt SetAspectRatioL( TMPXVideoPlaybackCommand aCmd );
    73 
    73 
    74         TInt SetDefaultAspectRatioL( CMPXVideoPlaybackViewFileDetails* aFileDetails,
    74         TInt SetDefaultAspectRatioL( CMPXVideoPlaybackViewFileDetails* aFileDetails );
    75                                      TReal aDisplayAspectRatio );
    75 
       
    76         void DoHandleRealOneBitmapTimeoutL();
    76 
    77 
    77     private:
    78     private:
    78 
    79 
    79         CMPXVideoPlaybackDisplayHandler( MMPXPlaybackUtility* aPlayUtil,
    80         CMPXVideoPlaybackDisplayHandler( MMPXPlaybackUtility* aPlayUtil,
    80                                          CMPXVideoPlaybackContainer* aContainer );
    81                                          CMPXVideoPlaybackContainer* aContainer );