AUDIO_ENVIRONMENT_STATE_CHANGE_NOTIFICATION structure (audioengineextensionapo.h)
Represents an audio environment change APO notification.
typedef struct AUDIO_ENVIRONMENT_STATE_CHANGE_NOTIFICATION {
IPropertyStore *propertyStore;
PROPERTYKEY propertyKey;
} AUDIO_ENVIRONMENT_STATE_CHANGE_NOTIFICATION;
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.
Requirement | Value |
---|---|
Header | audioengineextensionapo.h |