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