ISVP-SDK
3.12.0
Ingenic Smart Video Platform SDK
|
定义解码器属性结构体. 更多...
#include <imp_audio.h>
成员变量 | |
IMPAudioPalyloadType | type |
音频解码协议类型 | |
char | name [16] |
音频解码器名字 | |
int(* | openDecoder )(void *decoderAttr, void *decoder) |
int(* | decodeFrm )(void *decoder, unsigned char *inbuf, int inLen, unsigned short *outbuf, int *outLen, int *chns) |
int(* | getFrmInfo )(void *decoder, void *info) |
int(* | closeDecoder )(void *decoder) |
定义解码器属性结构体.