photosgallery/viewframework/tvout/inc/glxhdmicontroller.h
branchRCL_3
changeset 14 ce1c7ad1f18b
parent 13 71da52165949
child 18 bcb43dc84c44
equal deleted inserted replaced
13:71da52165949 14:ce1c7ad1f18b
    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 = 1, TBool aStore = ETrue);
    53             TInt aFrameCount = 1, TBool aStore = ETrue);
    54 
    54 
    55     /*
    55     /*
    56      * To Determine it is a video and not image 
    56      * To intimate that the item is not supported.  
    57      */
    57      */
    58     IMPORT_C void IsVideo();
    58     IMPORT_C void ItemNotSupported();
    59     
    59     
    60     /*
    60     /*
    61      * Activating zoom in posting mode 
    61      * Activating zoom in posting mode 
    62      */
    62      */
    63     IMPORT_C void ActivateZoom();
    63     IMPORT_C void ActivateZoom(TBool aAutoZoomOut);
    64     /*
    64     /*
    65      * Deactivating zoom in posting mode 
    65      * Deactivating zoom in posting mode 
    66      */
    66      */
    67     IMPORT_C void DeactivateZoom();
    67     IMPORT_C void DeactivateZoom();
    68     
    68     
    73     
    73     
    74     /*
    74     /*
    75      * ShiftToPostingMode
    75      * ShiftToPostingMode
    76      */
    76      */
    77     IMPORT_C void ShiftToPostingMode();
    77     IMPORT_C void ShiftToPostingMode();
       
    78 
       
    79     /*
       
    80      * Tells if HDMi is Connected.
       
    81      */
       
    82     IMPORT_C TBool IsHDMIConnected();
    78 
    83 
    79 private:// From MGlxTvObserver
    84 private:// From MGlxTvObserver
    80     virtual void HandleTvStatusChangedL ( TTvChangeType aChangeType );
    85     virtual void HandleTvStatusChangedL ( TTvChangeType aChangeType );
    81 
    86 
    82 private:
    87 private: