epoc32/include/imageframeconst.hrh
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
     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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Definition for Image Frame const.
    15 // 
    16 //
    17 
    18 
    19 
    20 /**
    21  @file
    22  @publishedAll
    23  @released
    24 */
    25 
    26 #ifndef IMAGEFRAMECONST_HRH
    27 #define IMAGEFRAMECONST_HRH
    28 
    29 /** 
    30 Defines the numerical value for KUidOptionConvertFrame.
    31  @see KUidOptionConvertFrame
    32 */
    33 #define KOptionConvertFrameUidValue 		0x1027376F
    34 
    35 /** 
    36 Defines the numerical value for KUidOptionContinueConvertFrame.
    37  @see KUidOptionContinueConvertFrame
    38 */
    39 #define KOptionContinueConvertFrameUidValue 0x102737F6
    40 
    41 /** 
    42 Defines the numerical value for KUidRecommendBufferSize.
    43  @see KUidRecommendBufferSize
    44 */
    45 #define KOptionRecommendBufferSizeUidValue 	0x10273770
    46 
    47 /** 
    48 Defines the numerical value for KUidIclImageFrameFormat.
    49  @see KUidIclImageFrameFormat 
    50 */
    51 #define KIclImageFrameFormatUidValue		0x10273755
    52 
    53 /** 
    54 Defines the numerical value for KUidIclImageFrameLayout.
    55  @see KUidIclImageFrameLayout 
    56 */
    57 #define KIclImageFrameLayoutUidValue		0x10273756
    58 
    59 /** 
    60 Defines the numerical value for KUidColourSpaceYCbCr.
    61  @see KUidColourSpaceYCbCr 
    62 */
    63 #define KColourSpaceYCbCrUidValue		0x10273781
    64 
    65 /** 
    66 Defines the numerical value for KUidColourSpaceYUV.
    67  @see KUidColourSpaceYUV
    68 */
    69 #define KColourSpaceYUVUidValue			0x10273782
    70 
    71 /** 
    72 Defines the numerical value for KUidColourSpaceRGB.
    73  @see KUidColourSpaceRGB
    74 */
    75 #define KColourSpaceRGBUidValue			0x10273783
    76 
    77 /** 
    78 Defines the numerical value for KUidSamplingMonochrome.
    79  @see KUidSamplingMonochrome
    80 */
    81 #define KSamplingMonochromeUidValue		0x10273784
    82 
    83 /** 
    84 Defines the numerical value for KUidSamplingColor444.
    85  @see KUidSamplingColor444
    86 */
    87 #define KSamplingColor444UidValue		0x10273785
    88 
    89 /** 
    90 Defines the numerical value for KUidSamplingColor422.
    91  @see KUidSamplingColor422
    92 */
    93 #define KSamplingColor422UidValue		0x10273786
    94 
    95 /** 
    96 Defines the numerical value for KUidSamplingColor420.
    97  @see KUidSamplingColor420
    98 */
    99 #define KSamplingColor420UidValue		0x10273787
   100 
   101 /** 
   102 Defines the numerical value for KUidSamplingColor411.
   103  @see KUidSamplingColor411
   104 */
   105 #define KSamplingColor411UidValue		0x10273788
   106 
   107 #endif // IMAGEFRAMECONST_HRH