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 |