IAudioVolumeDuckNotification Interface
Provides notification about stream attenuation changes. Stream Attenuation, or ducking.
Namespace: DevCase.Win32.InterfacesAssembly: 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
<ComImportAttribute>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("C3B284D4-6D39-4359-B3CF-B56DDB3BB39C")>
Public Interface IAudioVolumeDuckNotification
Dim instance As IAudioVolumeDuckNotification
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"C3B284D4-6D39-4359-B3CF-B56DDB3BB39C")]
public interface class IAudioVolumeDuckNotification
[<ComImportAttribute>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("C3B284D4-6D39-4359-B3CF-B56DDB3BB39C")>]
type IAudioVolumeDuckNotification = interface end
No code example is currently available or this language may not be supported.