td_va_command.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 66 行
H
66 行
#ifndef TD_VA_COMMAND_INCLUDE /* To prevent inadvertently including a header twice */#define TD_VA_COMMAND_INCLUDE #ifdef __cplusplus /* allow #include in a C++ file (only put this in .h files) */extern "C" {#endif/* (c) Copyright Motorola 1997, 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: Defines constant values and data types for VA command request primitive. ************** REVISION HISTORY ********************************************** Date Author Reference ======== ======== ========================== 00-04-16 Dale Noble CR - 55011 Removed include of std_def.h replaced with suapi.h 97-08-02 mbonness PR - CSGce11361 VA Interface - Created file. *//************** HEADER FILE INCLUDES ******************************************/#ifndef SUAPI_INCLUDE#include <SUAPI/suapi.h>#endif/************** CONSTANTS *****************************************************//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************//* Voice Annotator Request Sub Commands */enum{ TD_VA_COMMAND_FAST_FORWARD, TD_VA_COMMAND_REWIND, TD_VA_COMMAND_START_RECORD, TD_VA_COMMAND_STOP_RECORD, TD_VA_COMMAND_START_PLAY, TD_VA_COMMAND_STOP_PLAY, TD_VA_COMMAND_ERASE, TD_VA_COMMAND_FAST_FORWARD_TO_END, TD_VA_COMMAND_REWIND_TO_BEGIN, TD_VA_COMMAND_PAUSE, TD_VA_COMMAND_RESUME};typedef UINT8 TD_VA_COMMAND;/************** FUNCTION PROTOTYPES *******************************************//************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************//************** GLOBAL VARIABLES **********************************************/#ifdef __cplusplus /* allow #include in a C++ file (only put this in .h files) */}#endif#endif /* end of - prevent inadvertently including a header file twice */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?