photosgallery/viewframework/tvout/inc/glxtvconnectionmonitor.h
changeset 4 57d388cc48c1
parent 0 4e91876724a2
child 15 191387a8b767
equal deleted inserted replaced
3:9a9c174934f5 4:57d388cc48c1
    74      * Provides the caller with the current TV connetion state
    74      * Provides the caller with the current TV connetion state
    75      * @return The TV connection state
    75      * @return The TV connection state
    76      */
    76      */
    77     TBool IsConnected() const;
    77     TBool IsConnected() const;
    78 
    78 
       
    79     /*
       
    80      * Provides the caller with the current HDMI connetion state
       
    81      * @return The HDMI connection state
       
    82      */
       
    83     TBool IsHDMIConnected() const;
       
    84 
    79 
    85 
    80 private: // From CActive
    86 private: // From CActive
    81     /**
    87     /**
    82      * @ref CActive::RunL
    88      * @ref CActive::RunL
    83      */	
    89      */	
   110 private: // class member data
   116 private: // class member data
   111     
   117     
   112     // Not owned: TV connection observer
   118     // Not owned: TV connection observer
   113     MGlxTvConnectionObserver& iConnectionObserver;
   119     MGlxTvConnectionObserver& iConnectionObserver;
   114 
   120 
   115     // The Connection state 
   121     // TVout The Connection state 
   116     TBool iConnectionState;
   122     TBool iTvOutConnectionState;
   117     
   123     
       
   124     // TVout The Connection state 
       
   125     TBool iHDMIConnectionState;
       
   126 
   118     // The (external device) Accessory Server
   127     // The (external device) Accessory Server
   119     RAccessoryServer iTvAccServer;
   128     RAccessoryServer iTvAccServer;
   120     
   129     
   121     // Accessory mode 
   130     // Accessory mode 
   122     RAccessoryMode iTvAccMode;
   131     RAccessoryMode iTvAccMode;