共用方式為


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 版本概觀

規格需求

需求
標頭 acxelements.h

另請參閱

  • [acxelements.h 標頭] (index.md)