📄 testaudio_arena.h
字号:
/*******************************************************************************
Copyright(c) 1998 - 2006 DaTang Mobile Communications Equipment CO.,LTD.
All Rights Reserved. By using this module you agree to the terms of the
DaTang Mobile Communications Equipment CO.,LTD License Agreement for it.
*******************************************************************************/
/******************************************************************************
* Filename : ArenaApp.h
*
* Description :
*
* Notes : N/A
*
*******************************************************************************/
#include "app_include_files.h"
#include "app_external_include.h"
#include "app_svr_interface.h"
#define APP_ID_LOCAL 1000
void Local_create_window(HWND hwnd_host);
void app_Local_entry(HWND hwnd_host);
SINT32 app_Local_start(APP_START_PARAM *param);
SINT32 app_Local_pause(APP_PAUSE_PARAM *param);
SINT32 app_Local_resume(APP_RESUME_PARAM *param);
SINT32 app_Local_stop(APP_STOP_PARAM *param);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -