Title | Data | Data Name | No |
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 | Data | Data Name | No |
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 | Data | Data Name | No |
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