tvout/tvoutengine/inc/glxhdmicontroller.h
changeset 40 112f0ac2d1f0
parent 26 c499df2dbb33
child 33 1ee2af37811f
equal deleted inserted replaced
26:c499df2dbb33 40:112f0ac2d1f0
    18 #ifndef GLXHDMICONTROLLER_H_
    18 #ifndef GLXHDMICONTROLLER_H_
    19 #define GLXHDMICONTROLLER_H_
    19 #define GLXHDMICONTROLLER_H_
    20 
    20 
    21 // Internal includes
    21 // Internal includes
    22 #include <mglxtvobserver.h>     // for inteface MGlxTvObserver
    22 #include <mglxtvobserver.h>     // for inteface MGlxTvObserver
    23 #include <fbs.h>
       
    24 
    23 
    25 class CGlxHdmiContainer;
    24 class CGlxHdmiContainer;
    26 class CGlxHdmiSurfaceUpdater;
    25 class CGlxHdmiSurfaceUpdater;
    27 class CGlxTv;
    26 class CGlxTv;
    28 
    27 
   126     HBufC*  iStoredImagePath;
   125     HBufC*  iStoredImagePath;
   127     
   126     
   128     CGlxHdmiContainer*      iHdmiContainer;
   127     CGlxHdmiContainer*      iHdmiContainer;
   129     CGlxHdmiSurfaceUpdater* iSurfaceUpdater;
   128     CGlxHdmiSurfaceUpdater* iSurfaceUpdater;
   130     CGlxTv*  iGlxTvOut;
   129     CGlxTv*  iGlxTvOut;
   131     TBool iIsImageSupported;
   130     TBool   iIsImageSupported;          // Flag to see if Image is supported
       
   131     TBool   iIsPostingMode;             // Flag for determining if the image needs to be in posting mode
   132     };
   132     };
   133 
   133 
   134 #endif /* GLXHDMICONTROLLER_H_ */
   134 #endif /* GLXHDMICONTROLLER_H_ */