IAudioSessionEnumerator Interface

Enumerates audio sessions on an audio device.

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("E2F5BB11-0570-40CA-ACDD-3AA01277DEE8")]
public interface IAudioSessionEnumerator

Remarks

Methods

GetCount Gets the total number of audio sessions that are open on the audio device.
GetSession Notifies the client that the display name for the session has changed.

See Also