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 对象的指针。
要求
要求 | 值 |
---|---|
Header | audioenginebaseapo.h |