sl@0: // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: sl@0: #ifndef CAMERAOVERLAY_CONST_H sl@0: #define CAMERAOVERLAY_CONST_H sl@0: sl@0: /** sl@0: The current Version for the TOverlaySupportInfo class. sl@0: @publishedPartner sl@0: @prototype sl@0: */ sl@0: static const TUint KECamOverlaySupportInfoCurrentVersion = 1; sl@0: sl@0: /** sl@0: The current Version for the TOverlayParameters class. sl@0: @publishedPartner sl@0: @prototype sl@0: */ sl@0: static const TUint KECamOverlayParametersCurrentVersion = 1; sl@0: sl@0: /** sl@0: Constant used to specify that no specific viewfinder of the given type (either direct or client based) shall be considered. sl@0: Rather, every viewfinder should be taken into consideration. sl@0: @publishedPartner sl@0: @prototype sl@0: */ sl@0: static const TInt KECamOverlayNoSpecificViewFinderHandle = -1; sl@0: sl@0: /** sl@0: Special handle value used for TOverlaySupportInfo::iViewFinderHandle when TOverlaySupportInfo::iDesiredCameraMode is other sl@0: than viewfinder mode but not EModeNone. sl@0: If TOverlaySupportInfo::iDesiredCameraMode is EModeNone, this indicates that OverlaySupportInfo should be used sl@0: as default, where support information was being provided to the client without distinguishing between different camera modes. sl@0: Also used as default value for TOverlayParameters::iViewFinderHandle, when TOverlayParameters::iCurrentModes is not sl@0: neglected. sl@0: @publishedPartner sl@0: @prototype sl@0: */ sl@0: static const TInt KECamOverlayInvalidViewFinderHandle = -2; sl@0: sl@0: sl@0: #endif //CAMERAOVERLAY_CONST_H