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
Syntaxpublic static List<PlaybackDeviceInfo> GetPlaybackDevices()
Public Shared Function GetPlaybackDevices As List(Of PlaybackDeviceInfo)
public:
static List<PlaybackDeviceInfo^>^ GetPlaybackDevices()
Return Value
Type:
ListPlaybackDeviceInfoList of PlaybackDeviceInfo objects.
See Also