videoplayback/videohelix/inc/mpxvideoplayerutility.h
branchRCL_3
changeset 16 7f2b2a65da29
parent 10 ce5ada96ab30
child 23 8f0df5c82986
equal deleted inserted replaced
14:8970fbd719ec 16:7f2b2a65da29
    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: 10 %
    18 // Version : %version: 11 %
    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();
       
   128 
   126 
   129 #endif
   127 #endif
   130 
   128 
   131     private:
   129     private:
   132 
   130