one | Title | Function | Function name | No |
vstm | :video stream handle |
astm | :audio stream handle |
item | Setting value |
---|---|
Exit conditions | system end code |
Image output destination | VDP2 direct output |
Decoding timing | VSYNC signal |
Channel selection | do not |
Stream ID | ignore |
stream layer | system layer |
one | Title | Function | Function name | No |
[remarks] (a) The handle must be in a stopped state for both audio and video. (b) The handle is not registered as the next handle to be played by the MPG_MvEntryNext function. (c) This function executes the playback stop function.
one | 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 EOR bit set |
・MPG_TCND_SEC | : When a system end code appears in the stream |
・MPG_TCND_NONE | : Do not set termination conditions |
one | Title | Function | Function name | No |
mpgmv | :MPEG video handle |
dst | :Output destination |
・MPG_OUTDST_DRCT | :VDP2 direct output |
・MPG_OUTDST_HOST | :Host transfer output |
one | Title | Function | Function name | No |
mpgmv | :MPEG video handle |
tmg | :Decode timing |
・MPG_DECTMG_VSYNC | : Decode one picture with two VSYNC signals |
・MPG_DECTMG_HOST | :Decode by calling MPG_MvDecNext function |
one | Title | Function | Function name | No |
mpgmv | :MPEG video handle |
vch | :Channel number (MPG_IGNORE: unspecified) |
one | Title | Function | Function name | No |
mpgmv | :MPEG video handle |
ach | :Channel number (MPG_IGNORE: unspecified) |
one | Title | Function | Function name | No |
mpgmv | :MPEG video handle |
vid: Video stream number (MPG_IGNORE | : unspecified) |
one | Title | Function | Function name | No |
mpgmv | :MPEG video handle |
aid | :Audio stream number (MPG_IGNORE: unspecified) |
one | Title | Function | Function name | No |
mpgmv | :MPEG video handle |
picsch | :Picture search flag |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
mpgmv | :MPEG video handle |
cmd | : Operation specification |
itvl | :Slow playback speed |
・MPG_PAUSE_ON | : Pause (during normal playback) |
・MPG_PAUSE_ON | :Frame-by-frame forwarding (paused) |
・MPG_PAUSE_OFF | :Normal playback |
・MPG_PAUSE_SLOW | : Slow playback |
one | 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 |
one | Title | Function | Function name | No |
mpgmv | :MPEG video handle |
lsw | : Left channel ON/OFF (default ON) |
rsw | : Right channel ON/OFF (default ON) |
one | Title | Function | Function name | No |
・MPG_VSTAT_STOP | :Stopped |
・MPG_VSTAT_PREP | :in preparation |
・MPG_VSTAT_PLAY | :Playing |
・MPG_VSTAT_ERR | :error |
one | Title | Function | Function name | No |
・MPG_ASTAT_STOP | :Stopped |
・MPG_ASTAT_PREP | :in preparation |
・MPG_ASTAT_PLAY | :Playing |
・MPG_ASTAT_ERR | :error |
one | Title | Function | Function name | No |
hh | : Time code time (0 to 23) |
mm | : Minute of time code (0 to 59) |
ss | : Time code seconds (0 to 59) |
pp | : Time code picture (0 to 29) |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
mpgmv | :MPEG video handle |
mpgwn | :MPEG window |
one | Title | Function | Function name | No |
mpgmv | :MPEG video handle |
mpgwn | :MPEG window |
one | Title | Function | Function name | No |
【Note】 Only when decoding the first picture, use the MPG_IsDecReady function to confirm that decoding is ready before executing this function. After that, be sure to execute this function at intervals of at least one frame's decoding time (2VSYNC). Normally, it is necessary to obtain synchronization timing using VSYNC, audio playback amount, etc. For details, see page 57 "Decode synchronization signal transmission" in the CDC manual (MPEG part). (See CDC_MpOutDsync function).
one | Title | Function | Function name | No |
mpgmv | :MPEG video handle |
chkupic | : Picture update check switch (ON/OFF) |
one | Title | Function | Function name | No |
(b) Do not register MPEG video handles with different streams to play. For example, do not register a video handle for video-only playback next to a video handle for audio/video synchronized playback. (c) The following items will not be set when switching videos. The settings before switching will be applied after switching. ・Video channel and audio channel ・Video stream ID and audio stream ID ・Slow playback speed ・Strobe interval ・Left and right audio channels
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
mpgmv | :MPEG video handle |
vmode | :Erase mode of video stream |
amode | :Audio stream erasure mode |
・MPG_VCLR_VBV_IP | : Clear VBV buffer at next I or P picture start |
・MPG_VCLR_ALL | : Clear framebuffer and VBV buffer instantly |
・MPG_ACLR_NONE | :Do not clear |
・MPG_ACLR_ALL | : Clear everything instantly |
one | Title | Function | Function name | No |
mpgmv | :MPEG video handle |
vlay | :Video stream layer (MPG_NOCHG: Do not change) |
alay | : Audio stream layer (MPG_NOCHG: Do not change) |