CI130X SDK API手册  2.2.0
本手册用于描述CI130X SDK各个组件和驱动API
成员变量
romruntime_func_s::mp3func_s结构体 参考

#include <romlib_runtime.h>

成员变量

void(* MP3Lib_Set_Func_p )(void *f1, void *f2, void *f3, void *f4, void *f5)
 
HMP3Decoder(* MP3InitDecoder_p )(void)
 
int(* MP3ClearLastDecodeMainData_p )(HMP3Decoder hMP3Decoder)
 
int(* MP3SaveLastDecodeMainData_p )(HMP3Decoder hMP3Decoder, MP3SaveLastInfo saveInfo)
 
int(* MP3LoadLastDecodeMainData_p )(HMP3Decoder hMP3Decoder, MP3SaveLastInfo saveInfo)
 
int(* MP3FindSyncWord_p )(unsigned char *buf, int nBytes)
 
int(* MP3Decode_p )(HMP3Decoder hMP3Decoder, unsigned char **inbuf, int *bytesLeft, short *outbuf, int useSize)
 
void(* MP3GetLastFrameInfo_p )(HMP3Decoder hMP3Decoder, MP3FrameInfo *mp3FrameInfo)
 
void(* MP3FreeDecoder_p )(HMP3Decoder hMP3Decoder)
 

结构体成员变量说明

◆ MP3ClearLastDecodeMainData_p

int(* MP3ClearLastDecodeMainData_p) (HMP3Decoder hMP3Decoder)

◆ MP3Decode_p

int(* MP3Decode_p) (HMP3Decoder hMP3Decoder, unsigned char **inbuf, int *bytesLeft, short *outbuf, int useSize)

◆ MP3FindSyncWord_p

int(* MP3FindSyncWord_p) (unsigned char *buf, int nBytes)

◆ MP3FreeDecoder_p

void(* MP3FreeDecoder_p) (HMP3Decoder hMP3Decoder)

◆ MP3GetLastFrameInfo_p

void(* MP3GetLastFrameInfo_p) (HMP3Decoder hMP3Decoder, MP3FrameInfo *mp3FrameInfo)

◆ MP3InitDecoder_p

HMP3Decoder(* MP3InitDecoder_p) (void)

◆ MP3Lib_Set_Func_p

void(* MP3Lib_Set_Func_p) (void *f1, void *f2, void *f3, void *f4, void *f5)

◆ MP3LoadLastDecodeMainData_p

int(* MP3LoadLastDecodeMainData_p) (HMP3Decoder hMP3Decoder, MP3SaveLastInfo saveInfo)

◆ MP3SaveLastDecodeMainData_p

int(* MP3SaveLastDecodeMainData_p) (HMP3Decoder hMP3Decoder, MP3SaveLastInfo saveInfo)

该结构体的文档由以下文件生成: