os/mm/imagingandcamerafws/camerafw/Include/cameraoverlayconst.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-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  @publishedPartner
    19  @released
    20 */
    21 
    22 #ifndef CAMERAOVERLAY_CONST_H
    23 #define CAMERAOVERLAY_CONST_H
    24 
    25 /** 
    26 The current Version for the TOverlaySupportInfo class.
    27 @publishedPartner
    28 @prototype
    29 */
    30 static const TUint KECamOverlaySupportInfoCurrentVersion = 1;
    31 
    32 /** 
    33 The current Version for the TOverlayParameters class.
    34 @publishedPartner
    35 @prototype
    36 */
    37 static const TUint KECamOverlayParametersCurrentVersion = 1;
    38 
    39 /** 
    40 Constant used to specify that no specific viewfinder of the given type (either direct or client based) shall be considered.
    41 Rather, every viewfinder should be taken into consideration.
    42 @publishedPartner
    43 @prototype
    44 */
    45 static const TInt  KECamOverlayNoSpecificViewFinderHandle = -1;
    46 
    47 /**
    48 Special handle value used for TOverlaySupportInfo::iViewFinderHandle when TOverlaySupportInfo::iDesiredCameraMode is other
    49 than viewfinder mode but not EModeNone.
    50 If TOverlaySupportInfo::iDesiredCameraMode is EModeNone, this indicates that OverlaySupportInfo should be used 
    51 as default, where support information was being provided to the client without distinguishing between different camera modes.
    52 Also used as default value for TOverlayParameters::iViewFinderHandle, when TOverlayParameters::iCurrentModes is not 
    53 neglected.
    54 @publishedPartner
    55 @prototype
    56 */
    57 static const TInt  KECamOverlayInvalidViewFinderHandle = -2;
    58 
    59 
    60 #endif //CAMERAOVERLAY_CONST_H