Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an audio environment change APO notification.
Syntax
typedef struct AUDIO_ENVIRONMENT_STATE_CHANGE_NOTIFICATION {
IPropertyStore *propertyStore;
PROPERTYKEY propertyKey;
} AUDIO_ENVIRONMENT_STATE_CHANGE_NOTIFICATION;
Members
propertyStore
An IPropertyStore object representing the property store that the change occurred on. Use this object to query the new value of the property specified in propertyKey.
propertyKey
The PROPERTYKEY that has a new value.
Requirements
| Requirement | Value |
|---|---|
| Header | audioengineextensionapo.h |