Click or drag to resize

AudioOutputGetPlaybackDevices Method

LightningChart .NET Help
Gets a list of available Windows playback devices as PlayBackDeviceInfo objects.

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public static List<PlaybackDeviceInfo> GetPlaybackDevices()

Return Value

Type: ListPlaybackDeviceInfo
List of PlaybackDeviceInfo objects.
See Also