ecamadvsettingsconst.h File Reference

const TUid KUidECamEventCameraSettingContinuousZoomReachedLimit

const TUid KUidECamEventCameraSettingContinuousZoomReachedLimit [static]

const TUid KUidECamEventCameraSettingOperationPreference

const TUid KUidECamEventCameraSettingOperationPreference [static]

const TUid KUidECamPresetVideoTelephony

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

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

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.

Note:

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

const TUid KUidECamEventFeatureRestricted

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.

Note:

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

const TUid KUidECamEventPresetLocked

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

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.