epoc32/include/exifmodify.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 /*
     1 /*
     2 * Copyright (c) 2003, 2004 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2003, 2004 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    60             };
    60             };
    61             
    61             
    62         public:
    62         public:
    63             enum TExifModifyOption
    63             enum TExifModifyOption
    64             {
    64             {
    65 	        ENoOptions        = 0x0000,
    65             ENoOptions        = 0x0000,
    66 	        ENoJpegParsing    = 0x0001  // No jpeg validity checking is done
    66             ENoJpegParsing    = 0x0001, // No jpeg validity checking is done
       
    67             ENoTagChecking    = 0x0002  // Ignore unknown EXIF tags and mandatory tag checking
    67             };
    68             };
    68 
       
    69 
    69 
    70 	public:  // Constructors and destructor
    70 	public:  // Constructors and destructor
    71 
    71 
    72         /**
    72         /**
    73         * Two-phased constructor.
    73         * Two-phased constructor.