Title | Function | Function Name | No |
format Sint32 MPG_MvOutput (MpgMv mpgmv, Bool chkupic) Input mpgmv: MPEG video handle chkpic: Picture update check switch (ON / OFF) Output None Function value Error code Function Call this function for each VSYNC to output the video to the host. This function is When is called , the host transfer window that is connected to the MPEG video handle is backed up. Image data is transferred to the area . (Execute the MPG_WnTrans function for each MPEG window) : When the picture update check switch is ON, it works only when a picture update occurs. Outputs the image. This check is not performed when OFF. Remarks (a) mpgmv must be in host output mode and the video operating state must be playing Not If not, video output will fail. : (b) If the decoding timing is MPG_DECTMG_HOST, update the picture. : Cannot be detected, so set the picture update check switch to OFF.
Title | Function | Function Name | No |
format void MPG_MvEntryNext (MpgMv mpgmv, MpgMv nextmv) Input mpgmv: MPEG video handle : nextmv: MPEG video handle to play next Output None Function value None Function Registers the MPEG video handle to be played next when the stream switches. When forced switching is performed by the MPG_MvChange function, it is registered with this function. The stream with will be played next. It was playing when the stream switched MPEG The MPEG handle is stopped and the registered MPEG handle is playing. . Remarks (a) Register an MPEG video handle with a different video output destination or decoding timing Don't . For example, VDP2 direct output MPEG video handle next to host transfer output Do not register a powerful MPEG video handle.