⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aud_mute_req.h

📁 Motorola synergy audio component
💻 H
字号:
#ifndef AUD_MUTE_REQ_INCLUDE#define AUD_MUTE_REQ_INCLUDE#ifdef __cplusplusextern "C" {#endif /*==================================================================================================                                                                                    Header Name: aud_mute_req.h     General Description:  DATA STRUCTURE DEFINITIONS To Request Audio Manager To Perform The                           Type Of Muting Specified By The Input Mute Type.   ====================================================================================================                              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                 05/26/2000     CSGce59603   Re-Merge in changes that were madeSteve Hagino                 04/24/2000     CSGce55663   Change AM code to have strict ANSI                                                          complianceChuck Farrell                02/04/2000     CSGce47853   Update SiERRA Audio Mgr. Phase 6 headers   ====================================================================================================                                         INCLUDE FILES==================================================================================================*/#ifndef SUAPI_INCLUDE#include <SUAPI/suapi.h>#endif#include <ENGINE_AUDIO/td_aud_voice_req_type.h>                           /*==================================================================================================                                           CONSTANTS==================================================================================================*/  /*==================================================================================================                                            MACROS==================================================================================================*//*==================================================================================================                                             ENUMS==================================================================================================*//*==================================================================================================                                 STRUCTURES AND OTHER TYPEDEFS==================================================================================================*/typedef struct{	TD_AUD_VOICE_MUTE_TYPE_T  mute_type;		/*  Type of mute    */} AUD_MUTE_REQ;/*==================================================================================================                                 GLOBAL VARIABLE DECLARATIONS==================================================================================================*//*==================================================================================================                                     FUNCTION PROTOTYPES==================================================================================================*/void aud_mute_req(TD_AUD_VOICE_MUTE_TYPE_T mute_type);/*================================================================================================*/#ifdef __cplusplus}#endif#endif  /* aud_mute_req.h */

⌨️ 快捷键说明

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