aud_va_command_cnf.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 72 行
H
72 行
#ifndef AUD_VA_COMMAND_CNF_INCLUDE#define AUD_VA_COMMAND_CNF_INCLUDE#ifdef __cplusplus /* allow #include in a C++ file */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: Contains the format for the aud_va_command_cnf ************** REVISION HISTORY ********************************************** Date Author Reference ======== ======== ========================== 00-08-09 mtaraba CR - CSGce55882 Eliminate file gsm.h from audio manager 98-02-06 mbonness PR - CSGce16636 VA Timer Enhancement - Added time elapsed to command confirm. 97-08-02 mbonness PR - CSGce11361 VA Interface - Upgraded confirmation primitive to meet new design specifications. 97.02.17 mgilot PR - CSGce07120 - Initial version *//************** HEADER FILE INCLUDES ******************************************/#include <SUAPI/suapi.h>#ifndef VA_COMMAND_CNF_INCLUDE#include "va_command_cnf.h"#endif/************** CONSTANTS *****************************************************/#define AUD_VA_TIME_UNAVAILABLE (0xFFFF) /* ISD does not support this */#define AUD_VA_ELAPSED_UNAVAILABLE (0xFFFFFFFF) /* DSP does not support this *//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************//* Audio Voice Annotator Confirm Primitive Structure */typedef struct{ /* TD_PRIMITIVE_HEADER primitive_header; / * header for the primitive */ TD_VA_STATUS status; /* status */ UINT16 time_remaining; /* (DSP only) time remaining */ UINT32 time_elapsed; /* (ISD only) duration of voicenote recorded in ticks */} AUD_VA_COMMAND_CNF;/************** FUNCTION PROTOTYPES *******************************************//************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************/#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?