Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The APOInitSystemEffects structure gets passed to the system effects APO for
initialization.
Syntax
typedef struct APOInitSystemEffects {
APOInitBaseStruct APOInit;
IPropertyStore *pAPOEndpointProperties;
IPropertyStore *pAPOSystemEffectsProperties;
void *pReserved;
IMMDeviceCollection *pDeviceCollection;
} APOInitSystemEffects;
Members
APOInit
An APOInitBaseStruct structure.
pAPOEndpointProperties
A pointer to an IPropertyStore object.
pAPOSystemEffectsProperties
A pointer to an IPropertyStore object.
pReserved
Reserved for future use.
pDeviceCollection
A pointer to an IMMDeviceCollection object.
Requirements
| Requirement | Value |
|---|---|
| Header | audioenginebaseapo.h |