camerauis/cameraapp/generic/inc/CamAppController.h
branchRCL_3
changeset 12 8c55c525d5d7
parent 11 792dfc98fb3b
child 20 38fb6f7eacd5
equal deleted inserted replaced
11:792dfc98fb3b 12:8c55c525d5d7
  1953     * image orientation type.
  1953     * image orientation type.
  1954     * @param aSensorOrientation Orientation Sensor device orientation value.
  1954     * @param aSensorOrientation Orientation Sensor device orientation value.
  1955     * @return Camera orientation value.
  1955     * @return Camera orientation value.
  1956     */
  1956     */
  1957     static TCamImageOrientation MapSensorOrientatio2CamOrientation( 
  1957     static TCamImageOrientation MapSensorOrientatio2CamOrientation( 
  1958         const TSensrvOrientationData::TSensrvDeviceOrientation& aSensorOrientation, TCamImageOrientation aLastImageOrientation);
  1958         const TSensrvOrientationData::TSensrvDeviceOrientation& aSensorOrientation, 
       
  1959         TCamImageOrientation aLastImageOrientation, 
       
  1960         TCamActiveCamera aActiveCamera );
  1959         
  1961         
  1960     /**
  1962     /**
  1961     * Mapping from camera orientation data type to bitmap orientation type.
  1963     * Mapping from camera orientation data type to bitmap orientation type.
  1962     * @param camera orientation value.
  1964     * @param camera orientation value.
  1963     * @return CBitmapRotator::TRotationAngle.
  1965     * @return CBitmapRotator::TRotationAngle.
  2160 		* @param aStorage TCamMediaStorage enum specifying the type of storage;
  2162 		* @param aStorage TCamMediaStorage enum specifying the type of storage;
  2161 		*	 default=ECamMediaStorageCurrent
  2163 		*	 default=ECamMediaStorageCurrent
  2162 		* @return remaining time
  2164 		* @return remaining time
  2163 		*/       
  2165 		*/       
  2164 		TTimeIntervalMicroSeconds 
  2166 		TTimeIntervalMicroSeconds 
  2165 			CalculateVideoTimeRemainingL(const TCamMediaStorage 
  2167 			CalculateVideoTimeRemainingL( TCamMediaStorage 
  2166 										aStorage = ECamMediaStorageCurrent);
  2168 										aStorage = ECamMediaStorageCurrent);
  2167         /**
  2169         /**
  2168         * Sets orientation of the application to CCamera
  2170         * Sets orientation of the application to CCamera
  2169         * 
  2171         * 
  2170         */
  2172         */
  2198  
  2200  
  2199         /**
  2201         /**
  2200          * Toggles between highest 16:9 and 4:3 quality levels.
  2202          * Toggles between highest 16:9 and 4:3 quality levels.
  2201          */
  2203          */
  2202         TBool ToggleWideScreenQuality( TBool aWide );             
  2204         TBool ToggleWideScreenQuality( TBool aWide );             
       
  2205 
       
  2206         /**
       
  2207          * Returns the value of iSaveStarted
       
  2208          */
       
  2209         TBool IsSaveStarted();
       
  2210         
  2203   private:
  2211   private:
  2204 
  2212 
  2205     // -----------------------------------------------------
  2213     // -----------------------------------------------------
  2206     // Construction parts
  2214     // Construction parts
  2207 
  2215