epoc32/include/icl/icl_propertyuids.h
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/icl/icl_propertyuids.h	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -0,0 +1,106 @@
     1.4 +// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// 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
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +
    1.20 +
    1.21 +/**
    1.22 + @file
    1.23 + @publishedAll
    1.24 + @released
    1.25 +*/
    1.26 +
    1.27 +#ifndef ICL_PROPERTYUIDS_H
    1.28 +#define ICL_PROPERTYUIDS_H
    1.29 +
    1.30 +
    1.31 +#include <icl/icl_propertyuids.hrh>
    1.32 +
    1.33 +
    1.34 +/** 
    1.35 +Identifier for the hardware codec property. 
    1.36 + @see KHwCodecUidValue
    1.37 +*/ 
    1.38 +const TUid KUidHwCodec   = {KHwCodecUidValue};
    1.39 +
    1.40 +/** 
    1.41 +Identifier for the software codec property.
    1.42 + @see KSwCodecUidValue
    1.43 +*/ 
    1.44 +const TUid KUidSwCodec   = {KSwCodecUidValue};
    1.45 +
    1.46 +/** 
    1.47 +Identifier for the default codec property.
    1.48 + @see KDefaultCodecUidValue
    1.49 +*/ 
    1.50 +const TUid KUidDefaultCodec   = {KDefaultCodecUidValue};
    1.51 +
    1.52 +/** 
    1.53 +Identifier for the Exif support property.
    1.54 + @see KExifSupportUidValue
    1.55 +*/ 
    1.56 +const TUid KUidExifSupport  = {KExifSupportUidValue};
    1.57 +
    1.58 +/** 
    1.59 +Identifier for the JPEG Sequential property.
    1.60 + @see KJPGSequentialUidValue
    1.61 +*/ 
    1.62 +const TUid KUidJPGSequential   = {KJPGSequentialUidValue};
    1.63 +
    1.64 +/** 
    1.65 +Identifier for the JPEG Progressive property.
    1.66 + @see KJPGProgressiveUidValue
    1.67 +*/ 
    1.68 +const TUid KUidJPGProgressive   = {KJPGProgressiveUidValue};
    1.69 +
    1.70 +/** 
    1.71 +Identifier for the arbitrary scaling property.
    1.72 + @see KArbitraryScalingUidValue
    1.73 +*/ 
    1.74 +const TUid KUidArbitraryScaling   = {KArbitraryScalingUidValue};
    1.75 +
    1.76 +/** 
    1.77 +Identifier for the EColor16MA support property.
    1.78 + @see KEColor16MASupportUidValue
    1.79 +*/ 
    1.80 +const TUid KUidEColor16MASupport   = {KEColor16MASupportUidValue};
    1.81 +
    1.82 +/** 
    1.83 +Identifier for the thumbnail support property. 
    1.84 + @see KThumbnailSupportUidValue
    1.85 +*/ 
    1.86 +const TUid KUidThumbnailSupport   = {KThumbnailSupportUidValue};
    1.87 +
    1.88 +/** 
    1.89 +Identifier for the  thumbnail autogeneration property.
    1.90 + @see KThumbnailAutogenerationUidValue
    1.91 +*/ 
    1.92 +const TUid KUidThumbnailAutogeneration   = {KThumbnailAutogenerationUidValue};
    1.93 +
    1.94 +/** 
    1.95 +Identifier for the decoding to reduced size support property.
    1.96 + @see KDecodeToReducedSizeSupportUidValue
    1.97 +*/ 
    1.98 +const TUid KUidDecodeToReducedSizeSupport   = {KDecodeToReducedSizeSupportUidValue};
    1.99 +
   1.100 +/**
   1.101 +Identifier for an ICL Extension. This is used in the opaque_data section of an ICL
   1.102 +codec plugin as part of a pair of values "KUidICLExtension <extension_flags_modifier>"
   1.103 +where extension_flags_modifier is a bitfield advertising extensions that the codec supports.
   1.104 + @see KICLExtensionUidValue 
   1.105 + @see CImageDecoder::TOptions and CImageEncoder::TOptions for EOptionExt* flags which are valid.
   1.106 +*/
   1.107 +const TUid KUidICLExtension = {KICLExtensionUidValue};
   1.108 +
   1.109 +#endif // ICL_PROPERTYUIDS_H