td_aud_tone_req_type.h

来自「Motorola synergy audio component」· C头文件 代码 · 共 62 行

H
62
字号
#ifndef TD_AUD_TONE_REQ_TYPE_INCLUDE /* To prevent inadvertently including a header twice */#define TD_AUD_TONE_REQ_TYPE_INCLUDE#ifdef __cplusplus  /* allow #include in a C++ file (only put this in .h files) */extern "C" {#endif/* (c) Copyright Motorola 1990, 1991, 1997, All rights reserved.           Motorola Confidential Proprietary   Contains confidential proprietary information of Motorola, Inc.   Reverse engineering is prohibited.   The copyright notice does not imply publication.     DESCRIPTION:        Define Request Types For MMI Request To AM To Begin Or Stop Generation Of Tone. ************** REVISION HISTORY **********************************************     Date       Author      Reference   ========   ========    ==========================   00-03-02   ktang       CR - CSGce50329              Sierra Audio Manager CTG fix              - Add AUD_TONE_COMPLETE request type      98-11-04   blamers     CR - CSGce23508              Whitecap VR Event Handler Changes              - Rid AM of compiler warning.*//************** HEADER FILE INCLUDES ******************************************//************** CONSTANTS *****************************************************//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************//* DESCRIPTION:  Request type */enum{    AUD_TONE_STOP,     /* Stop tone generation. */    AUD_TONE_START,    /* Start tone generation. */    AUD_TONE_UPDATE,   /* Update tone. (some parameters may have changed) */     AUD_TONE_COMPLETE, /* Deueue tone only (not send stop request to DSP) */       AUD_TONE_RENEW     /* This will cause a item reordering in Q */};typedef UINT16 TD_AUD_TONE_REQ_TYPE_T;/* Since there are too many occurences of TD_AUD_TONE_REQ_TYPE to replace */typedef TD_AUD_TONE_REQ_TYPE_T TD_AUD_TONE_REQ_TYPE;/************** FUNCTION PROTOTYPES *******************************************//************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************//************** GLOBAL VARIABLES **********************************************/#ifdef __cplusplus /* allow #include in a C++ file (only put this in .h files) */}#endif#endif /* end of - prevent inadvertently including a header file twice */

⌨️ 快捷键说明

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