Return to previous page Return to menu |

4.6 Function details

 Title 
Function Specification
 Data 
Initialization
 Data Name 
CPK_Init
No
1.1

  Format  Bool CPK_Init (void)
 Input  None
 Output  None
 Function value  TRUE if successfully initialized
  FALSE if initialization is not possible
 Function  Immediately after starting the program, initialization is performed to use this library.
 Remarks  When using this library, be sure to call this function at the top of the program. 
 Title 
Function Specification
 Data 
Termination
 Data Name 
CPK_Finish
No
1.2

  Format  void CPK_Finish (void)
 Input  None
 Output  None
 Function value  None
 Function  Call this function if you don't want to play the movie anymore. 
 Title 
Function specifications
 Data 
Create handle (memory)
Data Name
CPK_CreateMemMovie
No
2.1

  Format  CpkHn CPK_CreateMemMovie (CpkCreatePara * para)
 Input  para: Creation parameter
 Output  None
 function value  movie handle (NULL if not created)
 Function  Creates a movie handle for playing movie files in memory.
 Remarks  
    • Up to 32 movies can be created at the same time. Load the
    • movie file into memory with an application program.
    • Movie handles created with CPK_CreateMemMovie must be CPK_NotifyWriteSize. Please inform me of the size of the movie file.


Return to previous page Return to menu |