Update contrib.
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
21 #ifndef ECAMVIEWFINDER_DEF_H
22 #define ECAMVIEWFINDER_DEF_H
25 This will be used to specify the number of cross fading frames when the viewfinder fading type is not EVFFadingTypeCross.
29 static const TInt KECamCrossFadingFramesNotUsed = 0;
32 Special handle which represents that a different format is being used by frame for EVFFadingTypeStaticFrameFading.
36 static const TInt KECamSpecialStaticFrameFormatHandle = -1;
39 Special handle value to represent handle for frame used if the type of viewfinder fading is not
40 EVFFadingTypeStaticFrameFading.
44 static const TInt KECamStaticFrameFadingTypeNotUsed = -2;
47 The current Version of the TViewFinderFadingCapabilities class.
51 static const TUint KECamViewFinderFadingCapabilitiesCurrentVersion = 1;
54 The current Version of the TViewFinderFadingEffect class.
58 static const TUint KECamViewFinderFadingEffectCurrentVersion = 1;
60 #endif // ECAMVIEWFINDER_DEF_H