共用方式為


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

規格需求

需求
標頭 acxelements.h

另請參閱

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