📄 aud_stop_all_tones_req.h
字号:
#ifndef AUD_STOP_ALL_TONES_REQ_INCLUDE#define AUD_STOP_ALL_TONES_REQ_INCLUDE#ifdef __cplusplusextern "C" {#endif /*================================================================================================== Header Name: aud_stop_all_tones_req.h General Description: DATA STRUCTURE DEFINITIONS To Request Audio Manager To Remove All Tones (EXCEPT The Voice Tones) From The Audio Queue. ==================================================================================================== Motorola Confidential Proprietary Advanced Technology and Software Operations (c) Copyright Motorola 1999, All Rights Reserved Revision History: Modification TrackingAuthor Date Number Description of Changes------------------------- ------------ ---------- -------------------------------------------Steve Hagino 08/03/2000 CSGce67731 Make Audio Manager Ansi-CompliantSteve Hagino 04/10/2000 CSGce53043 Added a header file to be includedChuck Farrell 02/04/2000 CSGce47853 Update SiERRA Audio Mgr. Phase 6 headers ==================================================================================================== INCLUDE FILES==================================================================================================*/#include <SUAPI/suapi.h> /*================================================================================================== CONSTANTS==================================================================================================*/ /*================================================================================================== MACROS==================================================================================================*//*================================================================================================== ENUMS==================================================================================================*//*================================================================================================== STRUCTURES AND OTHER TYPEDEFS==================================================================================================*//*================================================================================================== GLOBAL VARIABLE DECLARATIONS==================================================================================================*//*================================================================================================== FUNCTION PROTOTYPES==================================================================================================*/void aud_stop_all_tones_req( void );/*================================================================================================*/#ifdef __cplusplus}#endif#endif /* aud_stop_all_tones_req.h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -