1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/imageframeconst.hrh Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -0,0 +1,107 @@
1.4 +// Copyright (c) 2005-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 +// Definition for Image Frame const.
1.18 +//
1.19 +//
1.20 +
1.21 +
1.22 +
1.23 +/**
1.24 + @file
1.25 + @publishedAll
1.26 + @released
1.27 +*/
1.28 +
1.29 +#ifndef IMAGEFRAMECONST_HRH
1.30 +#define IMAGEFRAMECONST_HRH
1.31 +
1.32 +/**
1.33 +Defines the numerical value for KUidOptionConvertFrame.
1.34 + @see KUidOptionConvertFrame
1.35 +*/
1.36 +#define KOptionConvertFrameUidValue 0x1027376F
1.37 +
1.38 +/**
1.39 +Defines the numerical value for KUidOptionContinueConvertFrame.
1.40 + @see KUidOptionContinueConvertFrame
1.41 +*/
1.42 +#define KOptionContinueConvertFrameUidValue 0x102737F6
1.43 +
1.44 +/**
1.45 +Defines the numerical value for KUidRecommendBufferSize.
1.46 + @see KUidRecommendBufferSize
1.47 +*/
1.48 +#define KOptionRecommendBufferSizeUidValue 0x10273770
1.49 +
1.50 +/**
1.51 +Defines the numerical value for KUidIclImageFrameFormat.
1.52 + @see KUidIclImageFrameFormat
1.53 +*/
1.54 +#define KIclImageFrameFormatUidValue 0x10273755
1.55 +
1.56 +/**
1.57 +Defines the numerical value for KUidIclImageFrameLayout.
1.58 + @see KUidIclImageFrameLayout
1.59 +*/
1.60 +#define KIclImageFrameLayoutUidValue 0x10273756
1.61 +
1.62 +/**
1.63 +Defines the numerical value for KUidColourSpaceYCbCr.
1.64 + @see KUidColourSpaceYCbCr
1.65 +*/
1.66 +#define KColourSpaceYCbCrUidValue 0x10273781
1.67 +
1.68 +/**
1.69 +Defines the numerical value for KUidColourSpaceYUV.
1.70 + @see KUidColourSpaceYUV
1.71 +*/
1.72 +#define KColourSpaceYUVUidValue 0x10273782
1.73 +
1.74 +/**
1.75 +Defines the numerical value for KUidColourSpaceRGB.
1.76 + @see KUidColourSpaceRGB
1.77 +*/
1.78 +#define KColourSpaceRGBUidValue 0x10273783
1.79 +
1.80 +/**
1.81 +Defines the numerical value for KUidSamplingMonochrome.
1.82 + @see KUidSamplingMonochrome
1.83 +*/
1.84 +#define KSamplingMonochromeUidValue 0x10273784
1.85 +
1.86 +/**
1.87 +Defines the numerical value for KUidSamplingColor444.
1.88 + @see KUidSamplingColor444
1.89 +*/
1.90 +#define KSamplingColor444UidValue 0x10273785
1.91 +
1.92 +/**
1.93 +Defines the numerical value for KUidSamplingColor422.
1.94 + @see KUidSamplingColor422
1.95 +*/
1.96 +#define KSamplingColor422UidValue 0x10273786
1.97 +
1.98 +/**
1.99 +Defines the numerical value for KUidSamplingColor420.
1.100 + @see KUidSamplingColor420
1.101 +*/
1.102 +#define KSamplingColor420UidValue 0x10273787
1.103 +
1.104 +/**
1.105 +Defines the numerical value for KUidSamplingColor411.
1.106 + @see KUidSamplingColor411
1.107 +*/
1.108 +#define KSamplingColor411UidValue 0x10273788
1.109 +
1.110 +#endif // IMAGEFRAMECONST_HRH