33 #ifndef _MH5RTGRAPHICS_H 34 #define _MH5RTGRAPHICS_H 53 MHEG5Bool terminationFreeze;
54 MHEG5Int componentTag;
void MHEG5rtgraphicsActivate(MHEG5RTGraphics *rtgraphics)
Apply the activation behaviour of the RTGraphics class.
Definition: mh5rtgraphics.c:138
void MHEG5rtgraphicsFree(MHEG5RTGraphics *rtgraphics)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5rtgraphics.c:108
Implement the MHEG5 Stream Class Stream Class Defines the behaviour of a composition of continuous me...
Definition: mh5visible.h:46
void MHEG5rtgraphicsPrepare(MHEG5RTGraphics *rtgraphics)
Apply the preparation behaviour of the RTGraphics class As this class has no own preparation behaviou...
Definition: mh5rtgraphics.c:127
Definition: mh5stream.h:62
Implement the MHEG5 Presentable Class Description Presentable Class Defines the behaviour of objects ...
void MHEG5rtgraphicsDeactivate(MHEG5RTGraphics *rtgraphics)
Apply the deactivation behaviour of the RTGraphics class. As this class has no own deactivation behav...
Definition: mh5rtgraphics.c:166
void MHEG5rtgraphicsDestruct(MHEG5RTGraphics *rtgraphics)
Destruct a RTGraphics object.
Definition: mh5rtgraphics.c:189
void MHEG5rtgraphicsInit(MHEG5RTGraphics *rtgraphics)
Initialise a RTGraphics object with default values.
Definition: mh5rtgraphics.c:94
Definition: mh5rtgraphics.h:47