Return to previous page Return to menu Go to next page

 Title 
Function specifications
 Data 
Set destination address
 Data Name
CPK_SetDecodeAddr
No
4.1

  Format  void CPK_SetDecodeAddr (CpkHn cpk, void * dec_addr, Sint32 dec_line_size)
 Input  cpk: Movie handle
  dec_addr: Image development destination address
  dec_line_size: Number of bytes in one line of the image expansion destination buffer
 Output  None
 Function value  None
 Function  Specify the address to transfer the expanded image.
  Image expansion is not performed if the image expansion destination address is NULL.
  Default is NULL.
  Call this function before playing a movie. 
 Title 
Function specifications
 Data 
Display color settings
 Data Name
CPK_SetColor
No
4.2

  Format  void CPK_SetColor (CpkHn cpk, CpkColorType color)
 Input  cpk: Movie handle
  color: Number of display colors
 Output  None
 Function value  None
 Function  Specify the number of display colors of the image.
  The default is 16 million colors.
  Call this function before playing a movie. 
 Title 
Function specifications
 Data 
Maximum number of transfer sectors
Data Name
CPK_SetLoadNum
No
4.3

  Format  void CPK_SetLoadNum (CpkHn cpk, Sint32 load_sct)
 Input  cpk: Movie handle
  load_sct: Maximum number of transfer sectors
 Output  None
 Function value  None
 Function  The maximum number of transfer sectors when transferring from the CD buffer to the internal buffer of the library
  Set.
  Default is 20 sectors.
  Call this function before playing a movie. 


Return to previous page Return to menu Go to next page