photosgallery/viewframework/tvout/inc/glxhdmicontroller.h
branchRCL_3
changeset 12 ce1c7ad1f18b
parent 11 71da52165949
child 13 bcb43dc84c44
--- a/photosgallery/viewframework/tvout/inc/glxhdmicontroller.h	Fri Mar 12 15:42:44 2010 +0200
+++ b/photosgallery/viewframework/tvout/inc/glxhdmicontroller.h	Mon Mar 15 12:40:30 2010 +0200
@@ -53,14 +53,14 @@
             TInt aFrameCount = 1, TBool aStore = ETrue);
 
     /*
-     * To Determine it is a video and not image 
+     * To intimate that the item is not supported.  
      */
-    IMPORT_C void IsVideo();
+    IMPORT_C void ItemNotSupported();
     
     /*
      * Activating zoom in posting mode 
      */
-    IMPORT_C void ActivateZoom();
+    IMPORT_C void ActivateZoom(TBool aAutoZoomOut);
     /*
      * Deactivating zoom in posting mode 
      */
@@ -76,6 +76,11 @@
      */
     IMPORT_C void ShiftToPostingMode();
 
+    /*
+     * Tells if HDMi is Connected.
+     */
+    IMPORT_C TBool IsHDMIConnected();
+
 private:// From MGlxTvObserver
     virtual void HandleTvStatusChangedL ( TTvChangeType aChangeType );