Return to previous page Return to menu Go to next page

  Title  
Function specifications
  Function  
Register handle to play next
  Function Name  
PCM_EntryNext
No
3.4

  format  void PCM_EntryNext (PcmHn pcm)
 Input  pcm: Handle
 Output  None
 Function value  None
 Function  Register the handle to be played next.
 Remarks  If a handle is registered with this function, it will be automatically executed when the currently played handle ends.
 The playback of the next handle will start . If NULL is specified, registration will be canceled.
:  Handles registered with this function will start playing even when forcibly switching with PCM_Change.
 .
  Only one handle can be registered. Not registered when switching to the registered handle
 becomes , and the next handle can be registered. 

  Title  
Function specifications
  Function  
Force handle switching
  Function Name  
PCM_Change
No
3.5

  format  void PCM_Change (void)
 Input  None
 Output  None
 Function value  None
 Function  The handle currently being played is interrupted, and the handle registered with PCM_EntryNext
 Raw  Starts raw. 

  Title  
Function specifications
  Function  
Get handle switching status
  Function Name  
PCM_CheckChange
No
3.6

  format  PcmChangeStatus PCM_CheckChange (void)
 Input  None
 Output  None
 Function value  Forced switchability check value
 Function  Returns the possibility of switching when performing forced switching with PCM_Change. 


Return to previous page Return to menu Go to next page