videoplayback/hbvideoplaybackview/tsrc/testmpxvideoviewwrapper/stub/inc/mpxvideoplaybackdisplayhandler.h
changeset 20 b9e04db066d4
parent 15 cf5481c2bc0b
child 28 c48470be1ba7
equal deleted inserted replaced
17:69946d1824c4 20:b9e04db066d4
    13 *
    13 *
    14 * Description:   Implementation of video playback display handler
    14 * Description:   Implementation of video playback display handler
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  3 %
    18 // Version : %version:  4 %
    19 
    19 
    20 
    20 
    21 #ifndef __CMPXVIDEOPLAYBACKDISPLAYHANDLER_H__
    21 #ifndef __CMPXVIDEOPLAYBACKDISPLAYHANDLER_H__
    22 #define __CMPXVIDEOPLAYBACKDISPLAYHANDLER_H__
    22 #define __CMPXVIDEOPLAYBACKDISPLAYHANDLER_H__
    23 
    23 
    76         void HandleVideoDisplayMessageL( CMPXMessage* aMessage );
    76         void HandleVideoDisplayMessageL( CMPXMessage* aMessage );
    77 
    77 
    78         TInt SetAspectRatioL( TMPXVideoPlaybackCommand aCmd );
    78         TInt SetAspectRatioL( TMPXVideoPlaybackCommand aCmd );
    79         
    79         
    80         TInt SetDefaultAspectRatioL( QMPXVideoPlaybackViewFileDetails* aFileDetails, 
    80         TInt SetDefaultAspectRatioL( QMPXVideoPlaybackViewFileDetails* aFileDetails, 
    81                                      TReal aDisplayAspectRatio );
    81                                      TReal32 aDisplayAspectRatio );
    82 
    82 
    83         void UpdateVideoRectL(  TRect aRect, TBool transitionEffect  );
    83         void UpdateVideoRectL(  TRect aRect, TBool transitionEffect  );
    84 
    84 
    85     private:
    85     private:
    86 
    86