os/mm/imagingandcamerafws/camerafw/Include/ecamcommonuidsconst.hrh
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 /**
    17  @publishedPartner
    18  @prototype
    19  @file
    20 */
    21 
    22 #ifndef ECAMCOMMONUIDS_CONST_HRH
    23 #define ECAMCOMMONUIDS_CONST_HRH
    24 
    25 // TECAMEvents UID Values
    26 
    27 // For Histogram
    28 /** 
    29 @deprecated use MCaptureImageObserver, MCaptureVideoObserver, MDirectViewFinderObserver, and MClientViewFinderObserver
    30 which have callback functions which notify the client about availability of histogram data. These are sent when 
    31 CCameraV2Histogram::StartHistogram() is called after CCameraV2Histogram::PrepareClientHistogramL(). If
    32 CCameraV2Histogram::PrepareClientHistogramL() is not called first then the callback returns KErrBadHandle.
    33 
    34 Defines the numerical value for KUidECamEventHistogram.
    35 @see KUidECamEventCameraHistogram */
    36 #define	KUidECamEventHistogramUidValue			0x102737AF 
    37 
    38 // For snapshot
    39 /** Defines the numerical value for KUidECamEventSnapshot.
    40 @see KUidECamEventCameraSnapshot*/
    41 
    42 #define	KUidECamEventSnapshotUidValue			0x102737B0
    43 
    44 // C class interface UID values
    45 
    46 /** 
    47 @deprecated use KECamV2HistogramUidValue
    48 
    49 Defines the numerical value for KECamHistogramUid.
    50 @see KECamHistogramUid 
    51 */
    52 #define	KECamHistogramUidValue					0x102737B6 
    53 
    54 /** 
    55 Defines the numerical value for KECamV2HistogramUid.
    56 @see KECamV2HistogramUid 
    57 */
    58 #define	KECamV2HistogramUidValue				0x10283229					 
    59 
    60 
    61 /** 
    62 Defines the numerical value for KECamSnapshotUid.
    63 @see KECamSnapshotUid
    64 
    65 @publishedPartner
    66 @prototype
    67 */
    68 #define	KECamSnapshotUidValue					0x102737B8 
    69 
    70 #endif // ECAMCOMMONUIDS_CONST_HRH
    71 
    72 
    73