aud_play_voice_tag_req.h

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

H
70
字号
#ifndef AUD_PLAY_VOICE_TAG_REQ_INCLUDE#define AUD_PLAY_VOICE_TAG_REQ_INCLUDE/*(c) Copyright Motorola 1997, All rights reserved.Motorola Confidential ProprietaryContains confidential proprietary information of Motorola, Inc.Reverse engineering is prohibited.The copyright notice does not imply publication.*/#ifdef __cplusplus  /* allow #include in a C++ file */extern "C" {#endif/*DESCRIPTION: This file defines the data structure for MMI request toAudio Manager To playback the requested voice tags. *//******************************* REVISION HISTORY ******************************    Date        Author      Reference Number    ========    ========    ================    00-08-09    mtaraba     CR - CSGce55882                Eliminate file gsm.h from audio manager    97.05.14    slam        PR - CSGce10240*******************************************************************************/#include <SUAPI/suapi.h>/****************************************************************************//* code *//****************************************************************************/	/*******************************************************************	*           PRIMITIVE DATA STRUCTURE DEFINITION	*******************************************************************/typedef struct{    /* number of voice tags */    UINT16                    voice_tag_count;    /* Array of voice tags. The maximum number of voice tag packaged in       one primitive is constrained by the Speech Coder hardware limitation      */    TD_VR_VOICE_TAG         voice_tag_array[ TD_SCM_MAX_VOICE_TAGS ];} AUD_PLAY_VOICE_TAG_REQ;#ifdef __cplusplus         /*  Allow #include in a C++ file.  */}#endif#endif        /*  End Of Definitions  */

⌨️ 快捷键说明

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