os/mm/imagingandcamerafws/camerafw/Include/ecamcapturecontrolconst.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/imagingandcamerafws/camerafw/Include/ecamcapturecontrolconst.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,105 @@
     1.4 +// Copyright (c) 2007-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 "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.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 + @file
    1.21 + @internalTechnology
    1.22 + @prototype
    1.23 +*/
    1.24 +#ifndef  ECAMCAPTURECONTROL_CONST_H
    1.25 +#define  ECAMCAPTURECONTROL_CONST_H
    1.26 +#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
    1.27 +#include <ecamadvsettingsuidsdef.hrh>
    1.28 +#endif
    1.29 +/**
    1.30 +Maximum number of possible focussing spots
    1.31 +
    1.32 +@internalTechnology
    1.33 +*/
    1.34 +static const TInt KMaxNumberOfFocusSpots 	= sizeof(TUint) * 8;
    1.35 +
    1.36 +/** 
    1.37 +Constant used to provide maximum number of total sub-frames which would re-construct the image properly.
    1.38 +
    1.39 +@internalTechnology
    1.40 +*/
    1.41 +static const TInt KECamMaxTotalSubFrames 	= 1024;
    1.42 +
    1.43 +/** 
    1.44 +The current Version of the TImageBufferInfo class.
    1.45 +
    1.46 +@internalTechnology
    1.47 +*/
    1.48 +static const TUint KECamImageBufferInfoCurrentVersion = 1;
    1.49 +
    1.50 +/** 
    1.51 +Notification that streamed image and hence sub-frames scheme has been enabled.
    1.52 +
    1.53 +@internalTechnology
    1.54 +*/
    1.55 +static const TUid  KUidECamEventImageCaptureControlEnableSubFrames = {KUidECamEventImageCaptureControlEnableSubFramesUidValue};
    1.56 +
    1.57 +/** 
    1.58 +Notification that streamed image and hence sub-frames scheme has been disabled.
    1.59 +
    1.60 +@internalTechnology
    1.61 +*/
    1.62 +static const TUid  KUidECamEventImageCaptureControlDisableSubFrames = {KUidECamEventImageCaptureControlDisableSubFramesUidValue};
    1.63 +
    1.64 +/**
    1.65 +Notifies the client about the setting of color space. Camera will print or capture images in given color space.
    1.66 +
    1.67 +@internalTechnology
    1.68 +*/
    1.69 +static const TUid KUidECamEventImageCaptureControlColorSpace = {KUidECamEventImageCaptureControlColorSpaceUidValue};
    1.70 +
    1.71 +/** 
    1.72 +Notifies the client that pano mode has been started. 
    1.73 +
    1.74 +@internalTechnology
    1.75 +*/
    1.76 +static const TUid KUidECamEventImageCaptureControlStartPanoMode = {KUidECamEventImageCaptureControlStartPanoModeUidValue};
    1.77 +
    1.78 +/** 
    1.79 +Notifies the client about the setting of Panorama direction.
    1.80 +
    1.81 +@internalTechnology
    1.82 +*/
    1.83 +static const TUid  KUidECamEventImageCaptureControlPanoDirection = {KUidECamEventImageCaptureControlPanoDirectionUidValue};
    1.84 +
    1.85 +/** 
    1.86 +Notification informing that some of the embedded still capture settings have failed.
    1.87 +To retrieve the list of failed embedded still capture settings, client should use GetFailedEmbeddedStillCaptureSettingsL()
    1.88 +
    1.89 +@internalTechnology
    1.90 +*/
    1.91 +static const TUid  KUidECamEventFailedEmbeddedStillCaptureSetting = {KUidECamEventFailedEmbeddedStillCaptureSettingUidValue};
    1.92 +
    1.93 +/**
    1.94 +Notifies the setting of fading effect for the video captured frames.
    1.95 +
    1.96 +@internalTechnology
    1.97 +*/
    1.98 +static const TUid KUidECamEventVideoCaptureControlFadingEffect = {KUidECamEventVideoCaptureControlFadingEffectUidValue};
    1.99 +
   1.100 +/** 
   1.101 +Conversion Coefficient setting
   1.102 +
   1.103 +@internalTechnology
   1.104 +*/
   1.105 +static const TUid KUidECamEventVideoCaptureControlConversionCoefficient = {KUidECamEventVideoCaptureControlConversionCoefficientUidValue};
   1.106 +
   1.107 +	
   1.108 +#endif //ECAMCAPTURECONTROL_CONST_H