★ PROGRAMMER'S GUIDE ★ MPEG libraryList | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
[remarks] (a) The handle must be stopped for both audio and video. (b) The handle is not registered as the handle to be played next by the MPG_MvEntryNext function. (c) In this function, the playback stop function is executed.
List | Title | Function | Function Name | No |
mpgsp | : MPEG still image handle |
dst | :Output destination |
List | Title | Function | Function Name | No |
mpgsp | : MPEG still image handle |
vcnd | : MPEG video stream termination condition |
・ MPG_TCND_EOR | : When transferring a sector with an EOR bit set |
・ MPG_TCND_SEC | : When system end code appears in the stream |
・ MPG_TCND_NON | : Do not set the end condition |
List | Title | Function | Function Name | No |
mpgsp | : MPEG still image handle |
ch | : Channel number (MPG_IGNORE: not specified) |
List | Title | Function | Function Name | No |
mpgsp | : MPEG still image handle |
id | : ID number (MPG_IGNORE: not specified) |
List | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
mpgsp | : MPEG still image handle |
bnk | : Frame bank number |
【caution】 Only when decoding the first picture, make sure you are ready to decode using the MPG_IsDecReady function before executing this function. After that, be sure to execute this function at intervals of 1 frame worth of decoding time (2VSYNC) or more. Normally, it is necessary to take synchronization timing using VSYNC, audio playback volume, and so on. For details, see P.57 "Sending Decode Synchronous Signals" in the CDC Manual (MPEG Part). See (CDC_MpOutDsync function).
List | Title | Function | Function Name | No |
・ MPG_SSTAT_STOP | : Stopped |
・ MPG_SSTAT_PREP | :in preparation |
・ MPG_SSTAT_PLAY | : Playing |
・ MPG_SSTAT_ERR | :error |
List | Title | Function | Function Name | No |
hh | : Timecode time (0-23) |
mm | : Timecode minutes (0-59) |
ss | : Timecode seconds (0-59) |
pp | : Timecode picture (0-29) |
List | Title | Function | Function Name | No |
mpgsp | : MPEG still image handle |
mpgwn | : MPEG window |
bnk | : Frame bank number |
List | Title | Function | Function Name | No |
mpgsp | : MPEG still image handle |
mpgwn | : MPEG window |
bnk | : Frame bank number |
List | Title | Function | Function Name | No |
mpgsp | : MPEG still image handle |
bnk | : Frame bank number |
★ PROGRAMMER'S GUIDE ★ MPEG library