AUDIO_ENVIRONMENT_STATE_CHANGE_NOTIFICATION structure (audioengineextensionapo.h)

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