First public contribution.
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_CONST_H
22 #define ECAMIMAGEPROCESSING_CONST_H
23 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
24 #include <ecamadvsettingsuidsconst.hrh>
27 /** Relative Orientation
29 This uid value is available from the 'supported' or 'getter' methods only to the API clients using CCamera::New2L() or
30 CCamera::NewDuplicate2L().
35 static const TUid KUidECamEventImageProcessingTransformRelativeOrientation = {KUidECamEventImageProcessingTransformRelativeOrientationUidValue};
38 Uid used to notify that the current picture orientation is unachievable after setting the relative custom orientation.
40 @see CCamera::CCameraImageProcessing::SetRelativeCustomOrientationL(TOrientationReference aOrientationReference,
41 TRelativeCustomOrientation aRelativeCustomOrientation);
46 static const TUid KUidECamEventPictureOrientationUnachievable = {KUidECamEventPictureOrientationUnachievableUidValue};
48 #endif//ECAMIMAGEPROCESSING_CONST_H