|
||
const TUid KUidECamEventReserveComplete={0x101F7D3B};
Uid used to identify the event that the request to Reserve() has completed
const TUid KUidECamEventPowerOnComplete={0x101F7D3C};
Uid used to identify the event that the request to PowerOn() has completed
const TUid KUidECamEventCameraNoLongerReserved={0x101F7D3D};
Uid used to identify the event that the client has lost control of the camera
const TUid KUidECamEventNewReserveComplete={ 0x1028322D };
Uid used to notify the client who made the new reserve request.
Error value KErrECamHighPriorityReserveRequesterExists indicates another such reserve request is outstanding and has higher priority than this one. Error value KErrCancel indicates a new reserve requester with higher priority than the current requester has been made. That's why, this one got cancelled. Any other error may also occur.
const TUid KUidECamEventClass2={ 0x10282622 };
Uid used to identify a particular version of TECAMEvent
TECAMEvent
base class being used i.e. TECAMEvent2
TECAMEvent2
. Useful for MCameraObserver2::HandleEvent(const TECAMEvent &)
implementation to detect the version of TECAMEvent
TECAMEvent
base class.
const TUid KUidECamEventCIPSetColorSwapEntry={ 0x10282623 };
event indicating setting of color entry in the color swap operation. This is a part of class CCamera::CCameraImageProcessing
. This event should be packed in TECAMEvent2
TECAMEvent2
class.
TECAMEvent2::iParam
Note: represents color entry.
const TUid KUidECamEventCIPRemoveColorSwapEntry={ 0x10282624 };
event indicating removal of color entry in the color swap operation. This is a part of class CCamera::CCameraImageProcessing
. This event should be packed in TECAMEvent2
TECAMEvent2
class.
TECAMEvent2::iParam
Note: represents color entry.
const TUid KUidECamEventCIPSetColorAccentEntry={ 0x10282625 };
event indicating setting of color entry in the color accent operation. This is a part of class CCamera::CCameraImageProcessing
. This event should be packed in TECAMEvent2
TECAMEvent2
class.
TECAMEvent2::iParam
Note: represents color entry.
const TUid KUidECamEventCIPRemoveColorAccentEntry={ 0x10282626 };
event indicating removal of color entry in the color accent operation. This is a part of class CCamera::CCameraImageProcessing
. This event should be packed in TECAMEvent2
TECAMEvent2
class.
TECAMEvent2::iParam
Note: represents color entry.
const TUid KUidECamEventCameraSettingPreCaptureWarning={ 0x10282610 };
event indicating issue of pre capture warnings. This is a part of class CCamera::CCameraAdvancedSettings
. This event should be packed in TECAMEvent2
TECAMEvent2
class.
This TUid
TUid
is available from the following methods only to the API clients using CCamera::New2L(MCameraObserver2 &,TInt,TInt)
or CCamera
CCamera
:: NewDuplicate2L():- void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray< TUid > &)const
; void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray< TUid > &)const
; void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray< TUid > &)const
;
TECAMEvent2::iParam
Note: represents bit field describing all PreCaptureWarnings currently issued.
const TUid KUidECamEvent2CameraSettingPreCaptureWarning={ 0x10282610 };