IMMNotificationClientOnDefaultDeviceChanged Method

Notifies the client that the default audio endpoint device for a particular role has changed.

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 OnDefaultDeviceChanged(
	EDataFlow dataFlow,
	ERole deviceRole,
	string defaultDeviceId
)

Parameters

dataFlow  EDataFlow
The data-flow direction of the endpoint device.
deviceRole  ERole
The device role of the audio endpoint device.
defaultDeviceId  String
The endpoint ID string that identifies the audio endpoint device.

Return Value

HResult

[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.IMMNotificationClient.OnDefaultDeviceChanged(DevCase.Win32.Enums.EDataFlow,DevCase.Win32.Enums.ERole,System.String)"]

See Also