videoplayback/videohelix/tsrc/ut_videohelixtest/inc/mpxvideoaccessoryobserver_stub.h
branchRCL_3
changeset 8 ce5ada96ab30
parent 0 96612d01cf9f
child 12 7f2b2a65da29
equal deleted inserted replaced
6:7d91903f795f 8:ce5ada96ab30
    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: 3 %
    18 // Version : %version: 4 %
    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 );
    77 
    78 
    78     private:
    79     private:
    79 
    80 
    80         /*
    81         /*
    81          *  C++ default constructor.
    82          *  C++ default constructor.
    92     private:
    93     private:
    93 
    94 
    94         CMPXVideoPlaybackController*        iController;
    95         CMPXVideoPlaybackController*        iController;
    95         TBool                               iTvOutConnected;
    96         TBool                               iTvOutConnected;
    96         TBool                               iTvOutPlaybackAllowed;
    97         TBool                               iTvOutPlaybackAllowed;
       
    98         TBool                               iTvOutHDMI;
    97 };
    99 };
    98 
   100 
    99 #endif  //  MPXVIDEOACCESSORYOBSERVER_H
   101 #endif  //  MPXVIDEOACCESSORYOBSERVER_H
   100 
   102 
   101 // End of File
   103 // End of File