os/mm/imagingandcamerafws/camerafw/Include/ecamadvsettingsdef.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
/**
sl@0
    17
 @file	
sl@0
    18
 @internalTechnology
sl@0
    19
 @released
sl@0
    20
*/
sl@0
    21
#ifndef  ECAMADVSETTINGS_DEF_H
sl@0
    22
#define  ECAMADVSETTINGS_DEF_H
sl@0
    23
#include <ecamadvsettingsuids.hrh>
sl@0
    24
#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
sl@0
    25
#include <ecamadvsettingsuidsconst.hrh>
sl@0
    26
#include <ecamadvsettingsuidsdef.hrh>
sl@0
    27
#endif
sl@0
    28
sl@0
    29
/**
sl@0
    30
The current Version of the TECamLEDSpecialEffectStep class.
sl@0
    31
sl@0
    32
@internalTechnology
sl@0
    33
*/
sl@0
    34
static const TUint KECamLEDSpecialEffectStepCurrentVersion = 1;
sl@0
    35
sl@0
    36
sl@0
    37
sl@0
    38
/**
sl@0
    39
Notifies the client that the flicker removal value has been set.
sl@0
    40
sl@0
    41
This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
sl@0
    42
void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
sl@0
    43
void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
sl@0
    44
void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
sl@0
    45
sl@0
    46
@internalTechnology
sl@0
    47
*/
sl@0
    48
static const TUid KUidECamEventCameraSettingFlickerRemovalValue = {KUidECamEventCameraSettingFlickerRemovalValueUidValue};
sl@0
    49
sl@0
    50
/**
sl@0
    51
Notifies the client about the setting of neutral density filter.
sl@0
    52
sl@0
    53
This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
sl@0
    54
void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
sl@0
    55
void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
sl@0
    56
void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
sl@0
    57
sl@0
    58
@internalTechnology
sl@0
    59
*/
sl@0
    60
static const TUid KUidECamEventCameraSettingNDFilter = {KUidECamEventCameraSettingNDFilterUidValue};
sl@0
    61
sl@0
    62
/**
sl@0
    63
Notifies the client about the setting of LED effect.
sl@0
    64
sl@0
    65
This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
sl@0
    66
void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
sl@0
    67
void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
sl@0
    68
void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
sl@0
    69
sl@0
    70
@internalTechnology
sl@0
    71
*/
sl@0
    72
static const TUid KUidECamEventCameraSettingLEDEffect = {KUidECamEventCameraSettingLEDEffectUidValue};
sl@0
    73
sl@0
    74
/**
sl@0
    75
Notifies the client about the setting of LED 'custom' effect.
sl@0
    76
sl@0
    77
This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
sl@0
    78
void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
sl@0
    79
void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
sl@0
    80
void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
sl@0
    81
sl@0
    82
@internalTechnology
sl@0
    83
*/
sl@0
    84
static const TUid KUidECamEventCameraSettingLEDCustomEffect = {KUidECamEventCameraSettingLEDCustomEffectUidValue};
sl@0
    85
sl@0
    86
/**
sl@0
    87
Notifies the client about the white balance lock setting.
sl@0
    88
sl@0
    89
This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
sl@0
    90
void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
sl@0
    91
void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
sl@0
    92
void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
sl@0
    93
sl@0
    94
@internalTechnology
sl@0
    95
*/
sl@0
    96
static const TUid KUidECamEventCameraSettingLockWhiteBalance = {KUidECamEventCameraSettingLockWhiteBalanceUidValue};
sl@0
    97
sl@0
    98
/**
sl@0
    99
Instructs the client to restore its original priority.
sl@0
   100
sl@0
   101
This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
sl@0
   102
void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
sl@0
   103
void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
sl@0
   104
void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
sl@0
   105
sl@0
   106
@internalTechnology
sl@0
   107
*/
sl@0
   108
static const TUid KUidECamEventCameraSettingRestoreClientPriority = {KUidECamEventCameraSettingRestoreClientPriorityUidValue};
sl@0
   109
sl@0
   110
/**
sl@0
   111
The current Version of the TContinuousZoomSupportInfo class.
sl@0
   112
sl@0
   113
@internalTechnology
sl@0
   114
@prototype
sl@0
   115
*/
sl@0
   116
static const TUint KContinuousZoomSupportInfoCurrentVersion = 1;
sl@0
   117
sl@0
   118
/**
sl@0
   119
The current Version of the TContinuousZoomParameters class.
sl@0
   120
sl@0
   121
@internalTechnology
sl@0
   122
@prototype
sl@0
   123
*/
sl@0
   124
static const TUint KContinuousZoomParametersCurrentVersion = 1;
sl@0
   125
sl@0
   126
/**
sl@0
   127
	UID used to identify the CCameraContinuousZoom API.
sl@0
   128
	This API is used to provide more advanced control over continuous zoom.
sl@0
   129
	@see CCameraContinuousZoom
sl@0
   130
sl@0
   131
@internalTechnology
sl@0
   132
@prototype
sl@0
   133
*/
sl@0
   134
static const TUid  KECamContinuousZoomUid 			= {KECamContinuousZoomUidValue};
sl@0
   135
	
sl@0
   136
#endif // ECAMADVSETTINGS_DEF_H
sl@0
   137
sl@0
   138
sl@0
   139