--- a/videoplayback/inc/mpxvideoplaybackcontrolscontroller.h Thu Jul 15 18:41:27 2010 +0300
+++ b/videoplayback/inc/mpxvideoplaybackcontrolscontroller.h Thu Aug 19 09:57:17 2010 +0300
@@ -16,7 +16,7 @@
*/
-// Version : %version: 18 %
+// Version : %version: 20 %
#ifndef MPXVIDEOPLAYBACKCONTROLSCONTROLLER_H_
@@ -137,14 +137,6 @@
inline TBool IsRealMediaFormat();
- /**
- * Check aspect ratio icon
- * In case that Clip's AR is equals to Screen Display AR, also hide AR icon.
- *
- * @return ETrue in case that clip's AspectRatioIcon can be shown
- */
- TBool ShowAspectRatioIcon();
-
private:
/**
* Create controls
@@ -175,7 +167,7 @@
/**
* Create/delete controls based on updated control list
*/
- void ControlsListUpdatedL();
+ void ControlsListUpdatedL( TBool aUpdateVisibility = ETrue );
/**
* Create fake softkeyL
@@ -236,6 +228,11 @@
TBool IsVisible();
/**
+ * Return ETrue if real one bitmap is visible
+ */
+ TBool IsRealOneBitmapVisible();
+
+ /**
* Append a control based on control index
*/
void AppendControlL( TMPXVideoPlaybackControls aControlIndex );
@@ -312,7 +309,9 @@
/**
* Handle tvout connected/disconnected event
*/
- void HandleTvOutEventL( TBool aConnected, TMPXVideoPlaybackControlCommandIds aEvent );
+ void HandleTvOutEventL( TBool aConnected,
+ TMPXVideoPlaybackControlCommandIds aEvent,
+ TBool aShowArIcon );
/**
* Handle softkey pressed event
*/