Void trFunc (void * dst, void * src, Sint32 nbyte)
(a) dst contains the address of the transfer area set by the MPG_WnSetOutputMode function. (b) The transfer function is called from the MPEG library when the MPG_WnTrans function is executed. (c) Use the MPG_WnEntryTrFunc function to register the transfer function. (d) By default, the DMA transfer function to the B bus by the SCU is registered in the transfer function.
[To avoid this, stop playback of the video before executing the above function, and restart playback using the MPG_MvStart function after executing the above function.
(1) Calls the MPG_MvStopAudio function. (2) Confirm that the audio is stopped by MPG_MvGetAudioStat function. (3) Call the MPG_MvStopVideo function.