Title | Function | Function Name | No |
format void MPG_MvSetAudioId (MpgMv mpgmv, Sint32 aid) Input mpgmv: MPEG video handle : aid: audio stream number (MPG_IGNORE: unspecified) Output None Function value None Function Specify the audio stream number to be played. Default is not specified is . Data B> Data that does not match the stream number will be erased sequentially from the CD buffer. .
Title | Function | Function Name | No |
format Sint32 MPG_MvStart (MpgMv mpgmv, Bool picsch) Input mpgmv: MPEG video handle pic picsch: Picture search flag Output None Function value Error code Function Starts playback of the video. If picsch is ON, perform a picture search. Playback starts from . When OFF, picture search is not executed. Remarks (a) Calling this function while playing another stream returns MPG_ERR_PLAYING. (b) If the MPEG decoder connection fails, MPG_ERR_MCON is returned. . (c) Picture search searches the sequence header in the MPEG stream for viewing. This is a function to start playback from the used position.
Title | Function | Function Name | No |
format void MPG_MvStop (MpgMv mpgmv) Input mpgmv: MPEG video handle Output None Function value Error code Function Stops video playback. Stop audio playback during audio / video synchronized playback. Stops video playback after stopping . Remarks (a) Calling this function during the restoration process initializes the MPEG decoder and returns MPG_ERR_RCV . : (b) If this function is called during stream switching processing, MPG_ERR_CHG will be performed without performing stop processing. Returns . .