APOInitSystemEffects 結構 (audioenginebaseapo.h)

APOInitSystemEffects 結構會傳遞給系統效果 APO
初始化。

語法

typedef struct APOInitSystemEffects {
  APOInitBaseStruct   APOInit;
  IPropertyStore      *pAPOEndpointProperties;
  IPropertyStore      *pAPOSystemEffectsProperties;
  void                *pReserved;
  IMMDeviceCollection *pDeviceCollection;
} APOInitSystemEffects;

成員

APOInit

APOInitBaseStruct 結構。

pAPOEndpointProperties

IPropertyStore 對象的指標。

pAPOSystemEffectsProperties

IPropertyStore 對象的指標。

pReserved

保留供未來使用。

pDeviceCollection

IMMDeviceCollection 物件的指標。

規格需求

需求
標頭 audioenginebaseapo.h

另請參閱

APOInitBaseStruct

APOInitSystemEffects2

IPropertyStore