次の方法で共有


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 ヘッダー](index.md)