structure AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION (audioengineextensionapo.h)
Représente une notification APO de modification de propriété.
Syntaxe
typedef struct AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION {
IMMDevice *endpoint;
IPropertyStore *propertyStore;
PROPERTYKEY propertyKey;
} AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION;
Membres
endpoint
ImmDevice représentant le point de terminaison audio associé à la notification.
propertyStore
IPropertyStore représentant le magasin de propriétés associé à la notification.
propertyKey
Structure PROPERTYKEY identifiant la propriété associée à la notification.
Remarques
Pour plus d’informations sur les API Windows 11 pour les objets de traitement audio (API) qui peuvent être fournis avec des pilotes audio, consultez Windows 11 API pour les objets de traitement audio.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Build 22000 |
En-tête | audioengineextensionapo.h |