ACX_STREAMAUDIOENGINE_CALLBACKS_INIT 函数 (acxelements.h)
ACX_STREAMAUDIOENGINE_CALLBACKS_INIT 函数初始化ACX_STREAMAUDIOENGINE_CALLBACKS结构。
语法
void ACX_STREAMAUDIOENGINE_CALLBACKS_INIT(
PACX_STREAMAUDIOENGINE_CALLBACKS Callbacks
);
参数
Callbacks
指向已初始化 ACX_STREAMAUDIOENGINE_CALLBACKS 结构的指针。
返回值
无
备注
示例
示例用法如下所示。
ACX_STREAMAUDIOENGINE_CALLBACKS streamAudioEngineCallbacks;
ACX_STREAMAUDIOENGINE_CALLBACKS_INIT(&streamAudioEngineCallbacks);
ACX 要求
最低 ACX 版本: 1.0
有关 ACX 版本的详细信息,请参阅 ACX 版本概述。
要求
要求 | 值 |
---|---|
Header | acxelements.h |
另请参阅
- [acxelements.h header] (index.md)