Click or drag to resize

wclAudioDefaultDeviceChangedEvent Delegate

The Audio Switcher OnDefaultDeviceChanged event handler prototype.

Namespace: wclAudio
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclAudioDefaultDeviceChangedEvent(
	Object Sender,
	string Id,
	wclAudioDeviceDataFlow Flow,
	wclAudioDeviceRole Role
)

Parameters

Sender  Object
The object initiates the event.
Id  String
The device ID.
Flow  wclAudioDeviceDataFlow
The device data flow.
Role  wclAudioDeviceRole
The device role.
See Also