1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/imagingandcamerafws/camerafw/Include/ecamadvsettingsdef.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,139 @@
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 "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 + @released
1.23 +*/
1.24 +#ifndef ECAMADVSETTINGS_DEF_H
1.25 +#define ECAMADVSETTINGS_DEF_H
1.26 +#include <ecamadvsettingsuids.hrh>
1.27 +#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
1.28 +#include <ecamadvsettingsuidsconst.hrh>
1.29 +#include <ecamadvsettingsuidsdef.hrh>
1.30 +#endif
1.31 +
1.32 +/**
1.33 +The current Version of the TECamLEDSpecialEffectStep class.
1.34 +
1.35 +@internalTechnology
1.36 +*/
1.37 +static const TUint KECamLEDSpecialEffectStepCurrentVersion = 1;
1.38 +
1.39 +
1.40 +
1.41 +/**
1.42 +Notifies the client that the flicker removal value has been set.
1.43 +
1.44 +This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
1.45 +void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
1.46 +void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
1.47 +void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
1.48 +
1.49 +@internalTechnology
1.50 +*/
1.51 +static const TUid KUidECamEventCameraSettingFlickerRemovalValue = {KUidECamEventCameraSettingFlickerRemovalValueUidValue};
1.52 +
1.53 +/**
1.54 +Notifies the client about the setting of neutral density filter.
1.55 +
1.56 +This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
1.57 +void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
1.58 +void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
1.59 +void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
1.60 +
1.61 +@internalTechnology
1.62 +*/
1.63 +static const TUid KUidECamEventCameraSettingNDFilter = {KUidECamEventCameraSettingNDFilterUidValue};
1.64 +
1.65 +/**
1.66 +Notifies the client about the setting of LED effect.
1.67 +
1.68 +This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
1.69 +void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
1.70 +void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
1.71 +void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
1.72 +
1.73 +@internalTechnology
1.74 +*/
1.75 +static const TUid KUidECamEventCameraSettingLEDEffect = {KUidECamEventCameraSettingLEDEffectUidValue};
1.76 +
1.77 +/**
1.78 +Notifies the client about the setting of LED 'custom' effect.
1.79 +
1.80 +This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
1.81 +void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
1.82 +void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
1.83 +void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
1.84 +
1.85 +@internalTechnology
1.86 +*/
1.87 +static const TUid KUidECamEventCameraSettingLEDCustomEffect = {KUidECamEventCameraSettingLEDCustomEffectUidValue};
1.88 +
1.89 +/**
1.90 +Notifies the client about the white balance lock setting.
1.91 +
1.92 +This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
1.93 +void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
1.94 +void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
1.95 +void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
1.96 +
1.97 +@internalTechnology
1.98 +*/
1.99 +static const TUid KUidECamEventCameraSettingLockWhiteBalance = {KUidECamEventCameraSettingLockWhiteBalanceUidValue};
1.100 +
1.101 +/**
1.102 +Instructs the client to restore its original priority.
1.103 +
1.104 +This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
1.105 +void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
1.106 +void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
1.107 +void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
1.108 +
1.109 +@internalTechnology
1.110 +*/
1.111 +static const TUid KUidECamEventCameraSettingRestoreClientPriority = {KUidECamEventCameraSettingRestoreClientPriorityUidValue};
1.112 +
1.113 +/**
1.114 +The current Version of the TContinuousZoomSupportInfo class.
1.115 +
1.116 +@internalTechnology
1.117 +@prototype
1.118 +*/
1.119 +static const TUint KContinuousZoomSupportInfoCurrentVersion = 1;
1.120 +
1.121 +/**
1.122 +The current Version of the TContinuousZoomParameters class.
1.123 +
1.124 +@internalTechnology
1.125 +@prototype
1.126 +*/
1.127 +static const TUint KContinuousZoomParametersCurrentVersion = 1;
1.128 +
1.129 +/**
1.130 + UID used to identify the CCameraContinuousZoom API.
1.131 + This API is used to provide more advanced control over continuous zoom.
1.132 + @see CCameraContinuousZoom
1.133 +
1.134 +@internalTechnology
1.135 +@prototype
1.136 +*/
1.137 +static const TUid KECamContinuousZoomUid = {KECamContinuousZoomUidValue};
1.138 +
1.139 +#endif // ECAMADVSETTINGS_DEF_H
1.140 +
1.141 +
1.142 +