imagingandcamerafws/camerafw/Include/ecamimageprocessingdef.h
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file	
       
    18  @internalTechnology
       
    19  @released
       
    20 */
       
    21 #ifndef  ECAMIMAGEPROCESSING_DEF_H
       
    22 #define  ECAMIMAGEPROCESSING_DEF_H
       
    23 
       
    24 /** Contrast Enhancement
       
    25 
       
    26 This uid value is available from the 'supported' or 'getter' methods only to the API clients using CCamera::New2L() or 
       
    27 CCamera::NewDuplicate2L().
       
    28 
       
    29 @internalTechnology
       
    30 */
       
    31 static const TUid  KUidECamEventCIPAdjustContrastEnhancement 		= {KUidECamEventCIPAdjustContrastEnhancementUidValue};
       
    32 /** Software based Red Eye Reduction
       
    33 
       
    34 This uid value is available from the 'supported' or 'getter' methods only to the API clients using CCamera::New2L() or 
       
    35 CCamera::NewDuplicate2L()
       
    36 
       
    37 @internalTechnology
       
    38 */
       
    39 static const TUid  KUidECamEventCIPAdjustRedEyeReduction 		    = {KUidECamEventCIPAdjustRedEyeReductionUidValue};
       
    40 
       
    41 /**
       
    42 Image distortion correction.
       
    43 
       
    44 This uid value is available from the 'supported' or 'getter' methods only to the API clients using CCamera::New2L() or 
       
    45 CCamera::NewDuplicate2L()
       
    46 
       
    47 @internalTechnology
       
    48 */
       
    49 static const TUid KUidECamEventCIPImageDistortionCorrection         = {KUidECamEventCIPImageDistortionCorrectionUidValue};
       
    50 
       
    51 
       
    52 #endif//ECAMIMAGEPROCESSING_DEF_H
       
    53 
       
    54 
       
    55