AudioDeviceModuleNotificationEventArgs Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt Daten für das AudioDeviceModulesManager.ModuleNotificationReceived-Ereignis bereit, das ausgelöst wird, wenn Änderungen des Audiogerätemoduls auftreten.
public ref class AudioDeviceModuleNotificationEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AudioDeviceModuleNotificationEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AudioDeviceModuleNotificationEventArgs
Public NotInheritable Class AudioDeviceModuleNotificationEventArgs
- Vererbung
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)
|
Eigenschaften
Module |
Ruft das Audiogerätemodul ab, das das Änderungsereignis ausgelöst hat. |
NotificationData |
Ruft einen Puffer ab, der Daten enthält, die die Änderung identifiziert, die im Modul aufgetreten ist. Diese Daten werden vom Modulentwickler definiert. |