videoplayback/videohelix/tsrc/ut_videohelixtest/inc/mpxvideoaccessoryobserver_stub.h
branchRCL_3
changeset 12 7f2b2a65da29
parent 8 ce5ada96ab30
equal deleted inserted replaced
11:8970fbd719ec 12:7f2b2a65da29
    13 *
    13 *
    14 * Description:   This class observes the accessory framework.
    14 * Description:   This class observes the accessory framework.
    15  *
    15  *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 4 %
    18 // Version : %version: 5 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef MPXVIDEOACCESSORYOBSERVER_H
    22 #ifndef MPXVIDEOACCESSORYOBSERVER_H
    23 #define MPXVIDEOACCESSORYOBSERVER_H
    23 #define MPXVIDEOACCESSORYOBSERVER_H
    72         TBool IsTvOutPlaybackAllowed();
    72         TBool IsTvOutPlaybackAllowed();
    73 
    73 
    74         void UpdateTvOutStatusL( TBool aTvOutConnected );
    74         void UpdateTvOutStatusL( TBool aTvOutConnected );
    75         void SetTvOutConnected( TBool aConnected );
    75         void SetTvOutConnected( TBool aConnected );
    76         void SetTvOutPlaybackAllowed( TBool aAllowed );
    76         void SetTvOutPlaybackAllowed( TBool aAllowed );
    77         void SetTvOutHDMI( TBool aTvOutHDMI );
       
    78 
    77 
    79     private:
    78     private:
    80 
    79 
    81         /*
    80         /*
    82          *  C++ default constructor.
    81          *  C++ default constructor.
    93     private:
    92     private:
    94 
    93 
    95         CMPXVideoPlaybackController*        iController;
    94         CMPXVideoPlaybackController*        iController;
    96         TBool                               iTvOutConnected;
    95         TBool                               iTvOutConnected;
    97         TBool                               iTvOutPlaybackAllowed;
    96         TBool                               iTvOutPlaybackAllowed;
    98         TBool                               iTvOutHDMI;
       
    99 };
    97 };
   100 
    98 
   101 #endif  //  MPXVIDEOACCESSORYOBSERVER_H
    99 #endif  //  MPXVIDEOACCESSORYOBSERVER_H
   102 
   100 
   103 // End of File
   101 // End of File