ACX_AUDIOENGINE_CALLBACKS_INIT函数 (acxelements.h)
ACX_AUDIOENGINE_CALLBACKS_INIT 函数初始化驱动程序的 ACX_AUDIOENGINE_CALLBACKS 结构。
语法
void ACX_AUDIOENGINE_CALLBACKS_INIT(
PACX_AUDIOENGINE_CALLBACKS Callbacks
);
参数
Callbacks
返回值
没有
言论
例
示例用法如下所示。
ACX_AUDIOENGINE_CALLBACKS audioEngineCallbacks;
ACX_AUDIOENGINE_CALLBACKS_INIT(&audioEngineCallbacks);
ACX 要求
最低 ACX 版本: 1.0
有关 ACX 版本的详细信息,请参阅 ACX 版本概述。
要求
要求 | 价值 |
---|---|
标头 | acxelements.h |
另请参阅
- [acxelements.h 标头](index.md)