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 结构。

返回值

备注

示例

示例用法如下所示。

    ACX_AUDIOENGINE_CALLBACKS       audioEngineCallbacks;
    ACX_AUDIOENGINE_CALLBACKS_INIT(&audioEngineCallbacks);

ACX 要求

最低 ACX 版本: 1.0

有关 ACX 版本的详细信息,请参阅 ACX 版本概述

要求

要求
Header acxelements.h

另请参阅

  • [acxelements.h header] (index.md)