Bagikan melalui


struktur APO_NOTIFICATION_DESCRIPTOR (audioengineextensionapo.h)

Menentukan pemberitahuan APO yang diminta.

Sintaks

typedef struct APO_NOTIFICATION_DESCRIPTOR {
  APO_NOTIFICATION_TYPE type;
  union {
    AUDIO_ENDPOINT_VOLUME_APO_NOTIFICATION_DESCRIPTOR               audioEndpointVolume;
    AUDIO_ENDPOINT_PROPERTY_CHANGE_APO_NOTIFICATION_DESCRIPTOR      audioEndpointPropertyChange;
    AUDIO_SYSTEMEFFECTS_PROPERTY_CHANGE_APO_NOTIFICATION_DESCRIPTOR audioSystemEffectsPropertyChange;
    AUDIO_MICROPHONE_BOOST_APO_NOTIFICATION_DESCRIPTOR              audioMicrophoneBoost;
  } DUMMYUNIONNAME;
} APO_NOTIFICATION_DESCRIPTOR;

Anggota

type

Nilai dari enumerasi APO_NOTIFICATION_TYPE

DUMMYUNIONNAME

DUMMYUNIONNAME.audioEndpointVolume

AUDIO_ENDPOINT_VOLUME_APO_NOTIFICATION_DESCRIPTOR menentukan pemberitahuan APO perubahan volume titik akhir.

DUMMYUNIONNAME.audioEndpointPropertyChange

AUDIO_ENDPOINT_PROPERTY_CHANGE_APO_NOTIFICATION_DESCRIPTOR yang menentukan properti titik akhir mengubah pemberitahuan APO.

DUMMYUNIONNAME.audioSystemEffectsPropertyChange

AUDIO_SYSTEMEFFECTS_PROPERTY_CHANGE_APO_NOTIFICATION_DESCRIPTOR menentukan properti efek sistem mengubah pemberitahuan APO.

DUMMYUNIONNAME.audioMicrophoneBoost

AUDIO_MICROPHONE_BOOST_APO_NOTIFICATION_DESCRIPTOR menentukan pemberitahuan APO peningkatan mikrofon.

Keterangan

Mengembalikan struktur ini dari implementasiIAudioProcessingObjectNotifications::GetApoNotificationRegistrationInfo atau IAudioProcessingObjectNotifications2::GetApoNotificationRegistrationInfo2 untuk menentukan pemberitahuan APO yang diminta.

Untuk informasi selengkapnya tentang API Windows 11 untuk Objek Pemrosesan Audio (API) yang dapat dikirim dengan driver audio, lihat api Windows 11 untuk Objek Pemrosesan Audio.

Persyaratan

Persyaratan Nilai
Klien minimum yang didukung Windows Build 22000
Header audioengineextensionapo.h