MHEG5  15.3.0
source/classes/inc/mh5palette.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
00003  * Copyright © 2004 Ocean Blue Software Ltd
00004  * Copyright © 2000 Koninklijke Philips Electronics N.V
00005  *
00006  * This file is part of a DTVKit Software Component
00007  * You are permitted to copy, modify or distribute this file subject to the terms
00008  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
00009  * 
00010  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
00011  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
00012  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
00013  * 
00014  * If you or your organisation is not a member of DTVKit then you have access
00015  * to this source code outside of the terms of the licence agreement
00016  * and you are expected to delete this and any associated files immediately.
00017  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
00018  *******************************************************************************/
00031 #ifndef _MH5PALETTE_H
00032 #define _MH5PALETTE_H
00033 
00034 /*---includes for this file--------------------------------------------------*/
00035 #include "mh5ingredient.h"
00036 
00037 /*---Constant and macro definitions for public use---------------------------*/
00038 
00039 /*---Enumerations for public use---------------------------------------------*/
00040 
00041 /*---Global type defs for public use-----------------------------------------*/
00042 typedef struct sMHEG5Palette
00043 {
00044    /* Base class */
00045    MHEG5Ingredient ingredient;
00046 
00047    /* No exchanged attributes for this class */
00048 
00049    /* No internal attributes for this class */
00050 } MHEG5Palette;
00051 
00052 /*---Global variable declarations for public use-----------------------------*/
00053 
00054 /*---Global Function prototypes for public use-------------------------------*/
00055 
00066 void MHEG5paletteInit(MHEG5Palette *palette);
00067 
00068 
00076 void MHEG5paletteFree(MHEG5Palette *palette);
00077 
00078 /*
00079      Internal behaviours
00080  */
00081 void MHEG5palettePrepare(MHEG5Palette *palette);
00082 void MHEG5paletteDestruct(MHEG5Palette *palette);
00083 void MHEG5paletteActivate(MHEG5Palette *palette);
00084 void MHEG5paletteDeactivate(MHEG5Palette *palette);
00085 
00086 /*
00087    Debug
00088  */
00089 #ifdef MH5PRINTOUT
00090 void MHEG5palettePrint(MHEG5Palette *palette, char *out);
00091 #endif
00092 
00093 #endif /*_MH5PALETTE_H*/
 All Data Structures Files Functions Variables Typedefs Defines