26 #ifndef _MH5INGREDIENT_H    27 #define _MH5INGREDIENT_H    35 #define MHEG5CHOOK_UNDEFINED 0xFFFF    38 #define CP_STATE_INITIAL   0    39 #define CP_STATE_PRELOAD   1    40 #define CP_STATE_CHANGED   2    71    MHEG5Bool initiallyStopped;
 void MHEG5ingredientInit(MHEG5Ingredient *ingredient)
Initialise a ingredient object with default values. 
Definition: mh5ingredient.c:618
 
MHEG5ErrorCode MHEG5clone(MHEG5Root *target, MHEG5GList *params)
Implementation of the Clone action Clone (CloneRefVar) If the engine supports the Cloning option the ...
Definition: mh5ingredient.c:1105
 
MHEG5ErrorCode MHEG5preload(MHEG5Root *target, MHEG5GList *params)
Implementation of the Preload action Preload Prepares an Ingredient and provides a hint to the MHEG-5...
Definition: mh5ingredient.c:1205
 
MHEG5ErrorCode MHEG5unload(MHEG5Root *target, MHEG5GList *params)
Implementation of the Unload action Unload Destroys an Ingredient and provides a hint to the MHEG-5 e...
Definition: mh5ingredient.c:1326
 
Definition: mh5ingredient.h:63
 
void MHEG5ingredientDestruct(MHEG5Ingredient *ingredient)
Implementation of the Destruction behaviour Execute the following sequence of actions: ...
Definition: mh5ingredient.c:850
 
void MHEG5ingredientActivate(MHEG5Ingredient *ingredient)
Implementation of Activate behaviour Inherrited from Root class. 
Definition: mh5ingredient.c:881
 
void MHEG5ingredientContentPrepare(MHEG5Ingredient *ingredient)
Implementation of the ContentPrepare behaviour COR.1 6.6: ContentPreparation Apply the following sequ...
Definition: mh5ingredient.c:769
 
MHEG5ErrorCode MHEG5setData(MHEG5Root *target, MHEG5GList *params)
Implementation of SetData action SetData (NewContent) Set the Content attribute of the target Ingredi...
Definition: mh5ingredient.c:936
 
Implementation of Root class Description Root class of all MHEG-5 classes. Base class None Subclasses...
 
Definition: mh5base.h:169
 
void MHEG5ingredientClone(MHEG5Ingredient *destination, MHEG5Ingredient *source)
Implementation of the ingredient part of the clone action. 
Definition: mh5ingredient.c:657
 
void MHEG5ingredientDeactivate(MHEG5Ingredient *ingredient)
Implementation of Deactivate behaviour Inherrited from Root class. 
Definition: mh5ingredient.c:893
 
void MHEG5ingredientPrepare(MHEG5Ingredient *ingredient)
Implementation of the Preparation behaviour Inherrited from Root class. 
Definition: mh5ingredient.c:723
 
Definition: mh5ingredient.h:47
 
void MHEG5ingredientFree(MHEG5Ingredient *ingredient)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5ingredient.c:635