Title | Function | Function Name | No |
format Sint32 MPG_SpGetVideoStat (MpgSp mpgsp) Input mpgsp: MPEG still image handle Output None Function value Current operation status Function Acquires the current operating status as follows.
Title | Function | Function Name | No |
format void MPG_SpGetTimeCode (MpgSp mpgsp, Sint32 * hh, Sint32 * mm, Sint32 * ss, Sint32 * pp) Input mpgsp: MPEG still image handle Output hh: Time code time (0-23) mm mm: minutes of time code (0 to 59) ss: Seconds of time code (0 to 59) pp: Timecode picture (0 to 29) Function value None Function Gets the time code in the video stream. Play video stream If it is not in , 0 is output. Remarks (a) Video stream must be encoded with NTSC drop frame There is . (b) A picture is sometimes called a frame.
Title | Function | Function Name | No |
format void MPG_SpConnectWin (MpgSp mpgsp, MpgWn mpgwn, Sint32 bnk) Input mpgsp: MPEG still image handle mpgwn: MPEG window : bnk: Frame bank number Output None Function value None Function Connects an MPEG still image handle and an MPEG window. The decoded still image . Displayed through this MPEG window.