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

📄 aud_voice_req.h

📁 Motorola synergy audio component
💻 H
字号:
#ifndef AUD_VOICE_REQ_INCLUDE#define AUD_VOICE_REQ_INCLUDE#ifdef __cplusplusextern "C" {#endif/* (c) Copyright Motorola 1990, 1991, 1999, 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:         DATA STRUCTURE DEFINITIONS FOR Client Request To Audio Manager To         Change The State Of The Voice Path.  ************** REVISION HISTORY **********************************************     Date       Author      Reference   ========   ========    ==========================   03-03-25   e11237      CR - LIBbb77547              support video telephony   99-08-99   mgilot      CR - CSGce35457              GRiEF: Phase I Audio Interface Implementation              - Removed all td_primitive_header references to make code SUAPI                compliant  *//************** HEADER FILE INCLUDES ******************************************/#ifndef SUAPI_INCLUDE#include <SUAPI/suapi.h>#endif#ifndef TD_AUD_TONE_REQ_TYPE_INCLUDE#include <ENGINE_AUDIO/td_aud_voice_req_type.h>#endif          /************** CONSTANTS *****************************************************//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************/typedef struct{	TD_AUD_VOICE_REQ_TYPE	req_type;    /*  Type of state change requested. */} AUD_VOICE_REQ;typedef struct{	TD_AUD_VOICE_REQ_TYPE	req_type;    /*  Type of state change requested. */} AUD_VT_VOICE_REQ;/************** FUNCTION PROTOTYPES *******************************************/void aud_voice_req(TD_AUD_VOICE_REQ_TYPE voice);void aud_vt_voice_req(TD_AUD_VOICE_REQ_TYPE voice);/************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************//************** GLOBAL VARIABLES **********************************************/#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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