imagingandcamerafws/camerafw/Include/cameraoverlayconst.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 25 May 2010 14:20:15 +0300
branchRCL_3
changeset 20 67584cc761d1
parent 0 40261b775718
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

/**
 @file
 @publishedPartner
 @released
*/

#ifndef CAMERAOVERLAY_CONST_H
#define CAMERAOVERLAY_CONST_H

/** 
The current Version for the TOverlaySupportInfo class.
@publishedPartner
@prototype
*/
static const TUint KECamOverlaySupportInfoCurrentVersion = 1;

/** 
The current Version for the TOverlayParameters class.
@publishedPartner
@prototype
*/
static const TUint KECamOverlayParametersCurrentVersion = 1;

/** 
Constant used to specify that no specific viewfinder of the given type (either direct or client based) shall be considered.
Rather, every viewfinder should be taken into consideration.
@publishedPartner
@prototype
*/
static const TInt  KECamOverlayNoSpecificViewFinderHandle = -1;

/**
Special handle value used for TOverlaySupportInfo::iViewFinderHandle when TOverlaySupportInfo::iDesiredCameraMode is other
than viewfinder mode but not EModeNone.
If TOverlaySupportInfo::iDesiredCameraMode is EModeNone, this indicates that OverlaySupportInfo should be used 
as default, where support information was being provided to the client without distinguishing between different camera modes.
Also used as default value for TOverlayParameters::iViewFinderHandle, when TOverlayParameters::iCurrentModes is not 
neglected.
@publishedPartner
@prototype
*/
static const TInt  KECamOverlayInvalidViewFinderHandle = -2;


#endif //CAMERAOVERLAY_CONST_H