229 void MHEG5videoPrint(
MHEG5Video *video,
char *out);
MHEG5Int componentTag
Definition: mh5video.h:63
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
MHEG5Stream * parent
Definition: mh5video.h:65
MHEG5Bool terminationFreeze
Definition: mh5video.h:62
MHEG5Int yOffset
Definition: mh5video.h:58
MHEG5Visible visible
Definition: mh5video.h:49
long MHEG5Int
Definition: mh5base.h:69
void MHEG5videoActivate(MHEG5Video *video)
Apply the activation behaviour of the video class.
Definition: mh5video.c:141
MHEG5Int yScale
Definition: mh5video.h:54
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:165
short MHEG5Bool
Definition: mh5base.h:67
MHEG5ErrorCode
Definition: mh5base.h:218
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
MHEG5Int xOffset
Definition: mh5video.h:57
MHEG5Int xScale
Definition: mh5video.h:53
MHEG5Bool scaleSet
Definition: mh5video.h:52
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