one View table | Title | Data | Data Name | No |
Model name | explanation |
---|---|
Uint8 | unsigned 1-byte integer |
Sint8 | Signed 1-byte integer |
Uint16 | unsigned 2-byte integer |
Sint16 | signed 2-byte integer |
Uint32 | unsigned 4-byte integer |
Sint32 | signed 4-byte integer |
Bool | Logical type. Takes the following values |
one View table | Title | Data | Data Name | No |
constant name | explanation |
---|---|
MPG_ERR_OK | normal termination |
MPG_ERR_CDINIT | Failed to initialize CD block |
MPG_ERR_NOMC | No MPEG cartridge |
MPG_ERR_MPNG | MPEG check failed |
MPG_ERR_MPINIT | MPEG decoder initialization failed |
MPG_ERR_TMOUT | timeout |
MPG_ERR_PLAYING | Playing another MPEG stream |
MPG_ERR_MCON | Failed to connect MPEG decoder |
MPG_ERR_RCV | Stop processing was performed during restoration processing |
MPG_ERR_CHG | Stop processing was performed during switching processing. |
MPG_ERR_ILLSTAT | Handle is not operational |
MPG_ERR_ENTRYNG | Failed to register the next video |
MPG_ERR_ILLHDL | using an invalid handle |
MPG_ERR_CREATE | Failed to generate handle |
MPG_ERR_GETTC | Failed to get timecode |
MPG_ERR_DESTROY | Failed to delete handle |
MPG_ERR_WAIT | MPEG command execution becomes WAIT |
MPG_ERR_NG | Other abnormal terminations |
one View table | Title | Data | Data Name | No |
Model name | explanation |
---|---|
MpgMv | MPEG video handle |
one View table | Title | Data | Data Name | No |
Model name | explanation |
---|---|
MpgSp | MPEG still image handle |
one View table | Title | Data | Data Name | No |
Model name | explanation |
---|---|
MpgWn | MPEG window |
one View table | Title | Data | Data Name | No |
dst | :Forwarding address |
src | :Forwarding address |
nbyte | : Number of bytes transferred |
one View table | Title | Data | Data Name | No |
obj | :Registered object |
errcode | :Error code |
one View table | Title | Data | Data Name | No |
access macro | mold | explanation |
---|---|---|
MPG_ERR_FUNC(err) | MpgErrFunc | pointer to error function |
MPG_ERR_OBJ(err) | void * | First argument of error function |
MPG_ERR_CODE(err) | Sint32 | Error code |