62    MHEG5Bool terminationFreeze;
    63    MHEG5Int componentTag;
   229 void MHEG5videoPrint(
MHEG5Video *video, 
char *out);
 void MHEG5videoDestruct(MHEG5Video *video)
Destruct a video object. See also MHEG5videoInit. 
Definition: mh5video.c:200
 
void MHEG5videoDeactivate(MHEG5Video *video)
Apply the deactivation behaviour of the video class. As this class has no own deactivation behaviour ...
Definition: mh5video.c:171
 
MHEG5ErrorCode MHEG5getVideoDecodeOffset(MHEG5Root *target, MHEG5GList *params)
Implementation of the GetVideoDecodeOffset (XOffsetVar, YOffsetVar) action of the video class...
Definition: mh5video.c:368
 
Implement the MHEG5 Stream Class Stream Class Defines the behaviour of a composition of continuous me...
 
MHEG5ErrorCode MHEG5setVideoDecodeOffset(MHEG5Root *target, MHEG5GList *params)
Implementation of the SetVideoDecodeOffset (NewXOffset, NewYOffset) action of the video class...
Definition: mh5video.c:312
 
Definition: mh5visible.h:46
 
void MHEG5videoActivate(MHEG5Video *video)
Apply the activation behaviour of the video class. 
Definition: mh5video.c:141
 
void MHEG5videoPrepare(MHEG5Video *video)
Apply the preparation behaviour of the video class As this class has no own preparation behaviour thi...
Definition: mh5video.c:125
 
Definition: mh5base.h:169
 
Definition: mh5stream.h:62
 
Implement the MHEG5 Presentable Class Description Presentable Class Defines the behaviour of objects ...
 
Definition: mh5video.h:46
 
void MHEG5videoFree(MHEG5Video *video)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5video.c:106
 
void MHEG5videoInit(MHEG5Video *video)
<Function description>=""> 
Definition: mh5video.c:92
 
MHEG5ErrorCode MHEG5scaleVideo(MHEG5Root *target, MHEG5GList *params)
Implementation of the ScaleVideo (XScale, YScale) action of the video class. The effect of this actio...
Definition: mh5video.c:240