Return to previous page Return to menu Go to next page

 Title 
Function specifications
 Data 
Clear handle (memory)
Data Name
CPK_DestroyMemMovi
No
2.2

  Format  void CPK_DestroyMemMovie (CpkHn cpk)
 Input  cpk: Movie handle
 Output  None
 Function value  None
 Function  Deletes the movie handle.
  If you delete a handle, the movie handle can no longer be used. 
 Title 
Function Specification
 Data 
Create Handle (File System)
Data Name
CPK_CreateGfsMovie
No
2.3

  Format  CpkHn CPK_CreateGfsMovie (CpkCreatePara * para, GfsHn gfs)
 Input  para: Creation parameter
  gfs: File handle
 Output  None
 function value  movie handle (NULL if not created)
 Function  Creates a movie handle for playing movie files in the file system.
 Remarks  
    • Up to 32 movies can be created at the same time.
    • File handle should be obtained in advance by an application program.
 Title 
Function Specification
 Data 
Handle Clear (File System)
Data Name
CPK_DestroyGfsMovi
No
2.4

  Format  void CPK_DestroyGfsMovie (CpkHn cpk)
 Input  cpk: Movie handle
 Output  None
 Function value  None
 Function  
    • Deletes the movie handle. If you delete the
    • handle, the movie handle can no longer be used.
    • Clear the movie handle before closing the file handle.


Return to previous page Return to menu Go to next page