IAudioVolumeDuckNotificationOnVolumeDuckNotification Method

Sends a notification about a pending system ducking 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 OnVolumeDuckNotification(
	string sessionId,
	uint countCommunicationSessions
)

Parameters

sessionId  String
A string containing the session instance identifier of the communications session that raises the the auto-ducking event.

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

countCommunicationSessions  UInt32

Return Value

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

See Also