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
void MHEG5ingredientInit(MHEG5Ingredient *ingredient)
Initialise a ingredient object with default values.
Definition: mh5ingredient.c:622
MHEG5ErrorCode MHEG5clone(MHEG5Root *target, MHEG5GList *params)
Implementation of the Clone action Clone (CloneRefVar) If the engine supports the Cloning option the ...
Definition: mh5ingredient.c:1111
short MHEG5Short
Definition: mh5base.h:68
MHEG5Bool shared
Definition: mh5ingredient.h:72
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:1211
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:1334
MHEG5Int contentHook
Definition: mh5ingredient.h:69
MHEG5Bool referenced
Definition: mh5ingredient.h:49
Definition: mh5ingredient.h:63
MHEG5Byte * data
Definition: mh5ingredient.h:80
void MHEG5ingredientDestruct(MHEG5Ingredient *ingredient)
Implementation of the Destruction behaviour Execute the following sequence of actions: ...
Definition: mh5ingredient.c:856
void MHEG5ingredientActivate(MHEG5Ingredient *ingredient)
Implementation of Activate behaviour Inherrited from Root class.
Definition: mh5ingredient.c:887
void MHEG5ingredientContentPrepare(MHEG5Ingredient *ingredient)
Implementation of the ContentPrepare behaviour COR.1 6.6: ContentPreparation Apply the following sequ...
Definition: mh5ingredient.c:775
void * ormHandle
Definition: mh5ingredient.h:82
MHEG5String reference
Definition: mh5ingredient.h:55
long MHEG5Int
Definition: mh5base.h:69
MHEG5ErrorCode MHEG5setData(MHEG5Root *target, MHEG5GList *params)
Implementation of SetData action SetData (NewContent) Set the Content attribute of the target Ingredi...
Definition: mh5ingredient.c:942
MHEG5String included
Definition: mh5ingredient.h:52
Implementation of Root class Description Root class of all MHEG-5 classes. Base class None Subclasses...
MHEG5Bool cloned
Definition: mh5ingredient.h:79
Definition: mh5base.h:165
short MHEG5Bool
Definition: mh5base.h:67
MHEG5ErrorCode
Definition: mh5base.h:218
unsigned char MHEG5Byte
Definition: mh5base.h:70
MHEG5ContentBody content
Definition: mh5ingredient.h:75
union sMHEG5ContentBody::@1 ref
struct sMHEG5Ingredient * prev
Definition: mh5ingredient.h:84
MHEG5ContentBody originalContent
Definition: mh5ingredient.h:70
struct sMHEG5Ingredient * hnxt
Definition: mh5ingredient.h:85
MHEG5Short cpState
Definition: mh5ingredient.h:76
void MHEG5ingredientClone(MHEG5Ingredient *destination, MHEG5Ingredient *source)
Implementation of the ingredient part of the clone action.
Definition: mh5ingredient.c:661
void MHEG5ingredientDeactivate(MHEG5Ingredient *ingredient)
Implementation of Deactivate behaviour Inherrited from Root class.
Definition: mh5ingredient.c:899
void MHEG5ingredientPrepare(MHEG5Ingredient *ingredient)
Implementation of the Preparation behaviour Inherrited from Root class.
Definition: mh5ingredient.c:729
struct sMHEG5ContentBody MHEG5ContentBody
MHEG5Int priority
Definition: mh5ingredient.h:57
struct sMHEG5Ingredient * next
Definition: mh5ingredient.h:83
Definition: mh5ingredient.h:47
struct sMHEG5Ingredient MHEG5Ingredient
MHEG5Int dataLen
Definition: mh5ingredient.h:81
void MHEG5ingredientFree(MHEG5Ingredient *ingredient)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5ingredient.c:639
MHEG5Bool initiallyStopped
Definition: mh5ingredient.h:71
MHEG5Int size
Definition: mh5ingredient.h:56
MHEG5Root root
Definition: mh5ingredient.h:66