epoc32/include/icl/icl_propertyuids.h
author William Roberts <williamr@symbian.org>
Tue, 16 Mar 2010 16:12:26 +0000
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
permissions -rw-r--r--
Final list of Symbian^2 public API header files
williamr@2
     1
// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
williamr@2
     2
// All rights reserved.
williamr@2
     3
// This component and the accompanying materials are made available
williamr@2
     4
// 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
williamr@2
     5
// which accompanies this distribution, and is available
williamr@2
     6
// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
williamr@2
     7
//
williamr@2
     8
// Initial Contributors:
williamr@2
     9
// Nokia Corporation - initial contribution.
williamr@2
    10
//
williamr@2
    11
// Contributors:
williamr@2
    12
//
williamr@2
    13
// Description:
williamr@2
    14
//
williamr@2
    15
williamr@2
    16
williamr@2
    17
williamr@2
    18
/**
williamr@2
    19
 @file
williamr@2
    20
 @publishedAll
williamr@2
    21
 @released
williamr@2
    22
*/
williamr@2
    23
williamr@2
    24
#ifndef ICL_PROPERTYUIDS_H
williamr@2
    25
#define ICL_PROPERTYUIDS_H
williamr@2
    26
williamr@2
    27
williamr@2
    28
#include <icl/icl_propertyuids.hrh>
williamr@2
    29
williamr@2
    30
williamr@2
    31
/** 
williamr@2
    32
Identifier for the hardware codec property. 
williamr@2
    33
 @see KHwCodecUidValue
williamr@2
    34
*/ 
williamr@2
    35
const TUid KUidHwCodec   = {KHwCodecUidValue};
williamr@2
    36
williamr@2
    37
/** 
williamr@2
    38
Identifier for the software codec property.
williamr@2
    39
 @see KSwCodecUidValue
williamr@2
    40
*/ 
williamr@2
    41
const TUid KUidSwCodec   = {KSwCodecUidValue};
williamr@2
    42
williamr@2
    43
/** 
williamr@2
    44
Identifier for the default codec property.
williamr@2
    45
 @see KDefaultCodecUidValue
williamr@2
    46
*/ 
williamr@2
    47
const TUid KUidDefaultCodec   = {KDefaultCodecUidValue};
williamr@2
    48
williamr@2
    49
/** 
williamr@2
    50
Identifier for the Exif support property.
williamr@2
    51
 @see KExifSupportUidValue
williamr@2
    52
*/ 
williamr@2
    53
const TUid KUidExifSupport  = {KExifSupportUidValue};
williamr@2
    54
williamr@2
    55
/** 
williamr@2
    56
Identifier for the JPEG Sequential property.
williamr@2
    57
 @see KJPGSequentialUidValue
williamr@2
    58
*/ 
williamr@2
    59
const TUid KUidJPGSequential   = {KJPGSequentialUidValue};
williamr@2
    60
williamr@2
    61
/** 
williamr@2
    62
Identifier for the JPEG Progressive property.
williamr@2
    63
 @see KJPGProgressiveUidValue
williamr@2
    64
*/ 
williamr@2
    65
const TUid KUidJPGProgressive   = {KJPGProgressiveUidValue};
williamr@2
    66
williamr@2
    67
/** 
williamr@2
    68
Identifier for the arbitrary scaling property.
williamr@2
    69
 @see KArbitraryScalingUidValue
williamr@2
    70
*/ 
williamr@2
    71
const TUid KUidArbitraryScaling   = {KArbitraryScalingUidValue};
williamr@2
    72
williamr@2
    73
/** 
williamr@2
    74
Identifier for the EColor16MA support property.
williamr@2
    75
 @see KEColor16MASupportUidValue
williamr@2
    76
*/ 
williamr@2
    77
const TUid KUidEColor16MASupport   = {KEColor16MASupportUidValue};
williamr@2
    78
williamr@2
    79
/** 
williamr@2
    80
Identifier for the thumbnail support property. 
williamr@2
    81
 @see KThumbnailSupportUidValue
williamr@2
    82
*/ 
williamr@2
    83
const TUid KUidThumbnailSupport   = {KThumbnailSupportUidValue};
williamr@2
    84
williamr@2
    85
/** 
williamr@2
    86
Identifier for the  thumbnail autogeneration property.
williamr@2
    87
 @see KThumbnailAutogenerationUidValue
williamr@2
    88
*/ 
williamr@2
    89
const TUid KUidThumbnailAutogeneration   = {KThumbnailAutogenerationUidValue};
williamr@2
    90
williamr@2
    91
/** 
williamr@2
    92
Identifier for the decoding to reduced size support property.
williamr@2
    93
 @see KDecodeToReducedSizeSupportUidValue
williamr@2
    94
*/ 
williamr@2
    95
const TUid KUidDecodeToReducedSizeSupport   = {KDecodeToReducedSizeSupportUidValue};
williamr@2
    96
williamr@2
    97
/**
williamr@2
    98
Identifier for an ICL Extension. This is used in the opaque_data section of an ICL
williamr@2
    99
codec plugin as part of a pair of values "KUidICLExtension <extension_flags_modifier>"
williamr@2
   100
where extension_flags_modifier is a bitfield advertising extensions that the codec supports.
williamr@2
   101
 @see KICLExtensionUidValue 
williamr@2
   102
 @see CImageDecoder::TOptions and CImageEncoder::TOptions for EOptionExt* flags which are valid.
williamr@2
   103
*/
williamr@2
   104
const TUid KUidICLExtension = {KICLExtensionUidValue};
williamr@2
   105
williamr@2
   106
#endif // ICL_PROPERTYUIDS_H