equal
deleted
inserted
replaced
|
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 @publishedPartner |
|
19 @released |
|
20 */ |
|
21 #ifndef ECAMIMAGEPROCESSING_CONST_H |
|
22 #define ECAMIMAGEPROCESSING_CONST_H |
|
23 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
24 #include <ecamadvsettingsuidsconst.hrh> |
|
25 #endif |
|
26 |
|
27 /** Relative Orientation |
|
28 |
|
29 This uid value is available from the 'supported' or 'getter' methods only to the API clients using CCamera::New2L() or |
|
30 CCamera::NewDuplicate2L(). |
|
31 |
|
32 @publishedPartner |
|
33 @prototype |
|
34 */ |
|
35 static const TUid KUidECamEventImageProcessingTransformRelativeOrientation = {KUidECamEventImageProcessingTransformRelativeOrientationUidValue}; |
|
36 |
|
37 /** |
|
38 Uid used to notify that the current picture orientation is unachievable after setting the relative custom orientation. |
|
39 |
|
40 @see CCamera::CCameraImageProcessing::SetRelativeCustomOrientationL(TOrientationReference aOrientationReference, |
|
41 TRelativeCustomOrientation aRelativeCustomOrientation); |
|
42 |
|
43 @publishedPartner |
|
44 @prototype |
|
45 */ |
|
46 static const TUid KUidECamEventPictureOrientationUnachievable = {KUidECamEventPictureOrientationUnachievableUidValue}; |
|
47 |
|
48 #endif//ECAMIMAGEPROCESSING_CONST_H |
|
49 |
|
50 |
|
51 |