29 #ifndef _MHEG5DISPLAY_H
30 #define _MHEG5DISPLAY_H
45 #define MHEG5displayShow(v) MHEG5displayVisUpd(v, 0)
46 #define MHEG5displayHide(v) MHEG5displayVisUpd(v, 1)
47 #define MHEG5displayRedraw(v) if ((v)->ingredient.root.runningStatus) MHEG5displayVisUpd(v, 2);
70 #ifdef INCLUDE_FREESAT
75 void MHEG5displayImagePlaneStop(
void);
190 #ifdef MHEG5_STREAM_TRICK_MODES
196 #ifdef INCLUDE_SURFACE_THRESHOLD
205 void MHEG5displaySetSurfaceThreshold(
S32BIT pixels);
221 #ifdef _MOVINGCURSOR_
void MHEG5groupRedraw(MHEG5Root *group)
Definition: mh5display.c:1442
Definition: mh5bitmap.h:42
Implementation of the RTGraphics class Description Defines the attributes and behaviour of non-persis...
Implementation of the Video class Description Defines the attributes and behaviour of an elementary v...
void MHEG5displayUpdate(void)
Update the display, redrawing any visible objects that are in the dirty rectangle.
Definition: mh5display.c:1978
void MHEG5displayUnlockStreams(void)
Unlock streams, allow stream updates.
Definition: mh5display.c:2905
void MHEG5notifyVideoStarted(void)
Definition: mh5display.c:2676
Implement the MHEG5 Stream Class Stream Class Defines the behaviour of a composition of continuous me...
U32BIT OSDColor
Definition: osdtypes.h:41
Implement the MHEG5 LineArt Class. Defines functionality associated with vectorial representation of ...
Definition: mh5visible.h:46
void MHEG5displayResume(void)
Definition: mh5display.c:1380
void MHEG5displayVideoPlay(MHEG5Video *video)
Begin playback of the specified video object.
Definition: mh5display.c:2214
void MHEG5ForceStreamUpdate(void)
<Function description>="">
Definition: mh5display.c:2661
OSDColor MHEG5displayColour(MHEG5Colour *colour)
Convert Generic Colour value to OSD specific value. If the generic colour is encoded as a string it i...
Definition: mh5display.c:249
void MHEG5displayAudioPlay(MHEG5Audio *audio)
Begin playback of the specified audio object.
Definition: mh5display.c:2091
void MHEG5displayVideoPositionUpdate(void)
Definition: mh5display.c:2656
void MHEG5groupClearImages(MHEG5Root *group)
Definition: mh5display.c:1406
void MHEG5displaySetVolume(MHEG5Int volume)
Volume Control.
Definition: mh5display.c:2916
uint8_t U8BIT
Definition: techtype.h:93
void MHEG5displayVideoStop(void)
Stops playback of the video media decoder.
Definition: mh5display.c:2396
long MHEG5Int
Definition: mh5base.h:69
void MHEG5displayAudioStop(void)
Stops playback of the audio media decoder.
Definition: mh5display.c:2378
Implement the MHEG5 Rectangle Class Rectangle Class Defines a data structure that deals with rectangl...
void MHEG5displayIFrameStart(MHEG5Bitmap *bitmap)
Start displaying an I-Frame.
Definition: mh5display.c:2542
void MHEG5notifyAudioStopped(BOOLEAN isClip)
Definition: mh5display.c:2806
Definition: mh5stream.h:62
Implement the MHEG5 Visible Class Defines the behaviour of Presentables that have a visual representa...
void MHEG5displayStreamPlay(MHEG5Stream *stream)
Begin playback of all active components in the specifed stream object.
Definition: mh5display.c:2327
void MHEG5notifyAudioStarted(BOOLEAN isClip)
Definition: mh5display.c:2762
Module Description: Implement the MHEG5 Bitmap Class. 32 Bitmap Class Defines the behaviour of a two-...
int32_t S32BIT
Definition: techtype.h:98
Definition: mh5video.h:46
Definition: mh5base.h:143
void MHEG5notifyVideoStopped(void)
Definition: mh5display.c:2714
void MHEG5displayStreamUpdate(void)
Definition: mh5display.c:1926
void MHEG5displayLockStreams(void)
Lock streams, disallow any stream updates.
Definition: mh5display.c:2896
void MHEG5displayAudioDestroy(MHEG5Audio *audio)
Definition: mh5display.c:2509
U8BIT BOOLEAN
Definition: techtype.h:112
void MHEG5displayShowAll(void)
Redisplay all active visible objects. AKD: Optimised 12/5/99.
Definition: mh5display.c:1347
void MHEG5displayResetStreamDecoders(BOOLEAN update)
Reset all media decoders to default values. This is used when the MHEG-5 engine is terminated...
Definition: mh5display.c:2851
Implement the MHEG5 Audio Class Audio Class Defines the attributes and behaviour of an elementary aud...
void MHEG5displayStreamStop(MHEG5Stream *stream)
Stops playback of all active component of the specified stream object.
Definition: mh5display.c:2415
void MHEG5displayIframeDestroy(MHEG5Bitmap *iframe)
Definition: mh5display.c:2528
void MHEG5displayIFrameStop(void)
Stop displaying an I-Frame.
Definition: mh5display.c:2644
void MHEG5displayClear(void)
<Function description>="">
Definition: mh5display.c:210
void MHEG5displayVisUpd(MHEG5Visible *visible, U8BIT upd)
Definition: mh5display.c:721
Definition: mh5audio.h:45
void MHEG5displayVideoDestroy(MHEG5Video *video)
Definition: mh5display.c:2518