⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 am_app_event_queue.h

📁 Motorola synergy audio component
💻 H
字号:
#ifndef AM_APP_EVENT_QUEUE_INCLUDE#define AM_APP_EVENT_QUEUE_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    /* max number of events can be queued onto audio event queue.*/#define AM_APP_EVENT_QUEUE_MAX 8#ifdef __cplusplus         /*  Allow #include in a C++ file.  */}#endif#endif

⌨️ 快捷键说明

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