javauis/mmapi_akn/baseline/inc/cmmadisplay.h
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    58     MMMADisplayWindow* Window();
    58     MMMADisplayWindow* Window();
    59     TBool IsVisible();
    59     TBool IsVisible();
    60     TBool IsFullScreen();
    60     TBool IsFullScreen();
    61     virtual void SetForeground(TBool aIsForeground, TBool UseEventServer);
    61     virtual void SetForeground(TBool aIsForeground, TBool UseEventServer);
    62     virtual void FixUIOrientation(TBool aFix);
    62     virtual void FixUIOrientation(TBool aFix);
    63     /**
       
    64      * Allow player to free the clipping rect for
       
    65      * UI usage. required in case of RTSP live streaming player
       
    66      * stop and then start, to avoid the black screen in that time gap
       
    67      */
       
    68     virtual void RemoveClippingRegionPublic();
       
    69     
       
    70     /**
       
    71      * Allow player to get the clipping rect from
       
    72      * UI usage. required in case of RTSP live streaming player
       
    73      * start after stop, to avoid the black screen while its playing video
       
    74      */
       
    75     virtual void SetClippingRegionPublic();
       
    76 
    63 
    77     /**
    64     /**
    78      * Gets notification that there is container to draw assigned
    65      * Gets notification that there is container to draw assigned
    79      *
    66      *
    80      * @return ETrue if container have been set
    67      * @return ETrue if container have been set