javauis/mmapi_akn/baseline/inc/mmmadisplay.h
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
   188      *
   188      *
   189      * @param aFix If ETrue, the UI orientation will be fixed.
   189      * @param aFix If ETrue, the UI orientation will be fixed.
   190      *                If EFalse, the standard UI orientation is restored.        
   190      *                If EFalse, the standard UI orientation is restored.        
   191      */
   191      */
   192     virtual void FixUIOrientation(TBool aFix) = 0;
   192     virtual void FixUIOrientation(TBool aFix) = 0;
   193     
       
   194     
       
   195     /**
       
   196      * Allow player to free the clipping rect for
       
   197      * UI usage. required in case of RTSP live streaming player
       
   198      * stop and then start, to avoid the black screen in that time gap
       
   199      */
       
   200     virtual void RemoveClippingRegionPublic() = 0;
       
   201     /**
       
   202      * Allow player to get the clipping rect from
       
   203      * UI usage. required in case of RTSP live streaming player
       
   204      * start after stop, to avoid the black screen while its playing video
       
   205      */
       
   206     virtual void SetClippingRegionPublic() = 0;
       
   207 };
   193 };
   208 
   194 
   209 #endif // MMMADISPLAY_H
   195 #endif // MMMADISPLAY_H