Return to previous page Return to menu Go to next page

 Title 
Function specifications
 Data 
Force movie switching
 Data Name
CPK_Change
No
3.5

  Format  void CPK_Change (void)
 Input  None
 Output  None
 Function value  None
 Function  Stops the movie currently playing and plays the movie registered with CPK_EntryNext
  will start. 
 Title 
Function specifications
 Data 
Get movie switching status
Data Name
CPK_CheckChange
No
3.6

  Format  CpkChangeStatus CPK_CheckChange (void)
 Input  None
 Output  None
 Function value  Forced switchability check value
 Function  Returns the possibility of switching when forcibly switching with CPK_Change. 
 Title 
Function specifications
 Data 
Expand specified frames
 Data Name
CPK_DecodeFrame
No
3.7

  Format  void CPK_DecodeFrame (CpkHn cpk, Sint32 frame_no)
 Input  cpk: Movie handle
  frame_no: Expanded frame number
 Output  None
 Function value  None
 Function  Expands the specified frame image.
 Remarks  This function can only be used for movies loaded in memory.
  Load the movie file in the application program,
  Create a movie handle with CPK_CreateMemMovie, then call this function.
Please  .
  For movie handles created with CPK_CreateGfsMovie and CPK_CreateStmMovie,
  This function cannot be used.
  Please use a movie file with only soundless keyframes. 


Return to previous page Return to menu Go to next page