📄 audio_ctia.h
字号:
#ifndef AUDIO_CTIA_H#define AUDIO_CTIA_H#ifdef __cplusplus /* allow #include in a C++ file (only put this in .h files) */extern "C" {#endif/*================================================================================================== Header Name: audio_ctia.h General Description: Prototyes and definitions for audio loopback mode ==================================================================================================== Motorola Confidential Proprietary Advanced Technology and Software Operations (c) Copyright Motorola 2000, All Rights Reserved Revision History: Modification TrackingAuthor Date Number Description of Changes------------------------- ------------ ---------- -------------------------------------------Mark Taraba 09/21/2000 CSGce73696 Need Echo Cancellation, Side Tone and noise suppressor enable disable thMark Taraba 09/11/2000 CSGce68318 Add audio manager support for customer audio loopback testing==================================================================================================== INCLUDE FILES==================================================================================================*/#include <SUAPI/suapi.h>/*================================================================================================== CONSTANTS==================================================================================================*//*================================================================================================== MACROS==================================================================================================*//*================================================================================================== ENUMS==================================================================================================*//*================================================================================================== STRUCTURES AND OTHER TYPEDEFS==================================================================================================*//*================================================================================================== GLOBAL VARIABLE DECLARATIONS==================================================================================================*/extern BOOL audio_ctia_mode_enabled;extern UINT8 audio_ctia_mode;/*================================================================================================== FUNCTION PROTOTYPES==================================================================================================*//*================================================================================================*/#ifdef __cplusplus /* allow #include in a C++ file */}#endif#endif /* AUDIO_CTIA_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -