videoplayback/videohelix/inc/mpxvideoplayerutility.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
child 23 8f0df5c82986
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    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