★ PROGRAMMER'S GUIDE ★ MPEG libraryList | Title | Function | Function Name | No |
vstm | : Video stream handle |
astm | : Audio stream handle |
item | Set value |
|---|---|
Exit conditions | System end code |
Image output destination | VDP2 direct output |
Decode timing | VSYNC signal |
Channel selection | do not |
Stream ID | ignore |
Stream layer | System layer |
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 |
mpgmv | : MPEG video handle |
vcnd | : MPEG video stream termination condition |
acnd | : MPEG audio 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_NONE | : Do not set the end condition |
List | Title | Function | Function Name | No |
mpgmv | : MPEG video handle |
dst | :Output destination |
・ MPG_OUTDST_DRCT | : VDP2 direct output |
・ MPG_OUTDST_HOST | : Host transfer output |
List | Title | Function | Function Name | No |
mpgmv | : MPEG video handle |
tmg | : Decoding timing |
・ MPG_DECTMG_VSYNC | : VSYNC signal decodes one picture twice |
・ MPG_DECTMG_HOST | : Decode by calling the MPG_MvDecNext function |
List | Title | Function | Function Name | No |
mpgmv | : MPEG video handle |
vch | : Channel number (MPG_IGNORE: not specified) |
List | Title | Function | Function Name | No |
mpgmv | : MPEG video handle |
ach | : Channel number (MPG_IGNORE: not specified) |
List | Title | Function | Function Name | No |
mpgmv | : MPEG video handle |
vid: Video stream number (MPG_IGNORE) | : Not specified) |
List | Title | Function | Function Name | No |
mpgmv | : MPEG video handle |
aid | : Audio stream number (MPG_IGNORE: unspecified) |
List | Title | Function | Function Name | No |
mpgmv | : MPEG video handle |
picsch | : Picture search flag |
List | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
mpgmv | : MPEG video handle |
cmd | : Operation specification |
itvl | : Slow playback speed |
・ MPG_PAUSE_ON | : Pause (normal playback) |
・ MPG_PAUSE_ON | : Frame advance (paused) |
・ MPG_PAUSE_OFF | : Normal playback |
・ MPG_PAUSE_SLOW | : Slow play |
List | Title | Function | Function Name | No |
mpgmv | : MPEG video handle |
cmd | : Operation specification |
itvl | : Strobe interval |
・ MPG_FREEZE_ON | : Freeze execution |
・ MPG_FREEZE_OFF | : Normal playback |
・ MPG_FREEZE_STRB | : Strobe playback |
List | Title | Function | Function Name | No |
mpgmv | : MPEG video handle |
lsw | : Left channel ON / OFF (default ON) |
rsw | : Right channel ON / OFF (default ON) |
List | Title | Function | Function Name | No |
・ MPG_VSTAT_STOP | : Stopped |
・ MPG_VSTAT_PREP | :in preparation |
・ MPG_VSTAT_PLAY | : Playing |
・ MPG_VSTAT_ERR | :error |
List | Title | Function | Function Name | No |
・ MPG_ASTAT_STOP | : Stopped |
・ MPG_ASTAT_PREP | :in preparation |
・ MPG_ASTAT_PLAY | : Playing |
・ MPG_ASTAT_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 |
List | Title | Function | Function Name | No |
mpgmv | : MPEG video handle |
mpgwn | : MPEG window |
List | Title | Function | Function Name | No |
mpgmv | : MPEG video handle |
mpgwn | : MPEG window |
List | Title | Function | Function Name | No |
【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 |
mpgmv | : MPEG video handle |
chkupic | : Picture update check switch (ON / OFF) |
List | Title | Function | Function Name | No |
(b) Do not register MPEG video handles with different streams to play. For example, do not register a video hand for playing video only next to the video handle for audio / video sync playback. (c) The following items are not set when switching videos. The settings before switching are applied even after switching. -Video channel and audio channel-Video stream ID and audio stream ID ・ Slow playback speed ・ Strobe interval ・ Left and right audio channels
List | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
mpgmv | : MPEG video handle |
vmode | : Erase video stream mode |
amode | : Erase mode of audio stream |
・ MPG_VCLR_VBV_IP | : Clear VBV buffer at next I or P picture start |
・ MPG_VCLR_ALL | : Immediately clear framebuffer and VBV buffer |
・ MPG_ACLR_NONE | : Do not clear |
・ MPG_ACLR_ALL | : Clear all instantly |
List | Title | Function | Function Name | No |
mpgmv | : MPEG video handle |
vlay | : Video stream layer (MPG_NOCHG: unchanged) |
alay | : Audio stream layer (MPG_NOCHG: unchanged) |
★ PROGRAMMER'S GUIDE ★ MPEG library