Return to previous page Return to menu Go to next page

  Title  
Function specifications
  Function  
Set audio stream ID
  Function Name  
MPG_MvSetAudioId
  No  
2.9

  Title  
Function specifications
  Function  
Start video playback
  Function Name  
MPG_MvStart
No
2.10

      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 specifications
  Function  
Stop video playback
  Function Name  
MPG_MvStop
No
2.11

      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 . . 


Return to previous page Return to menu Go to next page