javauis/mmapi_akn/baseline/inc/mmmadisplay.h
branchRCL_3
changeset 77 7cee158cb8cd
parent 66 2455ef1f5bbc
child 83 26b2b12093af
--- a/javauis/mmapi_akn/baseline/inc/mmmadisplay.h	Tue Sep 14 21:06:50 2010 +0300
+++ b/javauis/mmapi_akn/baseline/inc/mmmadisplay.h	Wed Sep 15 12:05:25 2010 +0300
@@ -190,6 +190,20 @@
      *                If EFalse, the standard UI orientation is restored.        
      */
     virtual void FixUIOrientation(TBool aFix) = 0;
+    
+    
+    /**
+     * 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() = 0;
+    /**
+     * 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() = 0;
 };
 
 #endif // MMMADISPLAY_H