photosgallery/viewframework/tvout/inc/glxhdmicontroller.h
changeset 4 57d388cc48c1
parent 0 4e91876724a2
child 9 6b87b143d312
--- a/photosgallery/viewframework/tvout/inc/glxhdmicontroller.h	Tue Jan 26 11:58:28 2010 +0200
+++ b/photosgallery/viewframework/tvout/inc/glxhdmicontroller.h	Tue Feb 02 00:10:37 2010 +0200
@@ -50,7 +50,7 @@
      * @param3 - frame count
      */
     IMPORT_C void SetImageL(const TDesC& aImageFile,TSize aImageDimensions, 
-            TInt aFrameCount);
+            TInt aFrameCount, TBool aStore = ETrue);
 
     /*
      * To Determine it is a video and not image 
@@ -118,6 +118,8 @@
     CGlxHdmiContainer*      iHdmiContainer;
     CGlxHdmiSurfaceUpdater* iSurfaceUpdater;
     CGlxTv*  iGlxTvOut;
+    TBool iIsHDMIconnected;
+    TBool iIsHDMIdisConnected;
     };
 
 #endif /* GLXHDMICONTROLLER_H_ */