g723enc_itu.h

来自「DSP 基于 TMS320C6711 DSK 的功能演示程序」· C头文件 代码 · 共 45 行

H
45
字号
/*
 *  Copyright 2001 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.
 *  U.S. Patent Nos. 5,283,900  5,392,448
 */
/* "@(#) XDAS 2.12 05-21-01 (__imports)" */
/*
 *  ======== g723enc_itu.h ========
 *  Interface for the G723ENC_ITU module; TI's implementation 
 *  of the IG723ENC interface
 */
#ifndef G723ENC_ITU_
#define G723ENC_ITU_

#include <ialg.h>
#include <ig723enc.h>

/*
 *  ======== G723ENC_ITU_IALG ========
 *  TI's implementation of the IALG interface
 */
extern IALG_Fxns G723ENC_ITU_IALG;

/*
 *  ======== G723ENC_ITU_IG723ENC ========
 *  TI's implementation of the IG723ENC interface
 */
extern IG723ENC_Fxns G723ENC_ITU_IG723ENC;

/*
 *  ======== G723ENC_ITU_init =========
 *  Initialize the G723ENC_ITU module.
 */
extern Void IG723ENC_ITU_init(Void);

/*
 *  ======== G723ENC_ITU_exit =========
 *  Exit the G723ENC_ITU module.
 */
extern Void IG723ENC_ITU_exit(Void);

#endif  /* G723ENC_ITU_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?