videoplayback/videohelix/inc/mpxvideoplayerutility.h
branchRCL_3
changeset 8 ce5ada96ab30
parent 1 6711b85517b7
child 12 7f2b2a65da29
equal deleted inserted replaced
6:7d91903f795f 8:ce5ada96ab30
    13 *
    13 *
    14 * Description:  This class is the interface between the playback plugin and RMMFController
    14 * Description:  This class is the interface between the playback plugin and RMMFController
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 9 %
    18 // Version : %version: 10 %
    19 
    19 
    20 
    20 
    21 #ifndef __MPXVIDEOPLAYERUTILITY__
    21 #ifndef __MPXVIDEOPLAYERUTILITY__
    22 #define __MPXVIDEOPLAYERUTILITY__
    22 #define __MPXVIDEOPLAYERUTILITY__
    23 
    23 
   121 
   121 
   122         void SendSurfaceCommandL( TInt aCmd,
   122         void SendSurfaceCommandL( TInt aCmd,
   123                                   const TSurfaceId& aSurfaceId,
   123                                   const TSurfaceId& aSurfaceId,
   124                                   const TRect& aCropRect,
   124                                   const TRect& aCropRect,
   125                                   TVideoAspectRatio aAspectRatio );
   125                                   TVideoAspectRatio aAspectRatio );
       
   126         
       
   127         void SurfaceRemovedFromView();
   126 
   128 
   127 #endif
   129 #endif
   128 
   130 
   129     private:
   131     private:
   130 
   132