photosgallery/viewframework/tvout/inc/glxhdmicontroller.h
changeset 4 57d388cc48c1
parent 0 4e91876724a2
child 9 6b87b143d312
equal deleted inserted replaced
3:9a9c174934f5 4:57d388cc48c1
    48      * @param1 - Image file path
    48      * @param1 - Image file path
    49      * @param2 - Image dimensions
    49      * @param2 - Image dimensions
    50      * @param3 - frame count
    50      * @param3 - frame count
    51      */
    51      */
    52     IMPORT_C void SetImageL(const TDesC& aImageFile,TSize aImageDimensions, 
    52     IMPORT_C void SetImageL(const TDesC& aImageFile,TSize aImageDimensions, 
    53             TInt aFrameCount);
    53             TInt aFrameCount, TBool aStore = ETrue);
    54 
    54 
    55     /*
    55     /*
    56      * To Determine it is a video and not image 
    56      * To Determine it is a video and not image 
    57      */
    57      */
    58     IMPORT_C void IsVideo();
    58     IMPORT_C void IsVideo();
   116     TInt    iFrameCount;
   116     TInt    iFrameCount;
   117 
   117 
   118     CGlxHdmiContainer*      iHdmiContainer;
   118     CGlxHdmiContainer*      iHdmiContainer;
   119     CGlxHdmiSurfaceUpdater* iSurfaceUpdater;
   119     CGlxHdmiSurfaceUpdater* iSurfaceUpdater;
   120     CGlxTv*  iGlxTvOut;
   120     CGlxTv*  iGlxTvOut;
       
   121     TBool iIsHDMIconnected;
       
   122     TBool iIsHDMIdisConnected;
   121     };
   123     };
   122 
   124 
   123 #endif /* GLXHDMICONTROLLER_H_ */
   125 #endif /* GLXHDMICONTROLLER_H_ */