am_app_feature_server.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 33 行
H
33 行
#ifndef AM_APP_FEATURE_SERVER_INCLUDE#define AM_APP_FEATURE_SERVER_INCLUDE/* (c) Copyright Motorola 1996 All rights reserved. * Motorola Confidential Proprietary * Contains confidential proprietary information of Motorola, Inc. * Reverse engineering is prohibited. * The copyright notice does not imply publication. */ #ifdef __cplusplus /* Allow #include in a C++ file. */extern "C" {#endif#include <SUAPI/suapi.h>#include <SYNERGY_DEVICE_LAYER/dl_db_feature_ids.h> /* list all feaures managed by audio, here, we assume no mmiloc feature id will be greated than 0xff */enum{ START_AM_FEATURE_ID = 0xff, AM_FEATURE_ID_MUTE /* audio mute feature */};typedef UINT16 AM_FEATURE_ID_TYPE;UINT32 am_app_feature_server_read_state (DL_DB_FEATURE_ID_T feature_id);#ifdef __cplusplus /* Allow #include in a C++ file. */}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?