Return to previous page Return to menu Go to next page

  Title  
Function specifications
  Function  
Create handle (memory)
  Function Name  
PCM_CreateMemHandle
No
2.1

  format  PcmHn PCM_CreateMemHandle (PcmCreatePara * para)
 Input  para: Creation parameter
 Output  None
 function value  handle (NULL if not created)
 Function  Creates a handle to play a file in memory.
 Remarks -32 handles can be created at the same time.
Load the  file  into the memory with the application program.
: -Handles created with PCM_CreateMemHandle must be filed with PCM_NotifyWriteSize.
Please inform us of the size of . . 

  Title  
Function specifications
  Function  
Erase Handle (Memory)
  Function Name  
PCM_DestroyMemHandle
No
2.2

 
format void PCM_DestroyMemHandle (PcmHn pcm) Input pcm: Handle Output None Function value None Function Deletes the handle. Remarks If you delete a handle, that handle can no longer be used.

  Title  
Function specifications
  Function  
Create handle (file system)
  Function Name  
PCM_CreateGfsHandle
No
2.3

  format  PcmHn PCM_CreateGfsHandle (PcmCreatePara * para, GfsHn gfs)
 Input  para: Creation parameter
 gf: file handle
 Output  None
 function value  handle (NULL if not created)
 Function  Creates a handle for playing a file in the file system.
 Remarks -Up to 32 handles can be created at the same time.
. -Please obtain the file handle beforehand using an application program. 

  Title  
Function specifications
  Function  
Erase handle (file system)
  Function Name  
PCM_DestroyGfsHandle
No
2.4

  format  void PCM_DestroyGfsHandle (PcmHn pcm)
 Input  pcm: Handle
 Output  None
 Function value  None
 Function  Deletes the handle.
 Remarks  If you delete a handle, that handle can no longer be used. 


Return to previous page Return to menu Go to next page