const TUid | KUidECamEventCameraSettingContinuousZoomReachedLimit | [static] |
Notifies the client that continuous zoom limit has been reached.
This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L(): void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const; void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const; void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
const TUid | KUidECamEventCameraSettingOperationPreference | [static] |
Notifies the client about the setting of performance operation preference.
This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L(): void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const; void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const; void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
const TUid | KUidECamPresetVideoTelephony | [static] |
Used to for video telephony.
This uid value is available from the 'supported' or 'getter' methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L().
const TUid | KUidECamPresetNone | [static] |
Used to clarify that camera is not under any preset mode. Possible scenario: client sets camera in a particular preset mode and then makes some setting changes on top of it. Then theoretically camera is out of that preset. Hence, KUidECamPresetNone will be used in such cases.
This uid value is available from the 'supported' or 'getter' methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L().
const TUid | KUidECamEventRangeRestricted | [static] |
Notifications related to presets Used to notify clients about possible range restrictions, when camera works under a particular preset mode. This is not a particular preset uid.
Call CCamera::CCameraPresets::GetRangeRestrictedSettingsL(RArray<TUid>& aRangeRestrictedSettings) to retrieve the list of settings whose range have been restricted.
const TUid | KUidECamEventFeatureRestricted | [static] |
Used to notify clients about possible feature restrictions, when camera works under a particular preset mode. This is not a particular preset uid.
Call CCamera::CCameraPresets::GetFeatureRestrictedSettingsL(RArray<TUid>& aFeatureRestrictedSettings) to retrieve the list of settings which have been restricted.
const TUid | KUidECamEventPresetLocked | [static] |
Used to notify clients that locking of the preset operation has completed, when camera works under a particular preset mode. This is not a particular preset uid.
const TUid | KUidECamEventPresetUnlocked | [static] |
Used to notify clients that unlocking of the preset operation has completed, when camera works under a particular preset mode. This is not a particular preset uid.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.