IAudioVolumeDuckNotificationOnVolumeUnduckNotification Method
Sends a notification about a pending system unducking event.
Namespace: DevCase.Win32.InterfacesAssembly: 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
)
<PreserveSigAttribute>
Function OnVolumeUnduckNotification (
sessionId As String
) As HResult
Dim instance As IAudioVolumeDuckNotification
Dim sessionId As String
Dim returnValue As HResult
returnValue = instance.OnVolumeUnduckNotification(sessionId)
[PreserveSigAttribute]
HResult OnVolumeUnduckNotification(
[InAttribute] String^ sessionId
)
[<PreserveSigAttribute>]
abstract OnVolumeUnduckNotification :
sessionId : string -> HResult
No code example is currently available or this language may not be supported.
- 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).
HResult
If the method succeeds, it returns
S_OK.
If it fails, it returns an
HResult value.