IAudioSessionManager2 Interface

Enables an application to manage submixes for the 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("77AA99A0-1BD6-484F-8BC7-2C654C9A9B6F")]
public interface IAudioSessionManager2

Remarks

Methods

GetAudioSessionControl Retrieves an audio session control.
GetSessionEnumerator Gets a pointer to the audio session enumerator object.
GetSimpleAudioVolume Retrieves a simple audio volume control.
RegisterDuckNotification Registers the application with the session manager to receive ducking notifications.
RegisterSessionNotification Registers the application to receive a notification when a session is created.
UnregisterDuckNotification Deletes a previous registration by the application to receive notifications.
UnregisterSessionNotification Deletes the registration to receive a notification when a session is created.

See Also