IAudioSessionEventsOnGroupingParamChanged Method
Notifies the client that the grouping parameter for the session has changed.
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 OnGroupingParamChanged(
in Guid groupingId,
in Guid refEventContext
)
<PreserveSigAttribute>
Function OnGroupingParamChanged (
ByRef groupingId As Guid,
ByRef refEventContext As Guid
) As HResult
Dim instance As IAudioSessionEvents
Dim groupingId As Guid
Dim refEventContext As Guid
Dim returnValue As HResult
returnValue = instance.OnGroupingParamChanged(groupingId,
refEventContext)
[PreserveSigAttribute]
HResult OnGroupingParamChanged(
[InAttribute] Guid% groupingId,
[InAttribute] Guid% refEventContext
)
[<PreserveSigAttribute>]
abstract OnGroupingParamChanged :
groupingId : Guid byref *
refEventContext : Guid byref -> HResult
No code example is currently available or this language may not be supported.
- groupingId Guid
-
The new grouping parameter for the session.
- refEventContext Guid
-
A user context value that is passed to the notification callback.
HResult
If the method succeeds, it returns
S_OK.
If it fails, it returns an
HResult value.