aud_command_req.h

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

H
55
字号
#ifndef  AUD_COMMAND_REQ_INCLUDE#define  AUD_COMMAND_REQ_INCLUDE/*(c) Copyright Motorola 1992, All rights reserved.Motorola Confidential Proprietary.Contains confidential proprietary information of Motorola, Inc.Reverse engineering is prohibited.The copyright notice does not imply publication.*************** REVISION HISTORY *********************************************     Date       Author      Reference   ========   ========    ==========================   00-08-09   mtaraba     CR - CSGce55882              Eliminate file gsm.h from audio manager*/#include <ENGINE_AUDIO/td_aud_command_type.h>#include <ENGINE_AUDIO/td_mmiloc_feature_states.h>#ifdef __cplusplusextern "C" {#endif/*DESCRIPTION:This primitive structure is used by clients of the audio manager to invoke,cancel, or modify parts of audio that are controlled by the audio manager.*//******************************************************************************/typedef struct{    //    TD_PRIMITIVE_HEADER       primitive_header;    TD_AUD_COMMAND_TYPE           command_type;      /* what is changing */    TD_MMILOC_FEATURE_STATE_TYPE         state;      /* how it is changing (on, off,                                                         low, high, increase, decrease, etc. )  */} AUD_COMMAND_REQ;/******************************************************************************/#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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