1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/ecam/ecamcommonuids.hrh Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -0,0 +1,80 @@
1.4 +// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// 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
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +
1.20 +
1.21 +/**
1.22 + @publishedPartner
1.23 + @prototype
1.24 + @file
1.25 +*/
1.26 +
1.27 +#ifndef ECAMCOMMONUIDS_HRH
1.28 +#define ECAMCOMMONUIDS_HRH
1.29 +
1.30 +// TECAMEvents UID Values
1.31 +
1.32 +// For Histogram
1.33 +/**
1.34 +@deprecated use MCaptureImageObserver, MCaptureVideoObserver, MDirectViewFinderObserver, and MClientViewFinderObserver
1.35 +which have callback functions which notify the client about availability of histogram data. These are sent when
1.36 +CCameraV2Histogram::StartHistogram() is called after CCameraV2Histogram::PrepareClientHistogramL(). If
1.37 +CCameraV2Histogram::PrepareClientHistogramL() is not called first then the callback returns KErrBadHandle.
1.38 +
1.39 +Defines the numerical value for KUidECamEventHistogram.
1.40 +@see KUidECamEventCameraHistogram */
1.41 +#define KUidECamEventHistogramUidValue 0x102737AF
1.42 +
1.43 +// For snapshot
1.44 +/** Defines the numerical value for KUidECamEventSnapshot.
1.45 +@see KUidECamEventCameraSnapshot*/
1.46 +
1.47 +#define KUidECamEventSnapshotUidValue 0x102737B0
1.48 +
1.49 +// C class interface UID values
1.50 +
1.51 +/**
1.52 +@deprecated use KECamV2HistogramUidValue
1.53 +
1.54 +Defines the numerical value for KECamHistogramUid.
1.55 +@see KECamHistogramUid
1.56 +*/
1.57 +#define KECamHistogramUidValue 0x102737B6
1.58 +
1.59 +/**
1.60 +Defines the numerical value for KECamV2HistogramUid.
1.61 +@see KECamV2HistogramUid
1.62 +*/
1.63 +#define KECamV2HistogramUidValue 0x10283229
1.64 +
1.65 +/**
1.66 +Defines the numerical value for KECamOverlayUid.
1.67 +@see KECamOverlayUid
1.68 +
1.69 +@publishedAll
1.70 +@released
1.71 +*/
1.72 +#define KECamOverlayUidValue 0x102737B7
1.73 +
1.74 +/**
1.75 +Defines the numerical value for KECamSnapshotUid.
1.76 +@see KECamSnapshotUid
1.77 +
1.78 +@publishedPartner
1.79 +@prototype
1.80 +*/
1.81 +#define KECamSnapshotUidValue 0x102737B8
1.82 +
1.83 +#endif // ECAMCOMMONUIDS_HRH