examples/Multimedia/ICL/ICLCodec/101F4122_extra.rss

00001 // 101F45C7_extra.rss
00002 //
00003 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
00004 // All rights reserved.
00005 // This component and the accompanying materials are made available
00006 // under the terms of "Eclipse Public License v1.0"
00007 // which accompanies this distribution, and is available
00008 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00009 //
00010 // Initial Contributors:
00011 // Nokia Corporation - initial contribution.
00012 //
00013 // Contributors:
00014 //
00015 // Description:
00016 //
00017 //
00018 
00019 STRUCT DECODER_INFO
00020         {
00021         LTEXT   decoder_name;
00022         LTEXT   image_format;
00023         LTEXT   image_dimensions;
00024         LTEXT   image_depth[];
00025         LTEXT   image_details;
00026         }
00027 
00028 RESOURCE DECODER_INFO theDecoderInfo
00029         {
00030         decoder_name = "Decoder: Example Png decoder V1.0";
00031         image_format = "Format: Png";
00032         image_dimensions = "Dimensions: %dx%d pixels";
00033         image_depth = {"Depth: %dbpp b&w", "Depth: %dbpp colour"};
00034         image_details = "Details: Image includes alpha channel";
00035         }
00036 

Generated by  doxygen 1.6.2