Return to previous page Return to menu Go to next page

  Title  
Data specifications
  Data  
Error registration function
  Data Name  
PcmErrFunc
No
3.3

Function that is called when an error occurs.

  format  void (* PcmErrFunc) (void * obj, Sint32 err_code)
 Input  obj: Registered object
  err_code: Error code
 Output  None 

  Title  
Data specifications
  Data  
Playback Information
  Data Name  
PcmInfo
No
3.4

Indicates information for PCM playback.

typedef struct {
     PcmFileType file_type; / * File type * /
     PcmDataType data_type; / * Data type * /
     Sint32 file_size; / * File size [byte]
                                      * Allow supply to more links ØÃß
                                      * But do not process that part. * /
     Sint32 channel; / * Number of channels * /
     Sint32 sampling_bit; / * Number of sampling bits * /
     Sint32 sampling_rate; / * Sampling rate [Hz] * /
     Sint32 sample_file; / * Number of sample files [sample / 1ch] * /
     Sint32 compression_type; / * Compression type * /
} PcmInfo;


Return to previous page Return to menu Go to next page