?? aud_voice_req.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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -