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)