IAudioVolumeDuckNotification Interface

Provides notification about stream attenuation changes. Stream Attenuation, or ducking.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("C3B284D4-6D39-4359-B3CF-B56DDB3BB39C")]
public interface IAudioVolumeDuckNotification

Remarks

Methods

OnVolumeDuckNotification Sends a notification about a pending system ducking event.
OnVolumeUnduckNotification Sends a notification about a pending system unducking event.

See Also