AudioDeviceListChangedEventArgs
Provide data for the IAudioManager.AudioDevicesListChanged event.
Props
Devices
IReadOnlyCollection<AudioDevice>
Devices { get; }
A collection with newly available audio devices.
Returns
type:
IReadOnlyCollection<AudioDevice>