td_vr_capture_reps.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 64 行
H
64 行
#ifndef TD_VR_CAPTURE_REPS_INCLUDE#define TD_VR_CAPTURE_REPS_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.*//* * DESCRIPTION: * This file contains the capture repetition types * used for SDVR. */#ifdef __cplusplus /* allow #include in a C++ file */extern "C" {#endif/******************************* REVISION HISTORY ****************************** Date Author Reference Number ======== ======== ================ 97.05.28 joshuag PR - CSGce10240 - Development for Speaker Dependent Voice Recognition. - Initial creation.*******************************************************************************//* INCLUDES *//*************************************************************************** *//* code *//*************************************************************************** *//* * Used by MMILOC_VR_EHandler to set the capture * repetition currently being processed. */enum{ VR_CAPTURE_REP_ONE = 0, VR_CAPTURE_REP_TWO, VR_CAPTURE_REP_THREE, VR_CAPTURE_REP_NONE = 0xff};#define VR_CAPTURE_REP_WITH_VA VR_CAPTURE_REP_ONEtypedef UINT8 TD_VR_CAPTURE_REP_TYPE;#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?