Click or drag to resize

wclAudioVolumeChangedEvent Delegate

The Audio Volume OnChanged event handler prototype.

Namespace: wclAudio
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclAudioVolumeChangedEvent(
	Object Sender,
	bool Muted,
	float Volume,
	float[] Volumes
)

Parameters

Sender  Object
The object initiates the event.
Muted  Boolean
The mute state.
Volume  Single
The master volume.
Volumes  Single
The channel volumes.
See Also