Go to the source code of this file.
|
void | MHEG5displayLineart (int x1, int y1, int boxX1, int boxY1, int boxX2, int boxY2, MHEG5Bool bbbox, MHEG5Int lineWidth, MHEG5Int lineStyle, MHEG5Colour *refLineColour, MHEG5Colour *refFillColour) |
| Draw a Lineart Object. More...
|
|
void | MHEG5displayHotspot (MHEG5Visible *visible, int x1, int y1, int x2, int y2) |
| Draw a Hotspot. More...
|
|
void | MHEG5displayPushbutton (MHEG5Visible *visible, int x1, int y1, int x2, int y2) |
| Draw a Pushbutton. More...
|
|
void | MHEG5displaySwitchbutton (MHEG5Visible *visible, int x1, int y1, int x2, int y2) |
| Draw a Switchbutton. More...
|
|
void | MHEG5displayRTGraphics (MHEG5RTGraphics *rtgraphics, int x1, int y1, int x2, int y2) |
|
void | MHEG5displayRtgraphicsPlay (MHEG5RTGraphics *rtgraphics) |
| Begin playback of the specified RTGraphics object. More...
|
|
void | MHEG5displayRtgraphicsStop (void) |
| Stops playback of the RTGraphics (subtitle) media decoder. More...
|
|
void | MHEG5displayRtGraphicsReset (void) |
| Reset all media decoders to default values. This is used when the MHEG-5 engine is terminated, or the last application quits. More...
|
|
void | MHEG5displayRtGraphicsUpdate (MHEG5Bool terminating, MHEG5Bool fullScreen) |
|
More...
|
|
- Date
- 20/12/2012
- Author
- Adam Sturtridge
void MHEG5displayHotspot |
( |
MHEG5Visible * |
visible, |
|
|
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2 |
|
) |
| |
Draw a Hotspot.
- Parameters
-
- Returns
- void
void MHEG5displayLineart |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
boxX1, |
|
|
int |
boxY1, |
|
|
int |
boxX2, |
|
|
int |
boxY2, |
|
|
MHEG5Bool |
bbbox, |
|
|
MHEG5Int |
lineWidth, |
|
|
MHEG5Int |
lineStyle, |
|
|
MHEG5Colour * |
refLineColour, |
|
|
MHEG5Colour * |
refFillColour |
|
) |
| |
Draw a Lineart Object.
- Parameters
-
int | x1 |
int | y1 |
int | boxX1 |
int | boxY1 |
int | boxX2 |
int | boxY2 |
MHEG5Bool | bbbox |
MHEG5Int | lineWidth |
MHEG5Int | lineStyle |
MHEG5Colour | *refLineColour |
MHEG5Colour | *refFillColour |
- Returns
- void
void MHEG5displayPushbutton |
( |
MHEG5Visible * |
visible, |
|
|
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2 |
|
) |
| |
Draw a Pushbutton.
- Parameters
-
- Returns
- void
void MHEG5displayRTGraphics |
( |
MHEG5RTGraphics * |
rtgraphics, |
|
|
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2 |
|
) |
| |
Begin playback of the specified RTGraphics object.
- Parameters
-
rtgraphics | RTGraphics object to play |
- Returns
- void
void MHEG5displayRtGraphicsReset |
( |
void |
| ) |
|
Reset all media decoders to default values. This is used when the MHEG-5 engine is terminated, or the last application quits.
- Returns
- void
void MHEG5displayRtgraphicsStop |
( |
void |
| ) |
|
Stops playback of the RTGraphics (subtitle) media decoder.
- Returns
- void
void MHEG5displaySwitchbutton |
( |
MHEG5Visible * |
visible, |
|
|
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2 |
|
) |
| |
Draw a Switchbutton.
- Parameters
-
- Returns
- void