📄 ad_manager.h
字号:
/******************************************************************************
* Filename : AD_Manager.h
* Start : 2004. 11. 15
* By : Hongsik Park
* Contact : hongsik7.park@samsung.com
* Description :
******************************************************************************
*/
#ifndef _AD_MANAGER_H_
#define _AD_MANAGER_H_
VOID ad_TaskMain( ULONG argc, VOID *argv);
VOID ad_create_main(VOID);
UINT ad_main_postctrlmsg( AUDIO_CTRL_t *control);
UINT ad_main_sendctrlmsg( AUDIO_CTRL_t *control);
UINT ad_main_postattrmsg( AUDIO_ATTR_t *attr);
UINT ad_main_sendattrmsg( AUDIO_ATTR_t *attr);
UINT _ad_main_treatemsg( AUDIO_CTRL_t *control, AUDIO_ATTR_t *attr, BOOL wait_for_done);
BOOL bIsSameMessage( UCHAR *msg, UCHAR *rtmsg, UINT size);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -