videoplayback/hbvideoplaybackview/viewinc/mpxvideoplaybackdisplayhandler.h
changeset 37 4eb2df7f7cbe
parent 34 bbb98528c666
equal deleted inserted replaced
36:8aed59de29f9 37:4eb2df7f7cbe
    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:  8 %
    18 // Version : %version:  9 %
    19 
    19 
    20 
    20 
    21 #ifndef __CMPXVIDEOPLAYBACKDISPLAYHANDLER_H__
    21 #ifndef __CMPXVIDEOPLAYBACKDISPLAYHANDLER_H__
    22 #define __CMPXVIDEOPLAYBACKDISPLAYHANDLER_H__
    22 #define __CMPXVIDEOPLAYBACKDISPLAYHANDLER_H__
    23 
    23 
    70         void HandleVideoDisplayMessageL( CMPXMessage* aMessage );
    70         void HandleVideoDisplayMessageL( CMPXMessage* aMessage );
    71 
    71 
    72         TInt SetAspectRatioL( TMPXVideoPlaybackCommand aCmd );
    72         TInt SetAspectRatioL( TMPXVideoPlaybackCommand aCmd );
    73         
    73         
    74         TInt SetDefaultAspectRatioL( QMPXVideoPlaybackViewFileDetails* aFileDetails, 
    74         TInt SetDefaultAspectRatioL( QMPXVideoPlaybackViewFileDetails* aFileDetails, 
    75                                      TReal aDisplayAspectRatio );
    75                                      TReal32 aDisplayAspectRatio );
    76 
    76 
    77         void UpdateVideoRectL( TRect aRect, TBool transitionEffect );
    77         void UpdateVideoRectL( TRect aRect, TBool transitionEffect );
    78 
    78 
    79     private:
    79     private:
    80 
    80