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 オブジェクトへのポインター。

要件

要件
Header audioenginebaseapo.h

こちらもご覧ください

APOInitBaseStruct

APOInitSystemEffects2

IPropertyStore