📄 aud_command_req.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -