camerauis/cameraapp/generic/inc/CamVideoPreCaptureView.h
branchRCL_3
changeset 31 8f559c47d7fd
parent 0 1ddebce53859
equal deleted inserted replaced
27:53c8aa5d97a3 31:8f559c47d7fd
    24 
    24 
    25 // FORWARD DECLARATIONS
    25 // FORWARD DECLARATIONS
    26 class CAknButton;
    26 class CAknButton;
    27 class MAknsSkinInstance;
    27 class MAknsSkinInstance;
    28 class TAknsItemID;
    28 class TAknsItemID;
       
    29 class CCamTimer;
    29 
    30 
    30 // CLASS DECLARATION
    31 // CLASS DECLARATION
    31 
    32 
    32 /**
    33 /**
    33 *  View class for video capture 
    34 *  View class for video capture 
   123 		/**
   124 		/**
   124         * From CCamViewBase
   125         * From CCamViewBase
   125         * Update the softkeys for the current situation.
   126         * Update the softkeys for the current situation.
   126         * @since 2.8
   127         * @since 2.8
   127         */
   128         */
   128         void UpdateCbaL();  
   129         void UpdateCbaL();
       
   130 		
       
   131 		/*
       
   132 		* Hdmi Timer callback
       
   133 		*/        
       
   134         static TInt HdmiTimerCallback( TAny* aSelf );
       
   135 
       
   136 		/*
       
   137 		* Hdmi Timer callback handler
       
   138 		*/        
       
   139         void DoHdmiTimerCallbackL();
       
   140     
       
   141   
   129 
   142 
   130     protected:  // Functions from base classes
   143     protected:  // Functions from base classes
   131   
   144   
   132         /**
   145         /**
   133         * From CCamPreCaptureViewBase 
   146         * From CCamPreCaptureViewBase 
   257     private:
   270     private:
   258         // Whether audio is enabled for video
   271         // Whether audio is enabled for video
   259         // Have mute/unmute option in embedded video menu
   272         // Have mute/unmute option in embedded video menu
   260         TInt iAudioEnabled;
   273         TInt iAudioEnabled;
   261         
   274         
       
   275     	CCamTimer* iHdmiTimer;
   262     };
   276     };
   263 
   277 
   264 #endif      // CAMVIDEOPRECAPTUREVIEW_H 
   278 #endif      // CAMVIDEOPRECAPTUREVIEW_H 
   265 
   279 
   266 // End of File
   280 // End of File