📄 g723enc_ti.h
字号:
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*
* @(#) XDAS 2.51.00 11-29-2003 (xdas-2.50.00.9)
*/
/*
* ======== g723enc_ti.h ========
* Interface for the G723ENC_TI module; TI's implementation
* of the IG723ENC interface
*/
#ifndef G723ENC_TI_
#define G723ENC_TI_
#include <ialg.h>
#include <ig723enc.h>
/*
* ======== G723ENC_TI_IAlG ========
* TI's implementation of the IALG interface
*/
extern IALG_Fxns G723ENC_TI_IALG;
/*
* ======== G723ENC_TI_IG723E ========
* TI's implementation of the IG723ENC interface
*/
extern IG723ENC_Fxns G723ENC_TI_IG723ENC;
/*
* ======== G723ENC_TI_init ========
* Initialize the G723ENC module.
*/
extern Void G723ENC_TI_init(Void);
/*
* ======== G723ENC_TI_exit ========
* Exit the G723ENC module.
*/
extern Void G723ENC_TI_exit(Void);
#endif /* G723ENC_TI_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -