javauis/mmapi_akn/baseline/inc/cmmadisplay.h
branchRCL_3
changeset 77 7cee158cb8cd
parent 71 d5e927d5853b
child 83 26b2b12093af
--- a/javauis/mmapi_akn/baseline/inc/cmmadisplay.h	Tue Sep 14 21:06:50 2010 +0300
+++ b/javauis/mmapi_akn/baseline/inc/cmmadisplay.h	Wed Sep 15 12:05:25 2010 +0300
@@ -60,6 +60,19 @@
     TBool IsFullScreen();
     virtual void SetForeground(TBool aIsForeground, TBool UseEventServer);
     virtual void FixUIOrientation(TBool aFix);
+    /**
+     * Allow player to free the clipping rect for
+     * UI usage. required in case of RTSP live streaming player
+     * stop and then start, to avoid the black screen in that time gap
+     */
+    virtual void RemoveClippingRegionPublic();
+    
+    /**
+     * Allow player to get the clipping rect from
+     * UI usage. required in case of RTSP live streaming player
+     * start after stop, to avoid the black screen while its playing video
+     */
+    virtual void SetClippingRegionPublic();
 
     /**
      * Gets notification that there is container to draw assigned