epoc32/include/imageframeconst.hrh
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     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 // Definition for Image Frame const.
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20  @publishedAll
    21  @released
    22 */
    23 
    24 #ifndef IMAGEFRAMECONST_HRH
    25 #define IMAGEFRAMECONST_HRH
    26 
    27 /** 
    28 Defines the numerical value for KUidOptionConvertFrame.
    29  @see KUidOptionConvertFrame
    30 */
    31 #define KOptionConvertFrameUidValue 		0x1027376F
    32 
    33 /** 
    34 Defines the numerical value for KUidOptionContinueConvertFrame.
    35  @see KUidOptionContinueConvertFrame
    36 */
    37 #define KOptionContinueConvertFrameUidValue 0x102737F6
    38 
    39 /** 
    40 Defines the numerical value for KUidRecommendBufferSize.
    41  @see KUidRecommendBufferSize
    42 */
    43 #define KOptionRecommendBufferSizeUidValue 	0x10273770
    44 
    45 /** 
    46 Defines the numerical value for KUidIclImageFrameFormat.
    47  @see KUidIclImageFrameFormat 
    48 */
    49 #define KIclImageFrameFormatUidValue		0x10273755
    50 
    51 /** 
    52 Defines the numerical value for KUidIclImageFrameLayout.
    53  @see KUidIclImageFrameLayout 
    54 */
    55 #define KIclImageFrameLayoutUidValue		0x10273756
    56 
    57 /** 
    58 Defines the numerical value for KUidColourSpaceYCbCr.
    59  @see KUidColourSpaceYCbCr 
    60 */
    61 #define KColourSpaceYCbCrUidValue		0x10273781
    62 
    63 /** 
    64 Defines the numerical value for KUidColourSpaceYUV.
    65  @see KUidColourSpaceYUV
    66 */
    67 #define KColourSpaceYUVUidValue			0x10273782
    68 
    69 /** 
    70 Defines the numerical value for KUidColourSpaceRGB.
    71  @see KUidColourSpaceRGB
    72 */
    73 #define KColourSpaceRGBUidValue			0x10273783
    74 
    75 /** 
    76 Defines the numerical value for KUidSamplingMonochrome.
    77  @see KUidSamplingMonochrome
    78 */
    79 #define KSamplingMonochromeUidValue		0x10273784
    80 
    81 /** 
    82 Defines the numerical value for KUidSamplingColor444.
    83  @see KUidSamplingColor444
    84 */
    85 #define KSamplingColor444UidValue		0x10273785
    86 
    87 /** 
    88 Defines the numerical value for KUidSamplingColor422.
    89  @see KUidSamplingColor422
    90 */
    91 #define KSamplingColor422UidValue		0x10273786
    92 
    93 /** 
    94 Defines the numerical value for KUidSamplingColor420.
    95  @see KUidSamplingColor420
    96 */
    97 #define KSamplingColor420UidValue		0x10273787
    98 
    99 /** 
   100 Defines the numerical value for KUidSamplingColor411.
   101  @see KUidSamplingColor411
   102 */
   103 #define KSamplingColor411UidValue		0x10273788
   104 
   105 #endif // IMAGEFRAMECONST_HRH