tvout/tvoutengine/inc/glxtvconnectionmonitor.h
changeset 36 6481344a6d67
parent 33 1ee2af37811f
child 52 a3a4c0de738e
equal deleted inserted replaced
33:1ee2af37811f 36:6481344a6d67
    82      * Provides the caller with the current HDMI connetion state
    82      * Provides the caller with the current HDMI connetion state
    83      * @return The HDMI connection state
    83      * @return The HDMI connection state
    84      */
    84      */
    85     TBool IsHDMIConnected() const;
    85     TBool IsHDMIConnected() const;
    86 
    86 
    87 
       
    88 private: // From CActive
    87 private: // From CActive
    89     /**
    88     /**
    90      * @ref CActive::RunL
    89      * @ref CActive::RunL
    91      */
    90      */
    92 	void RunL();
    91 	void RunL();
   128     TBool iIsTvOutConnected;
   127     TBool iIsTvOutConnected;
   129 
   128 
   130     // TVout The Connection state
   129     // TVout The Connection state
   131     TBool iIsHDMIConnected;
   130     TBool iIsHDMIConnected;
   132 
   131 
       
   132     // Headset The Connection state
       
   133     TBool iIsHeadSetConnected;
       
   134 
   133     // The (external device) Accessory Server
   135     // The (external device) Accessory Server
   134     RAccessoryServer iTvAccServer;
   136     RAccessoryServer iTvAccServer;
   135 
   137 
   136     // Accessory mode
   138     // Accessory mode
   137     RAccessoryMode iTvAccMode;
   139     RAccessoryMode iTvAccMode;