IAudioVolumeDuckNotificationOnVolumeUnduckNotification Method

Sends a notification about a pending system unducking event.

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.
[PreserveSigAttribute]
HResult OnVolumeUnduckNotification(
	string sessionId
)

Parameters

sessionId  String
A string containing the session instance identifier of the terminating communications session that intiated the ducking.

To get the session instance identifier, call GetSessionInstanceIdentifier(String).

Return Value

HResult
If the method succeeds, it returns S_OK. If it fails, it returns an HResult value.

See Also