voiceloopback.h
来自「DSP与VXWORKS平台的通信」· C头文件 代码 · 共 30 行
H
30 行
/**************************************************************************
Copyright 2002-2007 TGL Ltd. All rights reserved
VoiceLoopBack.h -- the header file for VoiceLoopBack
DESCRIPTION
modification history
--------------------
2007-10-24, Lixiaoke, v1.0 initial version
--------------------
**************************************************************************/
#ifndef __VOICELOOPBACK_H
#define __VOICELOOPBACK_H
#ifdef __cplusplus
extern "C"
{
#endif
int voiceLoopInit( void );
int voiceLoopDInit( void );
int taskVoiceLoopBack( void );
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?