APOInitSystemEffects 結構 (audioenginebaseapo.h)
APOInitSystemEffects 結構會傳遞給系統效果 APO
初始化。
語法
typedef struct APOInitSystemEffects {
APOInitBaseStruct APOInit;
IPropertyStore *pAPOEndpointProperties;
IPropertyStore *pAPOSystemEffectsProperties;
void *pReserved;
IMMDeviceCollection *pDeviceCollection;
} APOInitSystemEffects;
成員
APOInit
pAPOEndpointProperties
IPropertyStore 對象的指標。
pAPOSystemEffectsProperties
IPropertyStore 對象的指標。
pReserved
保留供未來使用。
pDeviceCollection
IMMDeviceCollection 物件的指標。
規格需求
需求 | 值 |
---|---|
標頭 | audioenginebaseapo.h |