g723.h
来自「symbian 系统下的g.723 g.723_24实现, 本源码在 serie」· C头文件 代码 · 共 25 行
H
25 行
////////////////////////////////////////////////////////////////////
//
// G723.h
#ifndef __G723_H__
#define __G723_H__
#ifdef __cplusplus
extern "C"
{
#endif
void G723_Encode_Init(int bitrateidx);
void G723_Decode_Init(int bitrateidx);
//int G723_EncodeFrame(unsigned char *InBuf,unsigned char *OutBuf);
int G723_EncodeFrame(short *InBuf,unsigned char *OutBuf);
int G723_DecodeFrame(unsigned char *InBuf,unsigned char *OutBuf);
#ifdef __cplusplus
}
#endif
/////////////////////////////////////////////////
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?