ecamadvsettingsconst.h File Reference

const TUid KUidECamEventCameraSettingContinuousZoomReachedLimit

const TUidKUidECamEventCameraSettingContinuousZoomReachedLimit[static]

const TUid KUidECamEventCameraSettingOperationPreference

const TUidKUidECamEventCameraSettingOperationPreference[static]

const TUid KUidECamPresetVideoTelephony

const TUidKUidECamPresetVideoTelephony[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

const TUidKUidECamPresetNone[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

const TUidKUidECamEventRangeRestricted[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.

Note:

Call CCamera::CCameraPresets::GetRangeRestrictedSettingsL(RArray<TUid>& aRangeRestrictedSettings) to retrieve the list of settings whose range have been restricted.

const TUid KUidECamEventFeatureRestricted

const TUidKUidECamEventFeatureRestricted[static]

Used to notify clients about possible feature restrictions, when camera works under a particular preset mode. This is not a particular preset uid.

Note:

Call CCamera::CCameraPresets::GetFeatureRestrictedSettingsL(RArray<TUid>& aFeatureRestrictedSettings) to retrieve the list of settings which have been restricted.

const TUid KUidECamEventPresetLocked

const TUidKUidECamEventPresetLocked[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

const TUidKUidECamEventPresetUnlocked[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.