Update contrib.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
21 #ifndef ECAMIMAGEPROCESSING_DEF_H
22 #define ECAMIMAGEPROCESSING_DEF_H
24 /** Contrast Enhancement
26 This uid value is available from the 'supported' or 'getter' methods only to the API clients using CCamera::New2L() or
27 CCamera::NewDuplicate2L().
31 static const TUid KUidECamEventCIPAdjustContrastEnhancement = {KUidECamEventCIPAdjustContrastEnhancementUidValue};
32 /** Software based Red Eye Reduction
34 This uid value is available from the 'supported' or 'getter' methods only to the API clients using CCamera::New2L() or
35 CCamera::NewDuplicate2L()
39 static const TUid KUidECamEventCIPAdjustRedEyeReduction = {KUidECamEventCIPAdjustRedEyeReductionUidValue};
42 Image distortion correction.
44 This uid value is available from the 'supported' or 'getter' methods only to the API clients using CCamera::New2L() or
45 CCamera::NewDuplicate2L()
49 static const TUid KUidECamEventCIPImageDistortionCorrection = {KUidECamEventCIPImageDistortionCorrectionUidValue};
52 #endif//ECAMIMAGEPROCESSING_DEF_H