aud_sdvr_capture_req.h

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

H
94
字号
#ifndef AUD_SDVR_CAPTURE_REQ_INCLUDE#define AUD_SDVR_CAPTURE_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 capture the utterance to be used forthe speaker dependent voice recognition model training.*//******************************* REVISION HISTORY ******************************    Date        Author      Reference Number    ========    ========    ================    01-03-15    mtaraba     CSGce90543                AM is sending CTG_ON command unnecessarily resulting in VR hangup    00-08-09    mtaraba     CR - CSGce55882                Eliminate file gsm.h from audio manager    00-03-17    cfarrel     PR - CSGce47853                SiERRA AUDIO - Update for Phase 6 headers                - Change type name to conform to the C standards    99-01-20    mdeheck     CR - CSGce27099                Add Group ID to VR Capture Request    97-05-15    slam        PR - CSGce10240    *******************************************************************************//* INCLUDES */#include <SUAPI/suapi.h>#include "td_aud_tone_req_tone_type.h"#include "td_vr_defs.h"/****************************************************************************//* code *//****************************************************************************/	/*******************************************************************	*           PRIMITIVE DATA STRUCTURE DEFINITION	*******************************************************************/typedef struct{    /* The repetition number that is assigned to this utterance of       the word. Up to TD_SCM_VR_MAX_CAPTURE_REPETITIONS will be       supported in the DSP implementation.    */    UINT16                    repetition;    /* Time interval in units of ms in which voice input capture is        performed.    */    UINT16                    time;    /* Identifier of the group    */    TD_VR_GROUP_TYPE          group_id;    } AUD_SDVR_CAPTURE_REQ;#ifdef __cplusplus         /*  Allow #include in a C++ file.  */}#endif#endif        /*  End Of Definitions  */

⌨️ 快捷键说明

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