audio_ctia.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 71 行
H
71 行
#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 + =
减小字号Ctrl + -
显示快捷键?