Return to previous page Return to menu Go to next page

4.4 Data specifications

4.4.1 Data list

Table 4.1 shows a list of data in this library.
 Function 
 Function name 
 number 
 Basic data  
 1.0 
 constant 
 2.0 
 
 Error code 
 CPK_ERR_ ~ 
 2.1 
 
 Play status 
 CPK_STAT_PLAY ~ 
 2.2 
 
 Pause control command 
 CPK_PAUSE_ ~ 
 2.3 
 
 Work buffer size 
 CPK _ ** WORK_ ~ 
 2.4 
 
 Number of colors 
 CPK_COLOR_ ~ 
 2.5 
 
 Force switchability check value 
 CPK_CHANGE_ ~ 
 2.6 
 Data type 
 3.0 
 
 Movie handle 
 CpkHn 
 3.1 
 
 Create Parameters 
 CpkCreatePara 
 3.2 
 
 Film Header 
 CpkHeader 
 3.3 
 
 Error registration function 
 CpkErrFunc 
 3.4 

4.4.2 Data details

(1) Basic data
 Title 
Data specifications
 Data 
Basic data
 Data Name
No
1.0

 Type name 
 Description 
 Uint8 
 Unsigned 1-byte integer. 
 Sint8 
 Signed 1 byte integer. 
 Uint16 
 Unsigned 2-byte integer. 
 Sint16 
 Signed 2-byte integer. 
 Uint32 
 Unsigned 4-byte integer. 
 Sint32 
 Signed 4-byte integer. 
 Bool 
 Logical type. Takes the following values: 
FALSE false
TRUE true


Return to previous page Return to menu Go to next page