equal
deleted
inserted
replaced
|
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". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 /** |
|
17 @file |
|
18 @internalTechnology |
|
19 @prototype |
|
20 */ |
|
21 #ifndef ECAMVIEWFINDER_DEF_H |
|
22 #define ECAMVIEWFINDER_DEF_H |
|
23 |
|
24 /** |
|
25 This will be used to specify the number of cross fading frames when the viewfinder fading type is not EVFFadingTypeCross. |
|
26 |
|
27 @internalTechnology |
|
28 */ |
|
29 static const TInt KECamCrossFadingFramesNotUsed = 0; |
|
30 |
|
31 /** |
|
32 Special handle which represents that a different format is being used by frame for EVFFadingTypeStaticFrameFading. |
|
33 |
|
34 @internalTechnology |
|
35 */ |
|
36 static const TInt KECamSpecialStaticFrameFormatHandle = -1; |
|
37 |
|
38 /** |
|
39 Special handle value to represent handle for frame used if the type of viewfinder fading is not |
|
40 EVFFadingTypeStaticFrameFading. |
|
41 |
|
42 @internalTechnology |
|
43 */ |
|
44 static const TInt KECamStaticFrameFadingTypeNotUsed = -2; |
|
45 |
|
46 /** |
|
47 The current Version of the TViewFinderFadingCapabilities class. |
|
48 |
|
49 @internalTechnology |
|
50 */ |
|
51 static const TUint KECamViewFinderFadingCapabilitiesCurrentVersion = 1; |
|
52 |
|
53 /** |
|
54 The current Version of the TViewFinderFadingEffect class. |
|
55 |
|
56 @internalTechnology |
|
57 */ |
|
58 static const TUint KECamViewFinderFadingEffectCurrentVersion = 1; |
|
59 |
|
60 #endif // ECAMVIEWFINDER_DEF_H |