Update contrib.
1 // Copyright (c) 2002-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
24 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
25 #include <ecamuidsconst.hrh>
26 #include <ecamuidsdef.hrh>
29 Viewfinder fading effect has been set.
30 This event should be packed in TECAMEvent2 class.
32 Note: TECAMEvent2::iParam represents viewfinder handle.
36 static const TUid KUidECamEvent2ViewFinderFadingEffect = {KUidECamEvent2ViewFinderFadingEffectUidValue};
39 Event providing focussing feedback. The focussing feedback will be provided whenever the focussing state changes for the
40 selected spot combination.
41 This event should be packed in TECAMEvent2 class.
42 Note: TECAMEvent2::iParam represents bitfield of chosen spots which are in focus.
43 Note: TECAMEvent2::iParam1 represents bitfield of chosen spots which are not in focus.
47 static const TUid KECamEvent2ImageCaptureControlFocussingInformation = {KECamEvent2ImageCaptureControlFocussingInformationUidValue};
50 Focussing spot combination. This event tells about completion of the setting operation for the spot combination.
51 This event should be packed in TECAMEvent2 class.
53 @note static_cast<CCamera::CCameraAdvancedSettings::TFocusMode>(TECAMEvent2::iParam) represents the focus mode for
54 which the spot combination has to be set for receiving focussing feedback.
58 static const TUid KUidECamEvent2ImageCaptureControlSpotCombination = {KUidECamEvent2ImageCaptureControlSpotCombinationUidValue};
61 Viewfinder magnification has been set.
62 This event should be packed in TECAMEvent2 class.
64 Note: TECAMEvent2::iParam represents viewfinder handle.
68 static const TUid KUidECamEvent2ViewFinderMagnification = {KUidECamEvent2ViewFinderMagnificationUidValue};
71 Notifies the current camera reserver that the camera control will be forcefully overtaken by another requesting client
72 after a specific time interval.
74 This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
75 void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
76 void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
77 void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
79 @note TTimeIntervalMicroSeconds32(TECAMEvent2::iParam) represents the maximum time to wait.
80 TECAMEvent2::iParam needs to be passed as argument in order to construct the TTimeIntervalMicroSeconds32 object.
82 Note: TECAMEvent2::iParam1 represents the priority of the requestor client to whom the camera control will be forcibly
83 passed after a specific time interval.
87 static const TUid KUidECamEvent2CameraRequestForcedTimedTakeOver = {KUidECamEvent2CameraRequestForcedTimedTakeOverUidValue};
90 Notifies the current camera reserver that another client is requesting for camera control in a specific time interval.
92 This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
93 void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
94 void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
95 void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
97 @note TTimeIntervalMicroSeconds32(TECAMEvent2::iParam) represents the maximum requested time within which the current
98 reserver may release the camera if it wishes to do so.
99 TECAMEvent2::iParam needs to be passed as argument in order to construct the TTimeIntervalMicroSeconds32 object.
101 Note: TECAMEvent2::iParam1 represents the priority of the requestor client to whom the camera control will be passed
102 should the current reserver wish to do so.
106 static const TUid KUidECamEvent2CameraRequestTimedTakeOver = {KUidECamEvent2CameraRequestTimedTakeOverUidValue};
109 Notifies the manual gain setting completion for the particular channel.
111 This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
112 void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
113 void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
114 void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
116 Note: TECAMEvent2::iParam represents the specific channel for which the manual gain value has been set.
120 static const TUid KUidECamEvent2CameraSettingManualGain = {KUidECamEvent2CameraSettingManualGainUidValue};
123 Retrieves the optimal focussing feedback while using manual focus. This will be issued as a result of setting operation
124 CCamera::CCameraAdvancedSettings::SetFocusDistance(TInt aDistance).
126 This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
127 void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
128 void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
129 void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
131 @note If TECAMEvent2::iParam > 1, information is unavailable; if TECAMEvent2::iParam < 0, error case.
132 Otherwise, static_cast<TBool>(TECAMEvent2::iParam) retrieves whether optimal focussing has been achieved or not.
136 static const TUid KUidECamEvent2CameraSettingFocusDistance = {KUidECamEvent2CameraSettingFocusDistanceUidValue};
139 Instructs the client to change its priority in order to allow the legacy client to get hold of the camera. Client should
140 restore their priority when they receive the notification 'KUidECamEventCameraSettingRestoreClientPriority'.
142 This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
143 void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
144 void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
145 void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
147 Note: TECAMEvent2::iParam represents the target priority to which the client should set itself using the method SetClientPriorityL()
151 static const TUid KUidECamEvent2CameraSettingChangeClientPriority = {KUidECamEvent2CameraSettingChangeClientPriorityUidValue};
154 Event indicating image enhancement setting has been applied.
155 This event should be packed in TECAMEvent2 class.
157 Note: TECAMEvent2::iParam represents viewfinder handle.
161 static const TUid KUidECamEvent2ViewFinderImageEnhancement = {KUidECamEvent2ViewFinderImageEnhancementUidValue};