Title | Function | Function Name | No |
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 | Function Name | No |
Title | Function | Function Name | No |
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 | Function Name | No |
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.