ACX_AUDIOENGINE_CONFIG_INIT_ID函式 (acxelements.h)
此時 ,ACX_AUDIOENGINE_CONFIG_INIT_ID 函式只能採用 AcxElementIdDefault 作為元素識別碼的輸入,這與使用 ACX_AUDIOENGINE_CONFIG_INIT 相同。 因此,建議 ACX_AUDIOENGINE_CONFIG_INIT 。
語法
void ACX_AUDIOENGINE_CONFIG_INIT_ID(
PACX_AUDIOENGINE_CONFIG Config,
ULONG Id
);
參數
Config
初始化的組態結構。
Id
僅設定為 AcxElementIdDefault,其定義於 AcxElements 標頭中。
傳回值
無
備註
由於ACX_AUDIOENGINE_CONFIG_INIT_ID提供與 ACX_AUDIOENGINE_CONFIG_INIT相同的功能,因此建議使用 ACX_AUDIOENGINE_CONFIG_INIT。
ACX 需求
最低 ACX 版本: 1.0
如需 ACX 版本的詳細資訊,請參閱 ACX 版本概觀。
規格需求
需求 | 值 |
---|---|
標頭 | acxelements.h |
另請參閱
- [acxelements.h 標頭] (index.md)