Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ECam.h>

Typedef TPostCaptureControlId

typedef TInt TPostCaptureControlId;

Description


ECam.h Global variables

[Top]


KUidECamEventReserveComplete

const TUid KUidECamEventReserveComplete={0x101F7D3B};

Description

Uid used to identify the event that the request to Reserve() has completed

[Top]


KUidECamEventPowerOnComplete

const TUid KUidECamEventPowerOnComplete={0x101F7D3C};

Description

Uid used to identify the event that the request to PowerOn() has completed

[Top]


KUidECamEventCameraNoLongerReserved

const TUid KUidECamEventCameraNoLongerReserved={0x101F7D3D};

Description

Uid used to identify the event that the client has lost control of the camera

[Top]


KUidECamEventNewReserveComplete

const TUid KUidECamEventNewReserveComplete={ 0x1028322D };

Description

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.

[Top]


KUidECamEventClass2

const TUid KUidECamEventClass2={ 0x10282622 };

Description

Uid used to identify a particular version of TECAMEventTECAMEvent base class being used i.e. TECAMEvent2TECAMEvent2 . Useful for MCameraObserver2::HandleEvent(const TECAMEvent &) implementation to detect the version of TECAMEventTECAMEvent base class.

[Top]


KUidECamEventCIPSetColorSwapEntry

const TUid KUidECamEventCIPSetColorSwapEntry={ 0x10282623 };

Description

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 TECAMEvent2TECAMEvent2 class.

TECAMEvent2::iParamNote: represents color entry.

[Top]


KUidECamEvent2CIPSetColorSwapEntry

const TUid KUidECamEvent2CIPSetColorSwapEntry={ 0x10282623 };

Description

[Top]


KUidECamEventCIPRemoveColorSwapEntry

const TUid KUidECamEventCIPRemoveColorSwapEntry={ 0x10282624 };

Description

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 TECAMEvent2TECAMEvent2 class.

TECAMEvent2::iParamNote: represents color entry.

[Top]


KUidECamEvent2CIPRemoveColorSwapEntry

const TUid KUidECamEvent2CIPRemoveColorSwapEntry={ 0x10282624 };

Description

[Top]


KUidECamEventCIPSetColorAccentEntry

const TUid KUidECamEventCIPSetColorAccentEntry={ 0x10282625 };

Description

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 TECAMEvent2TECAMEvent2 class.

TECAMEvent2::iParamNote: represents color entry.

[Top]


KUidECamEvent2CIPSetColorAccentEntry

const TUid KUidECamEvent2CIPSetColorAccentEntry={ 0x10282625 };

Description

[Top]


KUidECamEventCIPRemoveColorAccentEntry

const TUid KUidECamEventCIPRemoveColorAccentEntry={ 0x10282626 };

Description

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 TECAMEvent2TECAMEvent2 class.

TECAMEvent2::iParamNote: represents color entry.

[Top]


KUidECamEvent2CIPRemoveColorAccentEntry

const TUid KUidECamEvent2CIPRemoveColorAccentEntry={ 0x10282626 };

Description

[Top]


KUidECamEventCameraSettingPreCaptureWarning

const TUid KUidECamEventCameraSettingPreCaptureWarning={ 0x10282610 };

Description

event indicating issue of pre capture warnings. This is a part of class CCamera::CCameraAdvancedSettings. This event should be packed in TECAMEvent2TECAMEvent2 class.

This TUidTUid is available from the following methods only to the API clients using CCamera::New2L(MCameraObserver2 &,TInt,TInt) or CCameraCCamera:: NewDuplicate2L():- void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray< TUid > &)const; void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray< TUid > &)const; void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray< TUid > &)const;

TECAMEvent2::iParamNote: represents bit field describing all PreCaptureWarnings currently issued.

[Top]


KUidECamEvent2CameraSettingPreCaptureWarning

const TUid KUidECamEvent2CameraSettingPreCaptureWarning={ 0x10282610 };

Description