Return to previous page Return to menu Go to next page

 Title 
Function specification
 Data 
Display timing judgment
 Data Name
CPK_IsDispTime
No
2.8

  Format  Bool CPK_IsDispTime (CpkHn cpk)
 Input  cpk: Movie handle
 Output  None
 Function value  TRUE when the movie frame image has been expanded and displayed.
  FALSE if it is not yet time to display
 Function  When this function returns to TRUE, it is time to display an image of one frame
 , so if you have expanded to sprite VRAM, you will change the frame. memory
If expanded to  , transfer the expanded content to VRAM.
  After that, be sure to call CPK_CompleteDisp. 
 Title 
Function specifications
 Data 
Display completion notification
 Data Name
CPK_CompleteDisp
No
2.9

  Format  void CPK_CompleteDisp (CpkHn cpk)
 Input  cpk: Movie handle
 Output  None
 Function value  None
 Function  Notifies the library that the image display is complete.
 Remarks  Call this function when CPK_IsDispFrame becomes TRUE.
If you do not call  , the movie will not play. 
 Title 
Function Specification
 Data 
V Blank IN Processing Function
 Data Name
CPK_VblIn
No
2.10

  Format  void CPK_VblIn (void)
 Input  None
 Output  None
 Function value  None
 Function  Manages movie playback time.
 Remarks  When using this library, be sure to call this function with a V blank IN interrupt. 


Return to previous page Return to menu Go to next page