aud_sdvr_delete_voice_tag_req.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 70 行
H
70 行
#ifndef AUD_SDVR_DELETE_VOICE_TAG_REQ_INCLUDE#define AUD_SDVR_DELETE_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 delete the requested speaker dependentvoice recognition trained model (voice tag). *//******************************* REVISION HISTORY ****************************** Date Author Reference Number ======== ======== ================ 97.05.14 slam PR - CSGce10240*******************************************************************************//* INCLUDES */#ifndef TD_VR_VOICE_TAG_INCLUDE# error Need Include File td_vr_voice_tag.h#endif/****************************************************************************//* code *//****************************************************************************/ /******************************************************************* * PRIMITIVE DATA STRUCTURE DEFINITION *******************************************************************/typedef struct{ /* voice tag to be deleted */ TD_VR_VOICE_TAG voice_tag;} AUD_SDVR_DELETE_VOICE_TAG_REQ;#ifdef __cplusplus /* Allow #include in a C++ file. */}#endif#endif /* End Of Definitions */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?