Return to previous page Return to menu Go to next page

 Title 
Function specifications
 Data 
Play PAN settings
 Data Name
CPK_SetPan
No
4.4

  Format  void CPK_SetPan (CpkHn cpk, Sint32 pan)
 Input  cpk: Movie handle
  pan: PAN value (0 to 31)
 Output  None
 Function value  None
 Function  Specify the sound PAN.
  Default is 0. 

 Title 
Function specifications
 Data 
Set playback volume
 Data Name
CPK_SetVolume
No
4.5

  Format  void CPK_SetVolume (CpkHn cpk, Sint32 volume)
 Input  cpk: Movie handle
  volume: Volume (0-7)
 Output  None
 Function value  None
 Function  Specify the volume. (No output at 0, 7 at maximum volume)
  Default is 7. 
 Title 
Function specifications
 Data 
PCM command block number setting
Data Name
CPK_SetPcmCmdBlock
No
4.6

  Format  voidC PK_SetPcmCmdBlockNo (CpkHn cpk, Sint32 blk_no)
 Input  cpk: Movie handle
  blk_no: PCM command block number (0 to 7)
 Output  None
 Function value  None
 Function  Set the PCM command block number to be set in the sound driver.
  Default is 0.
  For details on PCM command block numbers, see “SATURN Sound Driver
See   Stem Interface.
  Call this function before playing a movie. 


Return to previous page Return to menu Go to next page