os/mm/imagingandcamerafws/camerafw/Include/ecamadvsettingsdef.h
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  @file	
    18  @internalTechnology
    19  @released
    20 */
    21 #ifndef  ECAMADVSETTINGS_DEF_H
    22 #define  ECAMADVSETTINGS_DEF_H
    23 #include <ecamadvsettingsuids.hrh>
    24 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
    25 #include <ecamadvsettingsuidsconst.hrh>
    26 #include <ecamadvsettingsuidsdef.hrh>
    27 #endif
    28 
    29 /**
    30 The current Version of the TECamLEDSpecialEffectStep class.
    31 
    32 @internalTechnology
    33 */
    34 static const TUint KECamLEDSpecialEffectStepCurrentVersion = 1;
    35 
    36 
    37 
    38 /**
    39 Notifies the client that the flicker removal value has been set.
    40 
    41 This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
    42 void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
    43 void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
    44 void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
    45 
    46 @internalTechnology
    47 */
    48 static const TUid KUidECamEventCameraSettingFlickerRemovalValue = {KUidECamEventCameraSettingFlickerRemovalValueUidValue};
    49 
    50 /**
    51 Notifies the client about the setting of neutral density filter.
    52 
    53 This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
    54 void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
    55 void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
    56 void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
    57 
    58 @internalTechnology
    59 */
    60 static const TUid KUidECamEventCameraSettingNDFilter = {KUidECamEventCameraSettingNDFilterUidValue};
    61 
    62 /**
    63 Notifies the client about the setting of LED effect.
    64 
    65 This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
    66 void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
    67 void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
    68 void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
    69 
    70 @internalTechnology
    71 */
    72 static const TUid KUidECamEventCameraSettingLEDEffect = {KUidECamEventCameraSettingLEDEffectUidValue};
    73 
    74 /**
    75 Notifies the client about the setting of LED 'custom' effect.
    76 
    77 This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
    78 void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
    79 void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
    80 void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
    81 
    82 @internalTechnology
    83 */
    84 static const TUid KUidECamEventCameraSettingLEDCustomEffect = {KUidECamEventCameraSettingLEDCustomEffectUidValue};
    85 
    86 /**
    87 Notifies the client about the white balance lock setting.
    88 
    89 This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
    90 void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
    91 void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
    92 void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
    93 
    94 @internalTechnology
    95 */
    96 static const TUid KUidECamEventCameraSettingLockWhiteBalance = {KUidECamEventCameraSettingLockWhiteBalanceUidValue};
    97 
    98 /**
    99 Instructs the client to restore its original priority.
   100 
   101 This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
   102 void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
   103 void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
   104 void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
   105 
   106 @internalTechnology
   107 */
   108 static const TUid KUidECamEventCameraSettingRestoreClientPriority = {KUidECamEventCameraSettingRestoreClientPriorityUidValue};
   109 
   110 /**
   111 The current Version of the TContinuousZoomSupportInfo class.
   112 
   113 @internalTechnology
   114 @prototype
   115 */
   116 static const TUint KContinuousZoomSupportInfoCurrentVersion = 1;
   117 
   118 /**
   119 The current Version of the TContinuousZoomParameters class.
   120 
   121 @internalTechnology
   122 @prototype
   123 */
   124 static const TUint KContinuousZoomParametersCurrentVersion = 1;
   125 
   126 /**
   127 	UID used to identify the CCameraContinuousZoom API.
   128 	This API is used to provide more advanced control over continuous zoom.
   129 	@see CCameraContinuousZoom
   130 
   131 @internalTechnology
   132 @prototype
   133 */
   134 static const TUid  KECamContinuousZoomUid 			= {KECamContinuousZoomUidValue};
   135 	
   136 #endif // ECAMADVSETTINGS_DEF_H
   137 
   138 
   139