IAudioSessionNotification Interface
Provides notification when an audio session is created.
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("641DD20B-4D41-49CC-ABA3-174B9477BB08")]
public interface IAudioSessionNotification
<ComImportAttribute>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("641DD20B-4D41-49CC-ABA3-174B9477BB08")>
Public Interface IAudioSessionNotification
Dim instance As IAudioSessionNotification
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"641DD20B-4D41-49CC-ABA3-174B9477BB08")]
public interface class IAudioSessionNotification
[<ComImportAttribute>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("641DD20B-4D41-49CC-ABA3-174B9477BB08")>]
type IAudioSessionNotification = interface end
No code example is currently available or this language may not be supported.
OnSessionCreated
|
Notifies the registered processes that the audio session has been created.
|