IAudioSessionEvents Interface
Provides notifications of session-related events such as changes in the volume level, display name, and session state.
Unlike the other interfaces in this section, which are implemented by the WASAPI system component,
a WASAPI client implements the
IAudioSessionEvents interface.
To receive event notifications,
the client passes a pointer to its
IAudioSessionEvents interface to the
RegisterAudioSessionNotification(IAudioSessionEvents) function.
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("24918ACC-64B3-37C1-8CA9-74A66E9957A8")]
public interface IAudioSessionEvents
<ComImportAttribute>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("24918ACC-64B3-37C1-8CA9-74A66E9957A8")>
Public Interface IAudioSessionEvents
Dim instance As IAudioSessionEvents
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"24918ACC-64B3-37C1-8CA9-74A66E9957A8")]
public interface class IAudioSessionEvents
[<ComImportAttribute>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("24918ACC-64B3-37C1-8CA9-74A66E9957A8")>]
type IAudioSessionEvents = interface end
No code example is currently available or this language may not be supported.