IMMNotificationClientOnDeviceStateChanged 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 OnDeviceStateChanged(
	string deviceId,
	EDeviceState newState
)

Parameters

deviceId  String
The endpoint ID string that identifies the audio endpoint device.
newState  EDeviceState
The EDeviceState constant that indicates the new state.

Return Value

HResult

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

See Also