1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
10 // |
10 // |
11 // Contributors: |
11 // Contributors: |
12 // |
12 // |
13 // Description: |
13 // Description: |
14 // |
14 // |
15 |
15 |
16 |
|
17 |
|
18 /** |
16 /** |
19 @publishedPartner |
17 @publishedAll |
20 @prototype |
18 @prototype |
21 @file |
19 @file |
22 */ |
20 */ |
23 |
21 |
24 #ifndef ECAMCOMMONUIDS_HRH |
22 #ifndef ECAMCOMMONUIDS_HRH |
25 #define ECAMCOMMONUIDS_HRH |
23 #define ECAMCOMMONUIDS_HRH |
26 |
24 |
27 // TECAMEvents UID Values |
25 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS |
28 |
26 #include <ecam/ecamcommonuidsconst.hrh> |
29 // For Histogram |
27 #endif |
30 /** |
|
31 @deprecated use MCaptureImageObserver, MCaptureVideoObserver, MDirectViewFinderObserver, and MClientViewFinderObserver |
|
32 which have callback functions which notify the client about availability of histogram data. These are sent when |
|
33 CCameraV2Histogram::StartHistogram() is called after CCameraV2Histogram::PrepareClientHistogramL(). If |
|
34 CCameraV2Histogram::PrepareClientHistogramL() is not called first then the callback returns KErrBadHandle. |
|
35 |
|
36 Defines the numerical value for KUidECamEventHistogram. |
|
37 @see KUidECamEventCameraHistogram */ |
|
38 #define KUidECamEventHistogramUidValue 0x102737AF |
|
39 |
|
40 // For snapshot |
|
41 /** Defines the numerical value for KUidECamEventSnapshot. |
|
42 @see KUidECamEventCameraSnapshot*/ |
|
43 |
|
44 #define KUidECamEventSnapshotUidValue 0x102737B0 |
|
45 |
|
46 // C class interface UID values |
|
47 |
|
48 /** |
|
49 @deprecated use KECamV2HistogramUidValue |
|
50 |
|
51 Defines the numerical value for KECamHistogramUid. |
|
52 @see KECamHistogramUid |
|
53 */ |
|
54 #define KECamHistogramUidValue 0x102737B6 |
|
55 |
|
56 /** |
|
57 Defines the numerical value for KECamV2HistogramUid. |
|
58 @see KECamV2HistogramUid |
|
59 */ |
|
60 #define KECamV2HistogramUidValue 0x10283229 |
|
61 |
28 |
62 /** |
29 /** |
63 Defines the numerical value for KECamOverlayUid. |
30 Defines the numerical value for KECamOverlayUid. |
64 @see KECamOverlayUid |
31 @see KECamOverlayUid |
65 |
32 |
66 @publishedAll |
33 @publishedAll |
67 @released |
34 @released |
68 */ |
35 */ |
69 #define KECamOverlayUidValue 0x102737B7 |
36 #define KECamOverlayUidValue 0x102737B7 |
70 |
37 |
71 /** |
38 #endif // ECAMCOMMONUIDS_HRH |
72 Defines the numerical value for KECamSnapshotUid. |
|
73 @see KECamSnapshotUid |
|
74 |
39 |
75 @publishedPartner |
|
76 @prototype |
|
77 */ |
|
78 #define KECamSnapshotUidValue 0x102737B8 |
|
79 |
40 |
80 #endif // ECAMCOMMONUIDS_HRH |
41 |