IAudioSessionNotification Interface

Provides notification when an audio session is created.

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("641DD20B-4D41-49CC-ABA3-174B9477BB08")]
public interface IAudioSessionNotification

Remarks

Methods

OnSessionCreated Notifies the registered processes that the audio session has been created.

See Also